How to fix the Oracle error ORA-26922: user string does not have SELECT ANY TRANSACTION privilege?
In this post, you’ll learn more about the Oracle ErrorORA-26922: user string does not have SELECT ANY TRANSACTION privilege with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-26922: user string does not have SELECT ANY TRANSACTION privilege
Reason for the Error ORA-26922: user string does not have SELECT ANY TRANSACTION privilege
An attempt was made to start the capture process or attach to an outbound server when the specified user did not have SELECT ANY TRANSACTION privilege.
How to fix the Error ORA-26922: user string does not have SELECT ANY TRANSACTION privilege ?
You can fix this error in Oracle by following the below steps
Grant SELECT ANY TRANSACTION privilege to the specified user and resubmit the failed operation.
Leave Your Comment