Recovery Catalog creation and Maintenance
1 , create tablespace rman_ts datafile '' size 20m extent management local uniform size 128k ;
2 , create user rman_user identified by rman default tablespace rman_ts quota unlimited on rman_ts;
3 , grant recovery_catalog_owner to rman_user ; grant connect , resource to rman;
4 , rman catalog ; create catalog tablespace rman_ts;
5 , connect target as sysdba'
6 , register database
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/66634/viewspace-806825/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Creation Of Rman Duplicate Without Target And Recovery Catalog Connec-1113713.1
- Create recovery catalog Configure Recovery Manager
- Duplicating a Database Without Recovery Catalog or Target ConnectionDatabase
- RMAN-20001: target database not found in recovery catalogDatabase
- Oracle OCP IZ0-053 Q241(RMAN Recovery Catalog Keep)Oracle
- 恢復目錄資料庫(Recovery Catalog)作用及演示例項資料庫
- RMAN 11GR2 : DUPLICATE Without Target And Recovery Catalog Connection_874352.1
- RMAN-20002: target database already registered in recovery catalog 解決方法Database
- 解決RMAN中 recovery catalog database: ORA-00955: name is already used by an existing objectDatabaseObject
- 2.3.3 Application MaintenanceAPPAINaN
- ALLOCATE CHANNEL FOR MAINTENANCE 命令AINaN
- Give root password for maintenanceAINaN
- Maintenance of Global Partitioned IndexesAINaNIndex
- SQL Database Maintenance WizardSQLDatabaseAINaN
- Catalog backuppiece ( regsiter a backup piece to the catalog )
- rman catalog 命令所能catalog 的物件物件
- 2.3.3.1 About Application MaintenanceAPPAINaN
- 11g auto maintenanceAINaN
- Cannot find folder "Maintenance Plans".AINaN
- Three commands for OCR maintenanceAINaN
- catalog 命令
- three predefined automated maintenance tasksAINaN
- 上海:International Release and Maintenance EngineerAINaN
- Troubleshooting Database Creation (121)Database
- oracle rman catalogOracle
- zabbix_maintenance web管理系統AINaNWeb
- 2.3.2.1 Creation of Application Common ObjectsAPPObject
- ksvcreate: Process(m000) creation failedAI
- rman 建立catalog庫
- RMAN - catalog start with命令
- PostgreSQL DBA(170) - pgAdmin(Queries For Index Maintenance)SQLIndexAINaN
- EMD_MAINTENANCE 引起統計資訊收集AINaN
- 【RMAN】Run Allocate Channel For Maintenance From Script FailsAINaN
- 使用VIEW_MAINTENANCE_CALL維護tableviewViewAINaN
- Delivery Automatic Creation for UB type STO
- oracle 10g physical standby database creationOracle 10gDatabase
- Create index with open on-line index creationIndex
- Crash recovery和Media recovery的區別