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-23318: a ddl failure has occurred

1 Answers  


ORA-00081: address range [string, string) is not readable

1 Answers  


ORA-16090: archive log to be replaced not created by managed standby process

1 Answers  


PCC-02451: Value of offset cannot be negative in ABSOLUTE orientation mode

1 Answers  


ORA-02355: error opening file: string

1 Answers  






ORA-01639: instance string has no thread assigned to it

1 Answers  


PROT-00304: Failed to create dump file

1 Answers  


RMAN-12009: command aborted because some backup pieces could not be located

1 Answers  


RMAN-05512: tablespace string cannot be skipped from duplication

1 Answers  


ORA-12196: TNS:received an error from TNS

1 Answers  


ORA-06569: Collection bound by bind_array contains no elements

1 Answers  


ORA-13126: unable to determine class for spatial table string

1 Answers  


Categories