Can anyone help me hunt down the following error?
On ONE of out 28 SAP systems I get the following error after and ONLINE or OFFLINE backup:
[Critical] From: OB2BAR_OMNISAP@sappss.ssmhc.com "OMNISAP" Time: 09/11/16 23:46:34
Failed to execute 'connect %s as sysdba;
set pagesize 0;
set linesize 1024;
set verify off;
set echo off;
set feedback off;
alter database backup controlfile to '%s';
'.
[Major] From: OB2BAR_OMNISAP@sappss.ssmhc.com "OMNISAP" Time: 09/11/16 23:46:34
Oracle control file backup failed.
When I check the integration from the command line it comes back good:
(root@sappss)# ./util_sap.exe -CHKCONF PSS
*RETVAL*0
When I do the Configuration check from inside the GUI it also comes back OK.
In the alert log there were no issues (wonder why it did 2 though):
Sun Sep 11 23:46:34 2016
alter database backup controlfile to '/oracle/PSS/sapbackup/ctrlPSS.dbf'
Completed: alter database backup controlfile to '/oracle/PSS/sapbackup/ctrlPSS.dbf'
Sun Sep 11 23:48:32 2016
alter database backup controlfile to '/oracle/PSS/sapbackup/ctrlPSS.dbf'
Completed: alter database backup controlfile to '/oracle/PSS/sapbackup/ctrlPSS.dbf'