1
Section-1 ( Practices built as per the Document's specific chapter-wise ) 1.1 1. Configure RMAN Catalog using rc_admin/RC_ADMIN user in the PROD4 db. Make sure that catalog is compatible with the RMAN Client. Register databases. Procedure : Connect to Management Server Machine. Step1: Create the user rc_admin/RC_ADMIN if user does not exist. SQL> CREATE USER rc_admin identified by RC_ADMIN default tablespace users temporary tablespace temp; SQL> GRANT CONNECT,RESOURCE,RECOVERY_CATALOG_OWNER to rc_admin; Step2: Create the catalog AS BELOW $ rman RMAN> connect catalog rc_admin/RC_ADMIN RMAN> CREATE CATALOG; Procedure : Step1: Connect to the catalog user schema. Step2: Issue the Update Catalog twice. RMAN> UPDATE CATALOG; RMAN> UPDATE CATALOG; Step3: Connect to target database and start the backup; Observation-1: Connecting from lower version(eg:11.1.0) and creating the catalog in either database does not require to update RMAN Client.Observation-2: Connecting from higher version(11.2.0) to backup the lower version require Rman Clients catalog update. Procedure : Connect to catalog database and Rman target database, then issue : RMAN> REGISTER DATABASE; File Ref: document.doc (v. Error: Reference source not found )

1.Creating RMAN Catalog

Embed Size (px)

DESCRIPTION

jhjh

Citation preview

CR010_2

Section-1

( Practices built as per the Document's specific chapter-wise )

1.11. Configure RMAN Catalog using rc_admin/RC_ADMIN user in the PROD4 db.Make sure that catalog is compatible with the RMAN Client.Register databases.Procedure:

Connect to Management Server Machine.

Step1: Create the user rc_admin/RC_ADMIN if user does not exist.

SQL> CREATE USER rc_admin identified by RC_ADMIN default tablespace users temporary tablespace temp;SQL> GRANT CONNECT,RESOURCE,RECOVERY_CATALOG_OWNER to rc_admin;Step2: Create the catalog AS BELOW

$ rman

RMAN> connect catalog rc_admin/RC_ADMINRMAN> CREATE CATALOG;

Procedure:

Step1: Connect to the catalog user schema.

Step2: Issue the Update Catalog twice.

RMAN> UPDATE CATALOG;RMAN> UPDATE CATALOG;Step3: Connect to target database and start the backup;

Observation-1: Connecting from lower version(eg:11.1.0) and creating the catalog in either database does not require to update RMAN Client.Observation-2: Connecting from higher version(11.2.0) to backup the lower version require Rman Clients catalog update.

Procedure:

Connect to catalog database and Rman target database, then issue :

RMAN> REGISTER DATABASE;

File Ref: SAW - size hardware for Portal implementation (v. DRAFT 1A )