Sunday, March 3, 2013

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

ORA-00131 Network Protocol does not Support Registration String

Error Code
ORA-00131

Description
Network protocol does not support registration 'string'.

Cause
Possible cause of this error is, the specified protocol does not support async notification.

Action
To fix this error, refer to the manual for information on supported network protocols.

reference

ORA-00130 Invalid Listener Address String

Error Code
ORA-00130

Description
Invalid listener address 'string'

Cause
Possible cause of this error is, the listener address specification is not valid.

Action
To fix this error, make sure that all fields in the listener address (protocol, port, host, key, ...) are correct.

reference