Y
ymaisonn
Guest
Note that instead of setting the env var, you can explicitely pass the ORACLE_SID value in the connection string to Oracle in the DataServer config, by appending @ORACLE_SID to the user ID: Your DataServer connection string to Oracle should then include something like: -U username@ORACLE_SID -P password or even -U username/password@ORACLE_SID
Continue reading...
Continue reading...