# 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;

By haisins

오라클 DBA 박용석 입니다. haisins@gmail.com 으로 문의 주세요.

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다