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

RMAN-06035: wrong version of recover.bsq, expecting string, found string

2 Answers  


ORA-16530: invalid buffer or length

1 Answers  


TNS-00078: * log_on - ask process_name to turn logging on

1 Answers  


ORA-06536: IN bind variable bound to an OUT position

1 Answers  


DRG-10202: server failed to register

1 Answers  


ORA-07324: smpall: malloc error while allocating pga.

1 Answers  


ORA-32009: cannot reset the memory value for instance string from instance string

1 Answers  


ORA-13200: internal error [string] in spatial indexing.

1 Answers  


ORA-30181: integer in argument index is not immediately followed by )

1 Answers  


ORA-14036: partition bound value too large for column

1 Answers  


TNS-01204: Unprivileged account (string) is in dba group (string)

1 Answers  


ORA-01861: literal does not match format string

1 Answers  


Categories