oracle error- ORA-00977: duplicate auditing option

Oracle error
oracle, oracle error, oracle blog
ORA-00977: duplicate auditing option


Cause: AUDIT or NOAUDIT statement specifies an option more than once
Action: Either use ALL with no other auditing options or make sure no option is listed more than once.

See more oracle error here.

oracle error- ORA-00976: Specified pseudocolumn or operator not allowed here.

Oracle error
oracle, oracle error, oracle blog



ORA-00976: Specified pseudocolumn or operator not allowed here.
Cause: LEVEL, PRIOR, ROWNUM, CONNECT_BY_ROOT, CONNECT_BY_ISLEAF or CONNECT_BY_ISCYCLE was specified at an illegal location.
Action: Remove LEVEL, PRIOR, ROWNUM, CONNECT_BY_ROOT, CONNECT_BY_ISLEAF or CONNECT_BY_ISCYCLE.







See more oracle error here.

oracle error- ORA-00972: identifier is too long

Oracle error
oracle, oracle error, oracle blog
ORA-00972: identifier is too long


Cause: An identifier with more than 30 characters was specified.
Action: Specify at most 30 characters.

See more oracle error here.