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) << 접속확인!!
'Oracle > RMAN' 카테고리의 다른 글
RMAN 환경설정 (oracle doc) (0) | 2012.03.18 |
---|---|
delete noprompt obsolete; 시 발생하는 것들(이전에 지정했던 set newname 도 삭제됩니다.) (0) | 2012.03.10 |
RMAN사용도중 control file을 재생성하게되면!? ; RMAN환경설정다시하기, RMAN backuppiece정보 재등록하기 (0) | 2012.02.27 |
RMAN으로 drop tablespace복구하기 ; 과거의 controlfile을 가져와서 복구해야하는 경우 (0) | 2012.02.26 |
백업&복구 18번째 RMAN ; sql문 실행, 데이터파일들의 경로변경하기, Recover(물리적, 논리적복구 예시들) (0) | 2012.02.26 |