########################### # 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 Apr 25 00:02:50 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 Apr 25 00:02:50 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.20250425 Backup started 04/25/2025 00:02:50 00:02:52 Initiating backup 00:03:09 INF - Starting bpbrm 00:04:03 INF - Processing /oracle/EPP/sapdata1/system_1/system.data1 00:04:03 INF - Extended Attributes are not supported on JFS/JFS2 on AIX operating system. 00:04:03 / 00:04:03 /oracle/ 00:04:03 /oracle/EPP/ 00:04:03 /oracle/EPP/sapdata1/ 00:04:03 /oracle/EPP/sapdata1/system_1/ 00:05:42 INF - Beginning backup on server nbu5250 of client epprda 00:06:09 /oracle/EPP/sapdata1/system_1/system.data1 00:06:09 INF - Processing /oracle/EPP/sapdata1/sysaux_1/sysaux.data1 00:06:09 /oracle/EPP/sapdata1/sysaux_1/ 00:06:09 /oracle/EPP/sapdata1/sysaux_1/ 00:07:07 /oracle/EPP/sapdata1/sysaux_1/sysaux.data1 00:07:07 INF - Processing /oracle/EPP/sapdata2/undo_1/undo.data1 00:07:07 /oracle/EPP/sapdata2/ 00:07:07 /oracle/EPP/sapdata2/ 00:07:07 /oracle/EPP/sapdata2/undo_1/ 00:07:49 /oracle/EPP/sapdata2/undo_1/undo.data1 00:07:49 INF - Processing /oracle/EPP/sapdata4/sr3db_1/sr3db.data1 00:07:49 /oracle/EPP/sapdata4/ 00:07:49 /oracle/EPP/sapdata4/ 00:07:49 /oracle/EPP/sapdata4/sr3db_1/ 00:10:17 /oracle/EPP/sapdata4/sr3db_1/sr3db.data1 00:10:17 INF - Processing /oracle/EPP/sapdata4/sr3db_2/sr3db.data2 00:10:17 /oracle/EPP/sapdata4/sr3db_2/ 00:10:17 /oracle/EPP/sapdata4/sr3db_2/ 00:12:30 /oracle/EPP/sapdata4/sr3db_2/sr3db.data2 00:12:30 INF - Processing /oracle/EPP/sapdata1/sysaux_2/sysaux.data2 00:12:30 /oracle/EPP/sapdata1/ 00:12:30 /oracle/EPP/sapdata1/ 00:12:30 /oracle/EPP/sapdata1/sysaux_2/ 00:12:48 /oracle/EPP/sapdata1/sysaux_2/sysaux.data2 00:12:48 /VRTS_IMAGE_SIZE_RECORD 00:12:48 INF - Client completed sending data for backup 00:16:26 INF - Server status = 0 00:16:27 INF - Backup by oraepp on client epprda using policy epprda_ORA_EPP, sched onback:the requested operation was successfully completed ############################# # 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 Apr 25 00:16:27 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 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 Apr 25 00:16:27 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 Apr 25 00:16:27 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.20250425-00:02:50'; alter database backup controlfile to trace as '/usr/openv/script/ctls/tracefile.20250425-00:02:50'; alter database backup controlfile to trace; exit SQL*Plus: Release 11.2.0.3.0 Production on Fri Apr 25 00:16:38 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.20250425 /usr/openv/script/ctls Backup started 04/25/2025 00:16:38 00:16:40 Initiating backup 00:16:41 INF - Starting bpbrm 00:16:46 INF - Processing /usr/openv/script/ctls 00:16:46 INF - Extended Attributes are not supported on JFS/JFS2 on AIX operating system. 00:16:46 / 00:16:46 /usr/ 00:16:46 /usr/openv/ 00:16:46 /usr/openv/script/ 00:16:46 /usr/openv/script/ctls/ 00:17:51 INF - Beginning backup on server nbu5250 of client epprda 00:17:52 /usr/openv/script/ctls/controlfile.20250418-00:00:28 00:17:52 /usr/openv/script/ctls/controlfile.20250419-00:01:36 00:17:53 /usr/openv/script/ctls/controlfile.20250420-00:00:18 00:17:53 /usr/openv/script/ctls/controlfile.20250421-00:00:19 00:17:54 /usr/openv/script/ctls/controlfile.20250422-00:00:21 00:17:55 /usr/openv/script/ctls/controlfile.20250423-00:00:23 00:17:57 /usr/openv/script/ctls/controlfile.20250424-00:02:58 00:17:58 /usr/openv/script/ctls/controlfile.20250425-00:02:50 00:17:58 /usr/openv/script/ctls/tracefile.20250418-00:00:28 00:17:58 /usr/openv/script/ctls/tracefile.20250419-00:01:36 00:17:58 /usr/openv/script/ctls/tracefile.20250420-00:00:18 00:17:58 /usr/openv/script/ctls/tracefile.20250421-00:00:19 00:17:58 /usr/openv/script/ctls/tracefile.20250422-00:00:21 00:17:58 /usr/openv/script/ctls/tracefile.20250423-00:00:23 00:17:58 /usr/openv/script/ctls/tracefile.20250424-00:02:58 00:17:58 /usr/openv/script/ctls/tracefile.20250425-00:02:50 00:17:58 /VRTS_IMAGE_SIZE_RECORD 00:17:58 INF - Client completed sending data for backup 00:18:26 INF - Server status = 0 ################################# # End backup_controlfile()..... # ################################# 00:18:26 INF - Backup by oraepp on client epprda using policy epprda_ORA_EPP, sched ctls:the requested operation was successfully completed