Rman> Configure default device type to disk; Using the target database control file instead of recovering the directory New RMAN configuration parameters: CONFIGURE DEFAULT DEVICE TYPE to DISK; The new RMAN configuration parameters have been successfully stored Rman> Configure device type disk parallelism 2; New RMAN configuration parameters: CONFIGURE DEVICE type DISK PARALLELISM 2 BACKUP type to BACKUPSET; The new RMAN configuration parameters have been successfully stored Rman> Configure Channel 1 device type disk fromat ' c:/backup1/backup_%u '; New RMAN configuration parameters: CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '/backup1/backup_%u '; The new RMAN configuration parameters have been successfully stored Rman> Configure Channel 2 device type disk format '/backup2/backup_%u '; New RMAN configuration parameters: CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT '/backup2/backup_%u '; The new RMAN configuration parameters have been successfully stored Rman> Configure Controlfile autobackup on; Old RMAN configuration parameters: CONFIGURE controlfile autobackup OFF; New RMAN configuration parameters: CONFIGURE Controlfile autobackup on; The new RMAN configuration parameters have been successfully stored Rman> Configure Controlfile autobackup format for device type disk to '/backup1/ctl_%f '; Old RMAN configuration parameters: CONFIGURE controlfile autobackup FORMAT for DEVICE TYPE DISK to '%F '; New RMAN configuration parameters: CONFIGURE controlfile autobackup FORMAT for DEVICE TYPE DISK to '/backup1/ctl_%f '; The new RMAN configuration parameters have been successfully stored Rman> Show All; The RMAN configuration parameters for the database db_unique_name for ORCL are: CONFIGURE RETENTION POLICY to redundancy 1; CONFIGURE BACKUP optimization OFF; CONFIGURE DEFAULT DEVICE TYPE to DISK; CONFIGURE Controlfile autobackup on; CONFIGURE controlfile autobackup FORMAT for DEVICE TYPE DISK to '/backup1/ctl_%f '; CONFIGURE DEVICE type DISK PARALLELISM 2 BACKUP type to BACKUPSET; CONFIGURE datafile BACKUP COPIES for DEVICE TYPE DISK to 1; CONFIGURE ARCHIVELOG BACKUP COPIES for DEVICE TYPE DISK to 1; CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT '/backup2/backup_%u '; CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '/backup1/backup_%u '; CONFIGURE maxsetsize to UNLIMITED; CONFIGURE encryption for DATABASE OFF; CONFIGURE encryption algorithm ' AES128 '; CONFIGURE COMPRESSION algorithm ' BASIC ' as of RELEASE ' DEFAULT ' OPTIMIZE for LOA D TRUE; # Default CONFIGURE ARCHIVELOG deletion POLICY to NONE; CONFIGURE SNAPSHOT controlfile NAME to ' C:\APP\ADMINISTRATOR\PRODUCT\11.2.0\DBHO Me_1\database\sncforcl. ORA '; Rman> Report schema; Db_unique_name database schema report for the ORCL database Permanent data File List =========================== File Size (MB) tablespace fallback segment data file name ---- -------- -------------------- ------- ------------------------ 1 680 SYSTEM * * * C:\APP\ADMINISTRATOR\ORADATA\ORCL\SYS TEM01. Dbf 2 490 Sysaux * * * C:\APP\ADMINISTRATOR\ORADATA\ORCL\SYS AUX01. Dbf 3 UNDOTBS1 * * * C:\APP\ADMINISTRATOR\ORADATA\ORCL\UND OTBS01. Dbf 4 5 USERS * * * C:\APP\ADMINISTRATOR\ORADATA\ORCL\USE RS01. Dbf Temporary file list ======================= File size (MB) table space maximum size (MB) temp file name ---- -------- -------------------- ----------- -------------------- 1 TEMP 32767 C:\APP\ADMINISTRATOR\ORADATA\ORCL\TEMP01. Dbf Rman> |