########################### # Begin initialize()..... # ########################### Initial SQL_PATH Initial CTL_PATH Initial VAR_PATH Initial ps option Initial Storage Unit Type ######################### # End initialize()..... # ######################### ########################### # Begin end_backup()..... # ########################### select distinct(t.name), b.status from v$backup b, v$datafile d, v$tablespace t where d.ts# = t.ts# and d.file# = b.file# and b.status = 'ACTIVE'; exit SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 13 00:00:11 2025 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options no rows selected Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options ######################### # End end_backup()..... # ######################### ############################## # Begin datafile_list()..... # ############################## SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 13 00:00:11 2025 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options 'DATAFILE'||FILE_NAME -------------------------------------------------------------------------------- Datafile /oracle/EPP/sapdata1/system_1/system.data1 Datafile /oracle/EPP/sapdata1/sysaux_1/sysaux.data1 Datafile /oracle/EPP/sapdata2/undo_1/undo.data1 Datafile /oracle/EPP/sapdata4/sr3db_1/sr3db.data1 Datafile /oracle/EPP/sapdata4/sr3db_2/sr3db.data2 Datafile /oracle/EPP/sapdata1/sysaux_2/sysaux.data2 6 rows selected. Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options ############################ # End datafile_list()..... # ############################ ############################# # Begin begin_backup()..... # ############################# alter tablespace SYSTEM begin backup; alter tablespace SYSAUX begin backup; alter tablespace PSAPUNDO begin backup; alter tablespace PSAPSR3DB begin backup; exit ########################### # End begin_backup()..... # ########################### ############################### # Begin bpbackup_start()..... # ############################### /usr/openv/netbackup/bin/bpbackup -p epprda_ORA_EPP -s onback -h epprda -t 0 -w 0 -f /usr/openv/script/vars/backuplist1.txt -L /usr/openv/netbackup/logs/oralog/hot_backup.log.20250613 Backup started 06/13/2025 00:00:11 00:00:13 Initiating backup 00:00:14 INF - Starting bpbrm 00:00:16 INF - Processing /oracle/EPP/sapdata1/system_1/system.data1 00:00:16 INF - Extended Attributes are not supported on JFS/JFS2 on AIX operating system. 00:00:16 / 00:00:16 /oracle/ 00:00:16 /oracle/EPP/ 00:00:16 /oracle/EPP/sapdata1/ 00:00:16 /oracle/EPP/sapdata1/system_1/ 00:00:19 INF - Beginning backup on server nbu5250 of client epprda 00:00:36 /oracle/EPP/sapdata1/system_1/system.data1 00:00:36 INF - Processing /oracle/EPP/sapdata1/sysaux_1/sysaux.data1 00:00:36 /oracle/EPP/sapdata1/sysaux_1/ 00:00:36 /oracle/EPP/sapdata1/sysaux_1/ 00:01:24 /oracle/EPP/sapdata1/sysaux_1/sysaux.data1 00:01:24 INF - Processing /oracle/EPP/sapdata2/undo_1/undo.data1 00:01:24 /oracle/EPP/sapdata2/ 00:01:24 /oracle/EPP/sapdata2/ 00:01:24 /oracle/EPP/sapdata2/undo_1/ 00:02:09 /oracle/EPP/sapdata2/undo_1/undo.data1 00:02:09 INF - Processing /oracle/EPP/sapdata4/sr3db_1/sr3db.data1 00:02:09 /oracle/EPP/sapdata4/ 00:02:09 /oracle/EPP/sapdata4/ 00:02:09 /oracle/EPP/sapdata4/sr3db_1/ 00:04:30 /oracle/EPP/sapdata4/sr3db_1/sr3db.data1 00:04:30 INF - Processing /oracle/EPP/sapdata4/sr3db_2/sr3db.data2 00:04:30 /oracle/EPP/sapdata4/sr3db_2/ 00:04:30 /oracle/EPP/sapdata4/sr3db_2/ 00:07:15 /oracle/EPP/sapdata4/sr3db_2/sr3db.data2 00:07:15 INF - Processing /oracle/EPP/sapdata1/sysaux_2/sysaux.data2 00:07:15 /oracle/EPP/sapdata1/ 00:07:15 /oracle/EPP/sapdata1/ 00:07:15 /oracle/EPP/sapdata1/sysaux_2/ 00:07:50 /oracle/EPP/sapdata1/sysaux_2/sysaux.data2 00:07:50 /VRTS_IMAGE_SIZE_RECORD 00:07:50 INF - Client completed sending data for backup 00:08:03 INF - Server status = 0 ############################# # End bpbackup_start()..... # ############################# ################################ # Begin chk_backup_stat()..... # ################################ Backup Job was Completed !!! ############################## # End chk_backup_stat()..... # ############################## ########################### # Begin end_backup()..... # ########################### select distinct(t.name), b.status from v$backup b, v$datafile d, v$tablespace t where d.ts# = t.ts# and d.file# = b.file# and b.status = 'ACTIVE'; exit SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 13 00:08:03 2025 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options NAME STATUS ------------------------------ ------------------ SYSAUX ACTIVE PSAPSR3DB ACTIVE SYSTEM ACTIVE PSAPUNDO ACTIVE Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SYSAUX PSAPSR3DB SYSTEM PSAPUNDO 00:08:04 INF - Backup by oraepp on client epprda using policy epprda_ORA_EPP, sched onback:the requested operation was successfully completed Begin Tablespace end backup marking..... alter tablespace SYSAUX end backup; alter tablespace PSAPSR3DB end backup; alter tablespace SYSTEM end backup; alter tablespace PSAPUNDO end backup; exit SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 13 00:08:04 2025 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options Tablespace altered. Tablespace altered. Tablespace altered. Tablespace altered. Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options End Tablespace end backup marking..... ######################### # End end_backup()..... # ######################### ############################### # Begin switch_logfile()..... # ############################### alter system archive log current; exit SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 13 00:08:04 2025 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options System altered. Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options ############################# # End switch_logfile()..... # ############################# ################################### # Begin backup_controlfile()..... # ################################### alter database backup controlfile to '/usr/openv/script/ctls/controlfile.20250613-00:00:11'; alter database backup controlfile to trace as '/usr/openv/script/ctls/tracefile.20250613-00:00:11'; alter database backup controlfile to trace; exit SQL*Plus: Release 11.2.0.3.0 Production on Fri Jun 13 00:08:14 2025 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options Database altered. Database altered. Database altered. Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options /usr/openv/netbackup/bin/bpbackup -p epprda_ORA_EPP -s ctls -h epprda -t 0 -w 0 -L /usr/openv/netbackup/logs/oralog/hot_backup.log.20250613 /usr/openv/script/ctls Backup started 06/13/2025 00:08:14 00:08:15 Initiating backup 00:08:16 INF - Starting bpbrm 00:08:22 INF - Processing /usr/openv/script/ctls 00:08:22 INF - Extended Attributes are not supported on JFS/JFS2 on AIX operating system. 00:08:22 / 00:08:22 /usr/ 00:08:22 /usr/openv/ 00:08:22 /usr/openv/script/ 00:08:22 /usr/openv/script/ctls/ 00:08:28 INF - Beginning backup on server nbu5250 of client epprda 00:08:29 /usr/openv/script/ctls/controlfile.20250606-00:00:25 00:08:29 /usr/openv/script/ctls/controlfile.20250607-00:00:15 00:08:29 /usr/openv/script/ctls/controlfile.20250608-00:07:12 00:08:30 /usr/openv/script/ctls/controlfile.20250609-00:00:08 00:08:30 /usr/openv/script/ctls/controlfile.20250610-00:00:11 00:08:31 /usr/openv/script/ctls/controlfile.20250611-00:00:10 00:08:32 /usr/openv/script/ctls/controlfile.20250612-00:00:13 00:08:32 /usr/openv/script/ctls/controlfile.20250613-00:00:11 00:08:32 /usr/openv/script/ctls/tracefile.20250606-00:00:25 00:08:32 /usr/openv/script/ctls/tracefile.20250607-00:00:15 00:08:32 /usr/openv/script/ctls/tracefile.20250608-00:07:12 00:08:32 /usr/openv/script/ctls/tracefile.20250609-00:00:08 00:08:32 /usr/openv/script/ctls/tracefile.20250610-00:00:11 00:08:32 /usr/openv/script/ctls/tracefile.20250611-00:00:10 00:08:32 /usr/openv/script/ctls/tracefile.20250612-00:00:13 00:08:32 /usr/openv/script/ctls/tracefile.20250613-00:00:11 00:08:32 /VRTS_IMAGE_SIZE_RECORD 00:08:32 INF - Client completed sending data for backup 00:08:36 INF - Server status = 0 00:08:36 INF - Backup by oraepp on client epprda using policy epprda_ORA_EPP, sched ctls:the requested operation was successfully completed ################################# # End backup_controlfile()..... # #################################