RMAN connect TARGET / CATALOG / NOCATALOG / AUXILIARY
RMAN can connecting to database has 3 purpose
> RMAN TARGET /
> RMAN TARGET / NOCATALOG
> RMAN TRAGET user/password@orclA NOTACATLOG user/password@orclB AUXILIARY user/password@orclC
1. TARGET
Target database that will be backup
2. CATALOG / NOCATALOG
NOCATALOG is default setting for RMAN to store the backup meta data to the Control file in the target database
CATALOG can specific another database that will have RMAN Repsoitory that can store the backup meta data and the backup file of the target database
3. AUXILIARY
Duplicate database for
- redudantency backup
- tablespace Point in time backup
> RMAN TARGET /
> RMAN TARGET / NOCATALOG
> RMAN TRAGET user/password@orclA NOTACATLOG user/password@orclB AUXILIARY user/password@orclC
1. TARGET
Target database that will be backup
2. CATALOG / NOCATALOG
NOCATALOG is default setting for RMAN to store the backup meta data to the Control file in the target database
CATALOG can specific another database that will have RMAN Repsoitory that can store the backup meta data and the backup file of the target database
3. AUXILIARY
Duplicate database for
- redudantency backup
- tablespace Point in time backup
0 Comments:
Post a Comment
<< Home