Wednesday, April 23, 2014

RMAN-06035 RMAN is not starting

Error RMAN-06035 RMAN not starting


RMAN not starting in windows/linux 

ERROR-  RMAN-06035: wrong version of recover.bsq, expecting 11.2.0.1, found 11.2.0.4

solution is setup paths are correctly

WINDOWS
set ORACLE_HOME=d:\app\oracle\product\11.2.0\db_home\
set ORACLE_SID=ORPSCS90
set PATH=%ORACLE_HOME%\bin;%PATH%

LINUX
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_home/
export ORACLE_SID=ORPSCS90
export PATH=$ORACLE_HOME\bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME\lib





No comments:

Post a Comment