Oracle/RMAN

rman: can't open target

에몽이ㅋ 2012. 2. 28. 00:26

Cause : RMAN버그

Action
10g 에서는 RMAN에 버그가 있어서 원래경로에 있는 RMAN을 실행되는 경로로 복사해줘야 합니다.



[oracle@database ~]$ which rman
/usr/X11R6/bin/rman

[oracle@database ~]$ su -
Password:

[root@database ~]# cp /home/oracle/product/10g/bin/rman /usr/X11R6/bin/rman
cp: overwrite `/usr/X11R6/bin/rman'? y

[oracle@database ~]$ rman target /

Recovery Manager: Release 10.2.0.5.0 - Production on Tue Feb 28 00:25:25 2012

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

connected to target database: TESTDB (DBID=2559716539)   << 접속확인!!