Sunday, March 3, 2013

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

ORA-00129 Listener Address Validation Failed String

Error Code
ORA-00129

Description
Listener address validation failed 'string'.

Cause
Possible cause of this error is, an error was encountered while validating the listener address.

Action
To fix this problem, resolve error or contact your ORACLE representative.

reference

ORA-00128 This Command Requires a Dispatcher Name

Error Code
ORA-00128

Description
This command requires a dispatcher name.

Cause
Possible cause of this error is, wrong syntax for ALTER SYSTEM SHUTDOWN

Action
To fix this error, use correct syntax: ALTER SYSTEM SHUTDOWN [ IMMEDIATE ] 'dispatcher name'.

reference

ORA-00127 Dispatcher string does not exist

Error Code
ORA-00127

Description
Dispatcher string does not exist.

Cause
Possible cause of this error is, there is currently no dispatcher running with the specified name.


Action
To fix this error, retry with a name of the form "D###" denoting an existing dispatcher process.