Oracle Database HOT backup using DD boost data domain.

contents of config file ==> oracle_ddbda.cfg

cat /opt/dpsapps/dbappagent/config/oracle_ddbda.cfg
DDBOOST_USER =ddboost_test
DEVICE_HOST =oratst0001.ajara.tech
DEVICE_PATH =/ddboost_test



$ rman target /

Recovery Manager: Release 11.2.0.4.0 - Production on Wed Dec 5 05:47:33 2018

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

connected to target database: VIRTUALD (DBID=1142008032)

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=31 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_06tk02pu_1_1 tag=TAG20181205T054846 comment=API 
Version 2.0,MMS Version 4.6.0.0
channel C1: backup set complete, elapsed time: 00:00:07
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_07tk02q5_1_1 tag=TAG20181205T054846 comment=API 
Version 2.0,MMS Version 4.6.0.0
channel C1: backup set complete, elapsed time: 00:00:01
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

Restore and recovering the Oracle database  

https://support.oracle.com

http://oracle.com