In the DAC home directory, for example, D:\oracle\DAC101341\bifoundation\dac, open the startserver.bat file. Uncomment the %JAVA% line and comment out the %JAVAW% line. This allows messages display on DOS window.
Open the startclient.bat file, uncomment the %JAVA% line and comment out the %JAVAW% line. This allows messages display on DOS window.
Install the JDBC Drivers for DAC Database Connectivity by copy and paste the ojdbc14.jar from Oracle database jdbc library to DAC library. For example:
Copy D:\oracle\10.2.0\db_1\jdbc\lib\ ojdbc14.jar to D:\oracle\DAC101341\bifoundation\dac\lib
Check and confirm ojdbc14.jar file is in D:\oracle\DAC101341\bifoundation\dac\lib
Comments
Post a Comment