after change of oracle_home and path variables.
"sqlplus > startup upgrade" thrown error ORA-03113
Solution====
set LD_LIBRARY_PATH and SHLIB_PATH to the new oracle home location for example:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export SHLIB_PATH=$SHLIB_PATH:$ORACLE_HOME/lib32
HTH
No comments:
Post a Comment