ORA-30512: cannot modify string.string more than once in a
transaction



ORA-30512: cannot modify string.string more than once in a transaction..

Answer / guest

Cause: An attempt was made to modify an object more than
once in a transaction. This error is usually caused by a DDL
statement that fires a system trigger that tries to modify
the same object. It can also happen when an attempt is made
to perform more than one DDL operation on a queue table in
the same transaction without issuing a commit between
operations.

Action: Do not create system triggers that might modify an
already modified object. Also, do not specify more than one
DDL operation on a queue table in the same transaction.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-14602: SUBPARTITION TEMPLATE is legal only for a composite partitioned table

1 Answers  


ORA-02355: error opening file: string

1 Answers  


LPX-00605: Invalid attribute '~1S' in element '~2S'.

1 Answers  


ORA-00706: error changing format of file 'string'

1 Answers  


KUP-03011: OCI error getting database column size.

1 Answers  






ORA-25107: duplicate TABLESPACE option specification

1 Answers  


TNS-12636: Packet send failed

1 Answers  


PLS-00424: RPC defaults cannot include Package State

1 Answers  


TNS-12680: Native services disabled but required

1 Answers  


NID-00601: Internal Error - [number] [string] [number] [number]

1 Answers  


NID-00320: Operation cancelled at user request

1 Answers  


ORA-29267: illegal call

1 Answers  


Categories