User guide

Chapter 2: Environment Setup (SSO Administrators)
2-18
Conditions for connection and an example of the settings that should be made are shown below.
Database to be connected to: Oracle8i
JDBC driver storage directory C:\temp\classes12.zip and C:\temp\nls_charset12.zip
C:\>set
CLASSPATH=%CLASSPATH%;C:\temp\classes12.zip;C:\temp\nls_charset12.zip
An example of the settings that should be made if the Interstage JDBC driver is used are shown below.
Database to be connected to: SQL Server
JDBC driver storage directory C:\Interstage\EJB\jdbc\lib\fjisjdbc2.jar
C:\>set CLASSPATH=%CLASSPATH%;C:\Interstage\EJB\jdbc\lib\fjisjdbc2.jar
Conditions for connection and an example of the settings that should be made are shown below.
Database to be connected to: Symfoware 6.0
JDBC driver storage directory /tmp/fjsymjdbc2.jar
# CLASSPATH=/tmp/fjsymjdbc2.jar:$CLASSPATH
# export CLASSPATH
Conditions for connection and an example of the settings that should be made are shown below.
Database to be connected to: Oracle8i
JDBC driver storage directory /tmp/classes12.zip and /tmp/nls_charset12.zip
# CLASSPATH=/tmp/classes12.zip:/tmp/nls_charset12.zip:$CLASSPATH
# export CLASSPATH
Conditions for connection and an example of the settings that should be made are shown below.
Database to be connected to: Symfoware 6.0
JDBC driver storage directory /tmp/fjsymjdbc2.jar
# CLASSPATH=/tmp/fjsymjdbc2.jar:$CLASSPATH
# export CLASSPATH