Oracle profile example

The profile file provides parameters that customize how IBM® Storage Protect Snapshot works within a particular environment. Use this example to verify that the configuration of the profile is correct for your Oracle environment.

The following sample profile is provided for when IBM Storage Protect Snapshot software backups up Oracle databases:
>>> CLIENT A10
ORACLE_SID A10
APPLICATION_TYPE ORACLE        #
TARGET_DATABASE_SUSPEND YES   # YES | NO | OFFLINE
TSM_BACKUP YES                # YES | NO
# MAX_VERSIONS ADAPTIVE       # num | ADAPTIVE
# LVM_FREEZE_THAW AUTO        # AUTO | YES | NO
# NEGATIVE_LIST NO_CHECK      # NO_CHECK | WARN | ERROR | <path to negative list file>
ORACLE_SECTION_NAME A10       # Name of corresponding ORACLE section
OFFLOAD_SECTION_NAME V122     # Name of corresponding OFFLOAD section
DEVICE_CLASS STANDARD         #
<<<
>>> OFFLOAD A10
BACKUP_METHOD ORACLE                       #
# OVERWRITE_DATABASE_PARAMETER_FILE YES    # YES | NO
# DATABASE_BACKUP_INCREMENTAL_LEVEL 0      #
<<<
>>> ORACLE V122
ORACLE_HOME /oracle/ora12cR2/app/product/12.2.0/dbhome_1
CATALOG_DATABASE_CONNECT_STRING cat_db     # *mandatory parameter*
CATALOG_DATABASE_USERNAME rman             # *mandatory parameter*
DATABASE_BACKUP_SCRIPT_FILE /oracle/A10/acs/tsm_backup.scr      
					        # *mandatory parameter*

DATABASE_CONTROL_FILE_RESTORE NO           # YES | NO
<<<
>>> ACSD
ACS_REPOSITORY /oracle/A10/acs/acsrepository  # *mandatory parameter*
<<<
>>> DEVICE_CLASS STANDARD
COPYSERVICES_HARDWARE_TYPE GENERIC
COPYSERVICES_ADAPTERNAME svc/SvcAdapter.jar
COPYSERVICES_SERVERNAME svc01.ibm.com
COPYSERVICES_USERNAME superuser
SVC_SSHKEY_FULLPATH /home/A10/.ssh/id_rsa
FLASHCOPY_TYPE COPY
BACKUP_HOST_NAME  backhost
<<<