Logical Apply fails with ORA-01031: Insufficient Privileges
(Doc ID 729810.1)
Last updated on JANUARY 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
ORA-01031 Error with SQL Apply of Logical Standby:
Thu Jul 31 16:47:46 2008
LOGSTDBY stmt: grant sysdba to <username>
LOGSTDBY status: ORA-01031: insufficient privileges
LOGSTDBY id: XID 0x000a.022.000002bb, hSCN 0x0000.0025d31d, lSCN 0x0000.0025d31d, Thread 1, RBA
0x00c4.00007a40.10, txnCscn 0x0000.0025d320, PID 9491, oracle@<host> (P004)
Changes
Executed
SQL> grant sysdba to<username>;
on the Primary Database
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |