Configuration script for your .cshrc file
Nov 07,2007 10:19
if (`hostname` == "concert")
then
setenv ORACLE_HOME /orasoft/9i
setenv ORACLE_SID testdb
set path = ($ORACLE_HOME/bin $path)
setenv CLASSPATH ./:/orasoft/9i/jdbc/lib/classes12.jar:/orasoft/9i/lib/xmlparserv2.jar
endif
setenv ORACLE_HOME /orasoft/9i
setenv ORACLE_SID testdb
set path = ($ORACLE_HOME/bin $path)
setenv CLASSPATH ./:/orasoft/9i/jdbc/lib/classes12.jar:/orasoft/9i/lib/xmlparserv2.jar
endif