Sunday, March 3, 2013

ORA-00153 Internal Error in XA Library

Error Code
ORA-00153

Description
Internal error in XA library.

Cause
Possible cause of this error is, the XA library could not access thread-specific pointers.

Action
To fix this error, contact customer support.

reference

ORA-00152 Current Session does not Match Requested Session

Error Code
ORA-00152

Description
Current session does not match requested session.

Cause
Possible cause of this error is, the current session is not the same as the session that was passed into a upixado() call.

Action
To fix this error, check your application.

reference

ORA-00151 Invalid Transaction ID

Error Code
ORA-00151

Description
Invalid transaction ID.

Cause
Possible cause of error is, the specified transaction ID does not correspond to an existing valid transaction.

Action
To fix this error, check your application.

reference

ORA-00150 Duplicate Transaction ID

Error Code
ORA-00150

Description
Duplicate transaction ID.

Cause
Possible cause of this error is, attempted to start a new transaction with an ID already in use by an existing transaction.

Action
To fix this error, check your application.

reference

ORA-00134 Invalid Dispatchers Specification String

Error Code
ORA-00134

Description
Invalid DISPATCHERS specification #string.

Cause
Possible cause of this error is, the syntax for the n-th DISPATCHERS specification was incorrect.

Action
To fix this error, refer to the Oracle Reference Manual for the correct syntax.

reference