Hello,
I have the following error in table splitting preparation of system copy.
---
2013-04-05, 15:09:43 SAPINST ORACLE start logging for
SHUTDOWN IMMEDIATE;
exit;
Output of SQL executing program:
SQL*Plus: Release 11.2.0.2.0 Production on Fri Apr 5 15:09:43 2013
ERROR:
ORA-01031: insufficient privileges
SP2-0751: Unable to connect to Oracle. Exiting SQL*Plus
---
In the listener log, I find the user that is used to connect:
---
05-APR-2013 15:09:42 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=SID)(CID=(PROGRAM=R3ldctl)(HOST=xxx)(USER=sidadm))) * (ADDRESS=(PROTOCOL=tcp)(HOST=x.x.x.x)(PORT=36717)) * establish * SID * 0
---
As sidadm is an ops$user, I can not grant sysdba to it.
How could I solve this problem?
Thanks in advance for your help.