ORA-12839: cannot modify an object in parallel after
modifying it



ORA-12839: cannot modify an object in parallel after modifying it..

Answer / guest

Cause: Within the same transaction, an attempt was made to
perform parallel modification operations on a table after it
had been modified. This is not permitted.

Action: Rewrite the transaction or break it up into two
transactions: one containing the parallel modification and
the second containing the initial modification operation.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01073: fatal connection error: unrecognized call type

1 Answers  


ORA-13913: The threshold cannot be set when SYSAUX is offline.

1 Answers  


ORA-09261: spdcr: error creating detached (background) process

1 Answers  


RMAN-06554: WARNING: file string is in backup mode

1 Answers  


ORA-19039: Keyword string reserved for future use

1 Answers  






ORA-08197: Flashback Table operation is not supported on clustered tables

1 Answers  


ORA-24907: invalid pair of callback and recepient protocol attributes

1 Answers  


ORA-30351: query rewrite does not currently support this expression

1 Answers  


ORA-24295: max key length (string) for sorted hash cluster exceeded

1 Answers  


ORA-22347: No changes to type specified for ALTER TYPE

1 Answers  


ORA-24054: cannot propagate to an Oracle 8.0.3 release or lower release

1 Answers  


ORA-28153: Invalid client initial role specified: 'string'

1 Answers  


Categories