How to fix the Oracle error ORA-01982: invalid auditing option for tables?
In this post, you’ll learn more about the Oracle ErrorORA-01982: invalid auditing option for tables with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01982: invalid auditing option for tables
Reason for the Error ORA-01982: invalid auditing option for tables
AUDIT or NOAUDIT on a table specifies an auditing option that is not legal for tables.
How to fix the Error ORA-01982: invalid auditing option for tables ?
You can fix this error in Oracle by following the below steps
The following options may not be used for tables and should be removed: REFERENCES, EXECUTE
Leave Your Comment