Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: An attempt was made to perform an action that is not currently supported in a discrete transaction.
Action: Rollback the transaction and retry it as a normal transaction.
Cause: Oracle encountered an operation that does not generate undo records. For example, the operation might have been an attempt to create an index by performing a direct load or executing a discrete mode transaction.
Action: Retry the operation with a different snapshot time. If using an index, retry the operation without using the index.
Cause: Oracle encountered data changed by an operation that occurred after the start of this serializable transaction.
Action: In read/write transactions, retry the intended operation or transaction.
Cause: An attempt was made to specify the SERIALIZABLE mode for user INTERNAL. Serializable mode is not supported for user INTERNAL.
Action: Reconnect as another user and retry the SET TRANSACTION command.