Sunday, March 3, 2013

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

ORA-00133 Value of String is too Long

Error Code
ORA-00133

Description
Value of string is too long.

Cause
Possible cause of this error is, the value specified for the attribute was too long.

Action
To fix this error, use shorter names and keywords or remove unneeded blanks.

reference

ORA-00132 Syntax Error or Unresolved Network Name String

Error Code
ORA-00132

Description
Syntax error or unresolved network name 'string'.

Cause
Possible cause of this error is, listener address has syntax error or cannot be resolved.

Action
To fix this error, if a network name is specified, check that it corresponds to an entry in TNSNAMES.ORA or other address repository as configured for your system. Make sure that the entry is syntactically correct.

reference