Has anyone gotten SC7 development to connect to an Oracle database on a linux host? I have tried with both the instant client and the XE edition and both generate an error before even attempting to connect to the database.
Error while trying to retrieve text for error ORA-01804
I have the following items set in the environment for all users:
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME
export DYLD_LIBRARY_PATH=$ORACLE_HOME
export TNS_NAMES=$ORACLE_HOME/network/admin/tnsnames.ora
export PATH=$PATH:$ORACLE_HOME/bin
Please let me know if there is something that I am missing. I had both clients working in SC6, but they will work with SC7.
Any suggestions?
Thanks in advance