# catalog DB 생성하고 catalog 로 접속하기

 아래에서 PROD db가 target DB, REPO DB가 catalog DB 


(REPO DB) 

SQL> create tablespace rcat datafile '/oradata/REPO/Disk1/rcatalog.dbf' size 500M; 

SQL> create user rman identified by rman 

 default tablespace rcat 

 temporary tablespace temp; 

SQL> grant connect, resource, recovery_catalog_owner to rman; 

REPO@~~$ rman catalog rman/rman@REPO 

RMAN> create catalog tablespace rcat; 

RMAN> exit


(PROD DB) 

PROD@~ $ rman target \'sys/change_on_install@PROD as sysdba\' catalog rman/rman@REPO 

RMAN> register database;

사업자 정보 표시
(주)블루원 | 김홍태 | 서울특별시 용산구 원효로 4가 135 금홍 2빌딩 | 사업자 등록번호 : 106-86-76684 | TEL : 02-3272-7200 | Mail : support_ora@blueone.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기

+ Recent posts