|
When you install the BI Beans Catalog, you must also set the following environment variables:
JDEV_ORACLE_HOME -- The Oracle Home directory (where JDeveloper is installed).
JAVA_HOME -- The location of the 1.3 JDK.
JDBC_CLASSPATH -- The paths to classes12.jar and nls_charset12.jar, under the Oracle Home directory, as shown in the following examples.
Windows example -- If the Oracle Home directory is d:\oracle9, then you enter the following: JDBC_CLASSPATH=d:\oracle9\jdbc\lib\classes12.jar;d:\oracle9\jdbc\lib\nls_charset12.jar |
|