Sunday, March 3, 2013

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.

Saturday, February 16, 2013

ORA-00126 Connection Refused Invalid Duplicity

Error Code
ORA-00126

Description
Connection refused, invalid duplicity.

Cause
Possible cause of this error is, the DUPLICITY in the CONNECT_DATA of the TNS address DESCRIPTION is not correct or is not supported.

Action
To fix this error, correct the DUPLICITY specified in the TNS address.

reference

ORA-00125 Connection Refused Invalid Presentation

Error Code
ORA-00125

Description
Connection refused, invalid presentation.

Cause
Possible cause of this error is, the PRESENTATION in the CONNECT_DATA of the TNS address DESCRIPTION is not correct or is not supported.

Action
To fix this error, correct the PRESENTATION specified in the TNS address.

reference