Oracle DB COLD backup using DD Boost data domain
Oracle Database COLD backup using DD Boost data domain.
Media Manager= DD BOOST
$ rman target /
Recovery Manager: Release 11.2.0.4.0 - Production on Wed Dec 5 05:32:34 2018
connected to target database: VIRTUALD (DBID=1142008032, not open)
RMAN> run
2> {
3> ALLOCATE CHANNEL C1 DEVICE TYPE SBT_TAPE PARMS 'BLKSIZE=1048576,
SBT_LIBRARY=/opt/dpsapps/dbappagent/lib/lib64/libddboostora.so,
SBT_PARMS=(CONFIG_FILE=/opt/dpsapps/dbappagent/config/oracle_ddbda.cfg)'
FORMAT '%d_%U';
4> BACKUP DATABASE;
5> }
using target database control file instead of recovery catalog
allocated channel: C1
channel C1: SID=1 device type=SBT_TAPE
channel C1: Database Application Agent Oracle v4.6.0.0
Starting backup at 05-DEC-18
channel C1: starting full datafile backup set
channel C1: specifying datafile(s) in backup set
input datafile file number=00001
name=/u01/app/oracle/oradata/virtuald/system01.dbf
input datafile file number=00002
name=/u01/app/oracle/oradata/virtuald/sysaux01.dbf
input datafile file number=00003
name=/u01/app/oracle/oradata/virtuald/undotbs01.dbf
channel C1: starting piece 1 at 05-DEC-18
channel C1: finished piece 1 at 05-DEC-18
piece handle=VIRTUALD_04tk01sa_1_1 tag=TAG20181205T053258 comment=API
Version 2.0,MMS Version 4.6.0.0
channel C1: backup set complete, elapsed time: 00:00:15
channel C1: starting full datafile backup set
channel C1: specifying datafile(s) in backup set
including current control file in backup set
channel C1: starting piece 1 at 05-DEC-18
channel C1: finished piece 1 at 05-DEC-18
piece handle=VIRTUALD_05tk01sp_1_1 tag=TAG20181205T053258 comment=API
Version 2.0,MMS Version 4.6.0.0
channel C1: backup set complete, elapsed time: 00:00:03
Finished backup at 05-DEC-18
released channel: C1
RMAN>
See Also:
Oracle Database backup configurations.
Oracle DB COLD backup using DD Boost data domain
Oracle DB HOT backup using DD boost data domain
Oracle DB Archive backup using DD boost data domain
Restore Oracle database from Cold backup