Run an Oracle Backup Job on Linux (CLI) for AhsayOBM
Run an Oracle Backup Job on Linux (CLI)
To manually run a backup job, you need to use the RunBackupSet.sh script followed by the selected backup set which you would like to back up.
For example:
RunBackuPSet.sh <BackupSetName>
After doing so, the backup job will run according to the configured backup set settings. For more details and examples on how to configure a backup set using the backupSet.xml file before running a backup, refer to the Appendix section Oracle Database Backup Set XML Template.
Database Backup
The following example only shows the main process of database backup.
# sh RunBackupSet.sh "Oracle Database Server Backup Set"
Using APP_HOME : /usr/local/obm
Using SETTING_HOME :
Using JAVA_HOME : /usr/local/obm/jvm
Using JAVA_EXE : /usr/local/obm/jvm/bin/java
Using JAVA_OPTS : -Xrs -Xms128m -Xmx2048m -XX:MaxDirectMemorySize=512m -client
-Dsun.nio.PageAlignDirectMemory=true
Using JNI_PATH : -Djava.library.path=.:./LinX64
Using CLASSPATH : .:./cb.jar
-
Running Backup Set - 'Oracle Database Server Backup Set' ...
[2023/06/29 12:10:38] [info] [-] Start [ AhsayOBM v9.5.4.63]
[2023/06/29 12:10:39] [info] [-] Saving encrypted backup set encryption keys to
server...
[2023/06/29 12:10:41] [info] [1687832702712] Start Backup ...
Database(Tablespaces, Control & Init File, Archived Logs) [Deduplication: enabled,
Deduplication scope: All files within the same backup set, Migrate Delta:
disabled]
[2023/06/29 12:10:41] [info] [1687832702712] Using Temporary Directory
/temp/1645502391205/OBS@ 1687832702712
[2023/06/29 12:10:43] [info] [-] Start running pre-commands
[2023/06/29 12:10:43] [info] [-] Finished running pre-commands
[2023/06/29 12:10:43] [info] [1687832702712] Downloading server file list...
[2023/06/29 12:10:43] [info] [1687832702712] Downloading server file list...
Completed
[2023/06/29 12:10:44] [info] [-] Initializing Oracle module...
[2023/06/29 12:10:46] [info] [-] Skipping temporary tablespace "PDB/TEMP"
[2023/06/29 12:10:46] [info] [-] Start backing up tablespace "PDB/SYSAUX"
[2023/06/29 12:10:46] [info] [-] Backing up datafile
"/u01/app/oracle/oradata/ORCL/pdb/sysaux01.dbf" to
"/temp/1645502391205/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/sysaux01.dbf" {1}
[2023/06/29 12:10:53] [info] [-] End backing up tablespace "PDB/SYSAUX"
[2023/06/29 12:10:53] [info] [-] Start backing up tablespace "PDB/SYSTEM"
[2023/06/29 12:10:53] [info] [-] Backing up datafile
"/u01/app/oracle/oradata/ORCL/pdb/system01.dbf" to
"/temp/1645502391205/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/system01.dbf" {1}
[2023/06/29 12:10:56] [info] [-] End backing up tablespace "PDB/SYSTEM"
[2023/06/29 12:10:56] [info] [-] Start backing up tablespace "PDB/UNDOTBS1"
[2023/06/29 12:10:56] [info] [-] Backing up datafile
"/u01/app/oracle/oradata/ORCL/pdb/undotbs01.dbf" to
"/temp/1645502391205/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/undotbs01.dbf" {1}
[2023/06/29 12:10:58] [info] [-] End backing up tablespace "PDB/UNDOTBS1"
[2023/06/29 12:10:58] [info] [-] Start backing up tablespace "PDB/USERS"
[2023/06/29 12:10:58] [info] [-] Backing up datafile
"/u01/app/oracle/oradata/ORCL/pdb/users01.dbf" to
"/temp/1645502391205/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/users01.dbf" {1}
[2023/06/29 12:10:59] [info] [-] End backing up tablespace "PDB/USERS"
[2023/06/29 12:10:59] [info] [-] Start backing up tablespace "PDB$SEED/SYSAUX"
[2023/06/29 12:10:59] [info] [-] Backing up datafile
"/u01/app/oracle/oradata/ORCL/pdbseed/sysaux01.dbf" to
"/temp/1645502391205/SpoolArea/u01/app/oracle/oradata/ORCL/pdbseed/sysaux01.dbf"
{1}
[2023/06/29 12:11:08] [info] [-] End backing up tablespace "PDB$SEED/SYSAUX"
[2023/06/29 12:11:08] [info] [-] Start backing up tablespace "PDB$SEED/SYSTEM"
[2023/06/29 12:11:08] [info] [-] Backing up datafile
"/u01/app/oracle/oradata/ORCL/pdbseed/system01.dbf" to
"/temp/1645502391205/SpoolArea/u01/app/oracle/oradata/ORCL/pdbseed/system01.dbf"
{1}
[2023/06/29 12:11:12] [info] [-] End backing up tablespace "PDB$SEED/SYSTEM"
[2023/06/29 12:12:08] [info] [-] Generating create script for temp files to
"/temp/1645502391205/SpoolArea/addTempFile.sql"
[2023/06/29 12:12:08] [info] [-] Backing up initialization file (pfile)
[2023/06/29 12:12:09] [info] [-] Backing up initialization file (spfile)
[2023/06/29 12:12:11] [info] [-] Backing up control file
[2023/06/29 12:12:11] [info] [-] Start "Archived Log" backup
[2023/06/29 12:12:11] [info] [-] End "Archived Log" backup
[2023/06/29 12:12:11] [info] [1687832702712] Backup Database "orcl"
[2023/06/29 12:12:11] [info] [1687832702712] [New Directory]... Oracle Database
Server
[2023/06/29 12:12:11] [info] [1687832702712] [New Directory]... Oracle Database
Server/u01
[2023/06/29 12:12:11] [info] [1687832702712] [New Directory]... Oracle Database
Server/u01/app
[2023/06/29 12:12:11] [info] [1687832702712] [New Directory]... Oracle Database
Server/u01/database
[2023/06/29 12:12:11] [info] [1687832702712] [New Directory]... Oracle Database
Server/u01/app/oracle
[2023/06/29 12:12:11] [info] [1687832702712] [New File]... 100% of "Oracle
Database Server/initorcl.oradump"
[2023/06/29 12:12:11] [info] [1687832702712] [New File]... 100% of "Oracle
Database Server/traceCtrlfile.log"
[2023/06/29 12:12:11] [info] [1687832702712] [New File]... 100% of "Oracle
Database Server/traceDatafile.log"
[2023/06/29 12:12:11] [info] [1687832702712] [New File]... 100% of "Oracle
Database Server/u01/database/dbs/spfileorcl.ora"
[2023/06/29 12:12:36] [info] [1687832702712] [New File]... 100% of "Oracle
Database Server/u01/app/oracle/oradata/ORCL/undotbs01.dbf"
[2023/06/29 12:15:41] [info] [1687832702712] Deduplication Info: File="Oracle
Database
Server/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_22/o1_mf_1_5
5_k17kvw9x_.arc", 0.0% of file size saved by deduplication, number of deduplicated
blocks=0, total number of blocks=158, deduplicated size=0, total size=175,654,912
[2023/06/29 12:15:45] [info] [1687832702712] [New File]... 100% of "Oracle
Database
Server/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_21/o1_mf_1_5
4_k17c47lt_.arc"
[2023/06/29 12:15:45] [info] [1687832702712] Deduplication Info: File="Oracle
Database
Server/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_21/o1_mf_1_5
4_k17c47lt_.arc", 0.0% of file size saved by deduplication, number of deduplicated
blocks=0, total number of blocks=159, deduplicated size=0, total size=175,633,920
[2023/06/29 12:15:45] [info] [1687832702712] [New File]... 100% of "Oracle
Database
Server/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_22/o1_mf_1_5
7_k18rnsjq_.arc"
[2023/06/29 12:15:48] [info] [1687832702712] [New File]... 100% of "Oracle
Database
Server/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_22/o1_mf_1_5
6_k18o0scj_.arc"
[2023/06/29 12:15:53] [info] [1687832702712] Start validating the presence and
size of backup data in destination "AhsayCBS"...
[2023/06/29 12:15:53] [info] [1687832702712] File: "1645502391205/blocks/2022-02-
22-12-10-29/0/000000.bak", Size: 13,280, OK
[2023/06/29 12:15:53] [info] [1687832702712] File: "1645502391205/blocks/2022-02-
22-12-10-29/0/000001.bak", Size: 776,864, OK
[2023/06/29 12:15:53] [info] [1687832702712] File: "1645502391205/blocks/2022-02-
22-12-10-29/0/000002.bak", Size: 67,013,184, OK
[2023/06/29 12:15:53] [info] [1687832702712] File: "1645502391205/blocks/2022-02-
22-12-10-29/0/000002_000001.bak", Size: 67,011,936, OK
[2023/06/29 12:15:53] [info] [1687832702712] File: "1645502391205/blocks/2022-02-
22-12-10-29/0/000002_000002.bak", Size: 66,893,232, OK
[2023/06/29 12:15:53] [info] [1687832702712] File: "1645502391205/blocks/2022-02-
22-12-10-29/0/000039.bak", Size: 17,534,992, OK
[2023/06/29 12:15:53] [info] [1687832702712] Finished validating the presence and
size of backup data in destination "AhsayCBS"
[2023/06/29 12:15:53] [info] [1687832702712] Total New Files = 66
[2023/06/29 12:15:53] [info] [1687832702712] Total New Directories = 26
[2023/06/29 12:15:53] [info] [1687832702712] Total New Links = 0
[2023/06/29 12:15:53] [info] [1687832702712] Total Updated Files = 0
[2023/06/29 12:15:53] [info] [1687832702712] Total Deleted Files = 0
[2023/06/29 12:15:53] [info] [1687832702712] Total Deleted Directories = 0
[2023/06/29 12:15:53] [info] [1687832702712] Total Deleted Links = 0
[2023/06/29 12:15:53] [info] [1687832702712] Total Moved Files = 0
[2023/06/29 12:15:53] [info] [1687832702712] Total Dedupe Saving for this job =
554.08MB
[2022/02/22 12:15:53] [info] [1687832702712] Total Backup Data Size for this job =
11.22GB
[2023/06/29 12:15:53] [info] [1687832702712] Total Dedupe Saving for destination =
554.08MB
[2023/06/29 12:15:53] [info] [1687832702712] Total Backup Data Size for
destination = 11.22GB
[2023/06/29 12:15:53] [info] [-] Deleting temporary file
/temp/1645502391205/SpoolArea
[2023/06/29 12:15:53] [info] [-] Removing archived logs older than 60 day(s)
[2023/06/29 12:15:53] [info] [-] [Delete archived logs] /u01/database/bin/rman
target system/******@orcl nocatalog cmdfile=UpdateOracleRmanRecords.rman '60'
[2023/06/29 12:15:54] [info] [-] [Delete archived logs]
[2023/06/29 12:15:54] [info] [-] [Delete archived logs] Recovery Manager: Release
18.0.0.0.0 - Production on Tue Feb 22 12:15:54 2022
[2023/06/29 12:15:54] [info] [-] [Delete archived logs] Version 18.3.0.0.0
[2023/06/29 12:15:54] [info] [-] [Delete archived logs]
[2023/06/29 12:15:54] [info] [-] [Delete archived logs] Copyright (c) 1982, 2018,
Oracle and/or its affiliates. All rights reserved.
[2023/06/29 12:15:54] [info] [-] [Delete archived logs]
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] released channel:
ORA_DISK_1
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] allocated channel:
ORA_DISK_1
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] channel ORA_DISK_1: SID=26
device type=DISK
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] validation succeeded for
archived log
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] archived log file
name=/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_11/o1_mf_1_10
_k0dcqcjy_.arc RECID=9 STAMP=1096393195
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] validation succeeded for
archived log
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] archived log file
name=/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_12/o1_mf_1_11
_k0f2lq0s_.arc RECID=10 STAMP=1096416599
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] validation succeeded for
archived log
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] archived log file
name=/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_12/o1_mf_1_12
_k0fypx5q_.arc RECID=11 STAMP=1096445405
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] validation succeeded for
archived log
[2023/06/29 12:15:57] [info] [-] [Delete archived logs] archived log file
name=/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_12/o1_mf_1_13
_k0gd6c8h_.arc RECID=12 STAMP=1096459211
[2023/06/29 12:15:58] [info] [-] [Delete archived logs] Crosschecked 48 objects1
[2023/06/29 12:15:58] [info] [-] [Delete archived logs]
[2023/06/29 12:15:58] [info] [-] [Delete archived logs] released channel:
ORA_DISK_1
[2023/06/29 12:15:58] [info] [-] [Delete archived logs] allocated channel:
ORA_DISK_1
[2023/06/29 12:15:58] [info] [-] [Delete archived logs] channel ORA_DISK_1: SID=26
device type=DISK
[2023/06/29 12:15:58] [info] [-] [Delete archived logs] Recovery Manager complete.
[2023/06/29 12:15:59] [info] [-] Saving server information to destination.
[2023/06/29 12:16:00] [info] [1687832702712] Saving encrypted backup file index to
1645502391205/blocks/2022-02-22-12-10-29 at destination AhsayCBS...
[2023/06/29 12:16:00] [info] [-] Start running post-commands
[2023/06/29 12:16:00] [info] [-] Finished running post-commands
[2023/06/29 12:16:03] [info] [1687832702712] Deleting temporary file
/temp/1645502391205/OBS@ 1687832702712
[2023/06/29 12:16:04] [info] [1687832702712] Backup Completed Successfully
Archived Log Backup
-
To run an archived log backup, you need to configure the RunBackupSet.sh script file using a text editor (e.g., vi).
For example:
# vi RunBackupSet.sh
-
Change the value of "BACKUP_TYPE" to LOG for archived log backup.
# cd /usr/local/obm/bin # vi RunBackupSet.sh #!/bin/sh ############################## RunBackupSet.sh ######################### # You can use this shell script to run any of your backup sets from the# # command line. Just customize the "User Defined Section" below with # # your values for your backup action. # ######################################################################## ######################### START: User Defined Section ################## --------------------------------- BACKUP_SET --------------------------- # | The name or ID of the backup set that you want to run | # | If backup set name is not in English, please use ID instead. | # | e.g. BACKUP_SET="1119083740107" | # | or BACKUP_SET="FileBackupSet-1" | # | | # | You can leave this parameter blank if you have only 1 backup set. | # ---------------------------------------------------------------------| BACKUP_SET="" # -------------------------------- BACKUP_DESTS ------------------------ # | The list of name or ID of the backup destinations that you want to | # | run. | # | If backup destination name is not in English, please use ID instead. # | e.g. BACKUP_DESTS="1740107119083" | # | or BACKUP_DESTS="Destination-1,Destination-2" | # | or BACKUP_DESTS="ALL" | # | | # | You can specify multiple destinations in comma-separated format, | # | or use "ALL" to run backup for all destinations. | # ---------------------------------------------------------------------- BACKUP_DESTS="ALL" # -------------------------------- BACKUP_TYPE ------------------------- # | Set backup type. You don't need to change this if you are backing | # | up a file backup set. | # | Options available: FILE/DATABASE/DIFFERENTIAL/LOG | # | | # | e.g. BACKUP_TYPE="FILE" for file backup | # | or BACKUP_TYPE="DATABASE" for Full database backup | # | or BACKUP_TYPE="DIFFERENTIAL" for Differential database backup | # | or BACKUP_TYPE="LOG" for Log database backup | # ---------------------------------------------------------------------- www.ahsay.com 40 BACKUP_TYPE="LOG" # -------------------------------- SETTING_HOME ------------------------ # | Directory to your setting home. | # | Default to ${HOME}/.obm when not set. | # | | # | e.g. SETTING_HOME="${HOME}/.obm" # ---------------------------------------------------------------------- SETTING_HOME="" # --------------------------------- DELTA_MODE ------------------------- # | Set In-File Delta mode. | # | Options available: Incremental/Differential/Full (I/D/F) | # | e.g. DELTA_MODE="I" for Incremental In-file delta backup | # | or DELTA_MODE="D" for Differential In-file delta backup | # | or DELTA_MODE="F" for Full File backup | # | or DELTA_MODE="" for using backup set in-file delta setting | # ---------------------------------------------------------------------- DELTA_MODE="" # -------------------------------- CLEANUP_MODE ------------------------ # | You can enable Cleanup mode to remove obsolete files from your | # | backup destinations after backup. | # | Options available: ENABLE-CLEANUP/DISABLE-CLEANUP | # | e.g. CLEANUP_MODE="ENABLE-CLEANUP" | # | or CLEANUP_MODE="DISABLE-CLEANUP" | # ---------------------------------------------------------------------- CLEANUP_MODE="DISABLE-CLEANUP" # --------------------------------- DEBUG_MODE ------------------------- # | Set Debug mode. | # | Options available: ENABLE-DEBUG/DISABLE-DEBUG | # | e.g. DEBUG_MODE="ENABLE-DEBUG" | # | or DEBUG_MODE="DISABLE-DEBUG" | # ---------------------------------------------------------------------- DEBUG_MODE="DISABLE-DEBUG" ########################## END: User Defined Section ###################
-
After the RunBackupSet.sh script is configured, the backup job will run in archived log mode.
The following example only shows the main process of archived log backup.
# sh RunBackupSet.sh "Archived Log Backup" - Using APP_HOME : /usr/local/obm Using SETTING_HOME : Using JAVA_HOME : /usr/local/obm/jvm Using JAVA_EXE : /usr/local/obm/jvm/bin/java Using JAVA_OPTS : -Xrs -Xms128m -Xmx2048m -XX:MaxDirectMemorySize=512m - client -Dsun.nio.PageAlignDirectMemory=true Using JNI_PATH : -Djava.library.path=.:./LinX64 Using CLASSPATH : .:./cb.jar - Running Backup Set - 'Oracle Database Server Backup Set' ... [2023/06/29 14:07:54] [info] [-] Start [ AhsayOBM v9.5.4.63 ] [2023/06/29 14:07:55] [info] [-] Saving encrypted backup set encryption keys to server... [2023/06/29 14:07:57] [info] [1645509591771] Start Backup ... Database(Tablespaces, Control & Init File, Archived Logs) [Deduplication: enabled, Deduplication scope: All files within the same backup set, Migrate Delta: disabled] [2023/06/29 14:07:57] [info] [1645509591771] Using Temporary Directory /temp/1645509537775/OBS@1645509591771 [2023/06/29 14:07:59] [info] [-] Start running pre-commands [2023/06/29 14:07:59] [info] [-] Finished running pre-commands [2023/06/29 14:07:59] [info] [1645509591771] Downloading server file list... [2023/06/29 14:07:59] [info] [1645509591771] Downloading server file list... Completed [2023/06/29 14:08:00] [info] [-] Initializing Oracle module... [2023/06/29 14:08:01] [info] [-] Skipping temporary tablespace "PDB/TEMP" [2023/06/29 14:08:01] [info] [-] Start backing up tablespace "PDB/SYSAUX" [2023/06/29 14:08:01] [info] [-] Backing up datafile "/u01/app/oracle/oradata/ORCL/pdb/sysaux01.dbf" to "/temp/1645509537775/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/sysaux01.dbf" {1} [2023/06/29 14:08:04] [info] [-] End backing up tablespace "PDB/SYSAUX" [2023/06/29 14:08:04] [info] [-] Start backing up tablespace "PDB/SYSTEM" [2023/06/29 14:08:04] [info] [-] Backing up datafile "/u01/app/oracle/oradata/ORCL/pdb/system01.dbf" to "/temp/1645509537775/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/system01.dbf" {1} [2023/06/29 14:08:12] [info] [-] End backing up tablespace "PDB/SYSTEM" [2023/06/29 14:08:12] [info] [-] Start backing up tablespace "PDB/UNDOTBS1" [2023/06/29 14:08:12] [info] [-] Backing up datafile "/u01/app/oracle/oradata/ORCL/pdb/undotbs01.dbf" to "/temp/1645509537775/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/undotbs01.dbf" {1} [2023/06/29 14:08:13] [info] [-] End backing up tablespace "PDB/UNDOTBS1" [2023/06/29 14:08:13] [info] [-] Start backing up tablespace "PDB/USERS" [2023/06/29 14:08:13] [info] [-] Backing up datafile "/u01/app/oracle/oradata/ORCL/pdb/users01.dbf" to "/temp/1645509537775/SpoolArea/u01/app/oracle/oradata/ORCL/pdb/users01.dbf" {1} [2023/06/29 14:08:15] [info] [-] End backing up tablespace "PDB/USERS" [2023/06/29 14:08:15] [info] [-] Start backing up tablespace "PDB$SEED/SYSAUX" [2023/06/29 14:09:21] [info] [-] Start backing up tablespace "USERS" [2023/06/29 14:09:21] [info] [-] Backing up datafile "/u01/app/oracle/oradata/ORCL/users01.dbf" to "/temp/1645509537775/SpoolArea/u01/app/oracle/oradata/ORCL/users01.dbf" {1} [2023/06/29 14:09:22] [info] [-] End backing up tablespace "USERS" [2023/06/29 14:09:22] [info] [-] Generating create script for temp files to "/temp/1645509537775/SpoolArea/addTempFile.sql" [2023/06/29 14:09:22] [info] [-] Backing up initialization file (pfile) [2023/06/29 14:09:23] [info] [-] Backing up initialization file (spfile) [2023/06/29 14:09:29] [info] [-] Backing up control file [2023/06/29 14:09:29] [info] [-] Start "Archived Log" backup [2023/06/29 14:09:29] [info] [-] End "Archived Log" backup [2023/06/29 14:09:29] [info] [1645509591771] Backup Database "orcl" [2023/06/29 14:09:30] [info] [1645509591771] [New Directory]... Oracle Database Server [2023/06/29 14:09:30] [info] [1645509591771] [New Directory]... Oracle Database Server/u01 [2023/06/29 14:09:30] [info] [1645509591771] [New Directory]... Oracle Database Server/u01/app [2023/06/29 14:09:30] [info] [1645509591771] [New File]... 100% of "Oracle Database Server/u01/database/dbs/spfileorcl.ora" [2023/06/29 14:09:30] [info] [1645509591771] [New File]... 100% of "Oracle Database Server/initorcl.oradump" [2023/06/29 14:10:42] [info] [1645509591771] Deduplication Info: File="Oracle Database Server/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_12/o1_m f_1_15_k0h757gg_.arc", 0.0% of file size saved by deduplication, number of deduplicated blocks=0, total number of blocks=160, deduplicated size=0, total size=176,379,392 [2023/06/29 14:10:42] [info] [1645509591771] [New File]... 100% of "Oracle Database Server/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2022_02_13/o1_m f_1_18_k0jx2wt5_.arc" [2023/06/29 14:12:52] [info] [1645509591771] Start validating the presence and size of backup data in destination "AhsayCBS"... [2023/06/29 14:12:52] [info] [1645509591771] File: "1645509537775/blocks/2023-06-29-14-07-45/0/000000.bak", Size: 737,536, OK [2023/06/29 14:12:52] [info] [1645509591771] File: "1645509537775/blocks/2023-06-29-14-07-45/0/000001.bak", Size: 3,063,664, OK [2023/06/29 14:12:52] [info] [1645509591771] File: "1645509537775/blocks/2023-06-29-14-07-45/0/000002.bak", Size: 66,851,072, OK [2023/06/29 14:12:52] [info] [1645509591771] File: "1645509537775/blocks/2023-06-29-14-07-45/0/000003.bak", Size: 66,972,304, OK [2023/06/29 14:12:52] [info] [1645509591771] File: "1645509537775/blocks/2023-06-29-14-07-45/0/000039.bak", Size: 17,534,992, OK [2023/06/29 14:12:52] [info] [1645509591771] Finished validating the presence and size of backup data in destination "AhsayCBS" [2023/06/29 14:12:52] [info] [1645509591771] Total New Files = 67 [2023/06/29 14:12:52] [info] [1645509591771] Total New Directories = 26 [2023/06/29 14:12:52] [info] [1645509591771] Total New Links = 0 [2023/06/29 14:12:52] [info] [1645509591771] Total Updated Files = 0 [2023/06/29 14:12:52] [info] [1645509591771] Total Deleted Files = 0 [2023/06/29 14:12:52] [info] [1645509591771] Total Deleted Directories = 0 [2023/06/29 14:12:52] [info] [1645509591771] Total Deleted Links = 0 [2023/06/29 14:12:52] [info] [1645509591771] Total Moved Files = 0 [2023/06/29 14:12:52] [info] [1645509591771] Total Dedupe Saving for this job = 492.58MB [2023/06/29 14:12:52] [info] [1645509591771] Total Backup Data Size for this job = 11.24GB [2023/06/29 14:12:52] [info] [1645509591771] Total Dedupe Saving for destination = 492.58MB [2023/06/29 14:12:52] [info] [1645509591771] Total Backup Data Size for destination = 11.24GB [2023/06/29 14:12:52] [info] [-] Deleting temporary file /temp/1645509537775/SpoolArea [2023/06/29 14:12:52] [info] [-] Removing archived logs older than 60 day(s) [2023/06/29 14:12:52] [info] [-] [Delete archived logs] /u01/database/bin/rman target system/******@orcl nocatalog cmdfile=UpdateOracleRmanRecords.rman '60' [2023/06/29 14:12:52] [info] [-] [Delete archived logs] Recovery Manager: Release 18.0.0.0.0 - Production on Tue Feb 22 14:12:52 2022 [2023/06/29 14:12:52] [info] [-] [Delete archived logs] Version 18.3.0.0.0 [2023/06/29 14:12:52] [info] [-] [Delete archived logs] Copyright (c) 1982, 2018, Oracle and/or its affiliates. All rights reserved. [2023/06/29 14:12:56] [info] [-] [Delete archived logs] archived log file name=/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2023_06_29/o1_mf _1_56_k18o0scj_.arc RECID=55 STAMP=1097320218 [2023/06/29 14:12:56] [info] [-] [Delete archived logs] validation succeeded for archived log [2023/06/29 14:12:56] [info] [-] [Delete archived logs] archived log file name=/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2023_06_29/o1_mf _1_57_k18rnsjq_.arc RECID=56 STAMP=1097323930 [2023/06/29 14:12:56] [info] [-] [Delete archived logs] validation succeeded for archived log [2023/06/29 14:12:56] [info] [-] [Delete archived logs] archived log file name=/u01/app/oracle/fast_recovery_area/ORCL/ORCL/archivelog/2023_06_29/o1_mf _1_58_k18zjmgp_.arc RECID=57 STAMP=1097330963 [2023/06/29 14:12:56] [info] [-] [Delete archived logs] Crosschecked 49 objects [2023/06/29 14:12:56] [info] [-] [Delete archived logs] released channel: ORA_DISK_1 [2023/06/29 14:12:56] [info] [-] [Delete archived logs] allocated channel: ORA_DISK_1 [2023/06/29 14:12:56] [info] [-] [Delete archived logs] channel ORA_DISK_1: SID=266 device type=DISK [2023/06/29 14:12:56] [info] [-] [Delete archived logs] specification does not match any archived log in the repository [2023/06/29 14:12:56] [info] [-] [Delete archived logs] Recovery Manager complete. [2023/06/29 14:12:57] [info] [-] Saving server information to destination. [2023/06/29 14:12:58] [info] [1645509591771] Saving encrypted backup file index to 1645509537775/blocks/2023-06-29-14-07-45 at destination AhsayCBS... [2023/06/29 14:12:58] [info] [-] Start running post-commands [2023/06/29 14:12:58] [info] [-] Finished running post-commands [2023/06/29 14:13:01] [info] [1645509591771] Deleting temporary file /temp/1645509537775/OBS@1645509591771 [2023/06/29 14:13:01] [info] [1645509591771] Backup Completed Successfully