I have configured the following parameters:
ORACLE_DATABASES=DEV3:dev3
SQLPLUS_CMD=/f01/dev3/db/tech_st/11.2.0.2/bin/sqlplus
CNTL_FILE_BACKUP_DIR=/f01/dev3/ControlFileBackup
ORA_TEMP=/tmp
ARCHIVE_LOG_ONLY=Y
ORACLE_HOME=/f01/dev3/db/tech_st/11.2.0.2
ORACLE_EXPORT_PARAMETERS=Y
When I start the snap using snapcreator using:
./snapcreator --profile Databases --action snaplist --policy daily --config DEV3_Refresh --verbose |
I can see the backup controlfile created, but I am not seeing in the Oracle Alert log oracle executing the command alter database begin backup:
This command must be executed properly use snaprestore and recover the database.
Must I use the pre/post application quiesce command section to put the alter database begin backup and alter database end backup commands?