How to fix the Oracle error ORA-00981: cannot mix table and system auditing options?
In this post, you’ll learn more about the Oracle ErrorORA-00981: cannot mix table and system auditing options with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-00981: cannot mix table and system auditing options
Reason for the Error ORA-00981: cannot mix table and system auditing options
Table and system-wide auditing options were specified in the same AUDIT or NOAUDIT statement.
How to fix the Error ORA-00981: cannot mix table and system auditing options ?
You can fix this error in Oracle by following the below steps
You must issue table and system options in separate statements.
Leave Your Comment