Got a problem ORA-21561: OID generation failed.
1002045Apr 9 2013 — edited May 3 2013Hi expert,
I got an error ORA-21561: OID generation failed while connecting to the server via SQL* Plus using my Mac osx.
Do you have any solution for this?
I already set the bash_profile like this:
export ORACLE_HOME=/Library/Oracle
export DYLD_LIBRARY_PATH=$ORACLE_HOME
export TNS_ADMIN=$ORACLE_HOME
export SQLPATH=$ORACLE_HOME
export PATH=$PATH:$ORACLE_HOME
So is there anything else I can do to solve the problem?
Regards!