HI Experts,
recently we planed to migrate our central instance to H.A platform using oracle 11g and ASM technology, in our test environment migration done without error but in our Disaster recover plan we faced some issue in database backup and recover phase.
we used DB13 to create back with "Online Backup + Redo log" action, also in our initSID.sap we have change following parameters:
backup_mode = full
backup_type = online_cons
backup_dev_type = disk
but at the end of backup when we tried to restore backup files we faced many problems and after all troubleshooting we find this in backup problem:
BR0051I BRBACKUP 7.20 (42)
BR0055I Start of database backup: beshvxyw.fnd 2016-01-18 13.43.14
BR0484I BRBACKUP log file: /oracle/XXX/sapbackup/beshvxyw.fnd
BR0477I Oracle pfile /oracle/XXX/sapprof/initXXX002.ora created from spfile /oracle/XXX/112/dbs/spfileXXX002.ora
BR1805I Oracle spfile /oracle/XXX/sapprof/spfileXXX.ora created from pfile /oracle/XXX/sapprof/initXXX002.ora
BR0280I BRBACKUP time stamp: 2016-01-18 13.43.14
BR1351I Configuration of database services:
BR0280I BRBACKUP time stamp: 2016-01-18 13.43.15
BR1352I Status of database services:
BR0101I Parameters
Name Value
oracle_sid XXX002
oracle_home /oracle/XXX/112
oracle_profile /oracle/XXX/sapprof/initXXX002.ora
oracle_spfile +DATA/XXX/spfileXXX.ora
sapdata_home /oracle/XXX
sap_profile /oracle/XXX/sapprof/initXXX.sap
backup_mode FULL
backup_type online
backup_dev_type disk
backup_root_dir /backup
disk_copy_cmd rman
cpio_disk_flags -pdcu
exec_parallel 0
parallel_instances XXX001:/oracle/XXX/112@XXX001,
XXX002:/oracle/XXX/112@XXX002
db_services yes
asm_ora_sid +ASM2
asm_ora_home /u01/app/11.2.0/grid/
asm_root_dir ASM
_rem_sql_call yes
system_info XXXadm/oracle d2er Linux 3.8.13-16.2.1.el6uek.x86_64 #1 SMP Thu Nov 7 17:01:44 PST 2013 x86_64
oracle_info XXX 11.2.0.3.0 8192 484 122278013 d2er UTF8 UTF8 3022392578 &XXX
sap_info 702 SAPSR3 XXX K1431315896 R3_BASIS 0020676399
make_info linuxx86_64 OCI_102 Mar 30 2015 720_REL
command_line brbackup -u / -jid FLLOG20160118134313 -c force -t online -m full -p initXXX.sap -a -c force -p initXXX.sap -sd
br_env SAPSYSTEMNAME=XXX,
DIR_LIBRARY=/usr/sap/XXX/SYS/exe/run,
SAPEXE=/usr/sap/XXX/SYS/exe/run,
DB_SID=XXX,
ORACLE_SID=XXX002,
ORACLE_BASE=/oracle,
TNS_ADMIN=/usr/sap/XXX/SYS/profile/oracle,
ORACLE_HOME=/oracle/XXX/112,
NLS_LANG=AMERICAN_AMERICA.UTF8,
SAPDATA_HOME=/oracle/XXX,
BR_RSH_CMD=/usr/bin/ssh,
BR_RCP_CMD=/usr/bin/scp,
BR_RSC=1
as it is highlighted in text above backup_type is "online" and it is look like this parameter have changed!
would you please help me to create ONLINE_CONS backup using DB13.
Regards,
ALI.