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