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

ORA-00124 DISPATCHERS Specified without MAX_SHARED_SERVERS

Error Code
ORA-00124

Description
DISPATCHERS specified without MAX_SHARED_SERVERS.

Cause
Possible cause of this error is, a definition for DISPATCHERS was specified in the initialization parameter file, but MAX_SHARED_SERVERS was specified as zero.

Action
To fix this error, specify MAX_SHARED_SERVERS to be greater than zero.

reference

ORA-00123 Idle Public Server Terminating

Error Code
ORA-00123

Description
Idle public server terminating.

Cause
Possible cause of this error is, too many idle servers were waiting on the common queue.

Action
This error is used internally, no action is required.

reference

ORA-00122 Cannot Initialize Network Configuration

Error Code
ORA-00122

Description
Cannot initialize network configuration.

Cause
Possible cause of this error is, ORACLE could not initialize SQL*Net version 2.


Action
To fix this error, check the error stack for detailed information.

reference

ORA-00121 SHARED_SERVERS Specified without DISPATCHERS

Error Code
ORA-00121

Description
SHARED_SERVERS specified without DISPATCHERS.

Cause
Possible cause of this error is, a definition for SHARED_SERVERS was specified in the initialization parameter file, but no definition for DISPATCHERS was specified. Without a value for DISPATCHERS, shared servers will never be used.

Action
To fix this error, add a definition for DISPATCHERS in the initialization parameter file (or remove the definition for SHARED_SERVERS, if shared servers are not being used).

reference

Wednesday, February 13, 2013

ORA-00120 Dispatching Mechanism not Enabled or Installed

Error Code
ORA-00120

Description
Dispatching mechanism not enabled or installed.

Cause
Possible cause of this error is, either the dispatching mechanism was not enabled or the Oracle executable image was not installed with the dispatching mechanism.

Action
To fix this error, refer to the >Oracle9i Database Administrator's Guide and your operating system-specific documentation for procedures for starting and configuring the dispatcher process.

reference

ORA-00119 Invalid Specification for System Parameter String

Error Code
ORA-00119

Description
Invalid specification for system parameter string.

Cause
Possible cause of this error is, the syntax for the specified parameter is incorrect.

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

reference

ORA-00118 Only One of PROTOCOL, ADDRESS or DESCRIPTION may be specified

Error Code
ORA-00118

Description
Only one of PROTOCOL, ADDRESS or DESCRIPTION may be specified.

Cause
Possible cause of this error is, more than one of PROTOCOL, ADDRESS or DESCRIPTION was specified.

Action
To fix this error, use only one of the attributes:
PROTOCOL, ADDRESS or DESCRIPTION to specify the listening address for dispatchers.

reference

Tuesday, February 12, 2013

ORA-00117 PROTOCOL, ADDRESS or DESCRIPTION must be specified

Error Code
ORA-00117

Description
PROTOCOL, ADDRESS or DESCRIPTION must be specified.

Cause
Possible cause of this error is, PROTOCOL, ADDRESS or DESCRIPTION was not specified.

Action
To fix this error, use one of the attributes: PROTOCOL, ADDRESS or DESCRIPTION to specify the listening address for dispatchers.


reference

ORA-00097 Use of Oracle SQL feature not in SQL92 string Level

Error Code
ORA-00097
Description
Use of Oracle SQL feature not in SQL92 string Level.

Cause
Possible cause of this error is, usage of Oracle's SQL extensions.

Action
none

reference

Tuesday, February 5, 2013

ORA-00096 Invalid Value String for Parameter String, must be from among String

Error Code
ORA-00096

Description
Invalid value string for parameter string, must be from among string.

Cause
Possible cause of this error is, the value for the initialization parameter is invalid.

Action
To fix this error, choose a value as indicated by the message.

reference

ORA-00094 %s Requires an Integer Value

Error Code
ORA-00094

Description
%s requires an integer value.

Cause
Possible cause of this error is, the parameter value is not an integer.


Action
To fix this error, modify the parameter value to be an integer.

reference

ORA-00093 %s must be between String and String

Error Code
ORA-00093

Description
%s must be between string and string.

Cause
Possible cause of this error is, the parameter value is not in a valid range.

Action
To fix this error, modify the parameter value to be within the specified range.

reference

ORA-00092 LARGE_POOL_SIZE must be Greater than LARGE_POOL_MIN_ALLOC

Error Code
ORA-00092

Description
LARGE_POOL_SIZE must be greater than LARGE_POOL_MIN_ALLOC

Cause
Possible cause of this error is, the value of LARGE_POOL_SIZE is less than the value of LARGE_POOL_MIN_ALLOC.

Action
To fix this error, increase the value of LARGE_POOL_SIZE past the value of LARGE_POOL_MIN_ALLOC.

reference

ORA-00091 LARGE_POOL_SIZE must be at least String

Error Code
ORA-00091

Description
LARGE_POOL_SIZE must be at least string.

Cause
Possible cause of this error is, the value of LARGE_POOL_SIZE is below the minimum size.

Action
To fix this error, increase the value of LARGE_POOL_SIZE past the minimum size.

reference

ORA-00090 Failed to Allocate Memory for Cluster Database ORADEBUG Command

Error Code
ORA-00090

Description
Failed to allocate memory for cluster database ORADEBUG command.

Cause
Possible cause of this error is, could not allocate memory needed to execute cluster database oradebug.

Action
To fix this error, reissue the command on each instance with single-instance oradebug.

reference

ORA-00089 Invalid Instance Number in ORADEBUG Command

Error Code
ORA-00089

Description
Invalid instance number in ORADEBUG command.

Cause
Possible cause of this error is, an invalid instance number was specified in a cluster database ORADEBUG command.

Action
To fix this error, reissue the command with valid instance numbers.

reference

ORA-00088 Command cannot be executed by shared server

Error Code
ORA-00088

Description
Command cannot be executed by shared server.

Cause
Possible cause of this error is, debug command issued on shared server.

Action
To fix this error, reissue the command using a dedicated server.

reference

Saturday, February 2, 2013

ORA-00087 Command cannot be executed on remote instance

Error Code
ORA-00087

Description
Command cannot be executed on remote instance.

Cause
Possible cause of this error is, cluster database command issued for non cluster database ORADEBUG command.

Action
To fix this error, issue the command without the cluster database syntax.

reference

ORA-00086 User call does not exist

Error Code
ORA-00086

Description
User call does not exist

Cause
Possible cause of this error is, an invalid attempt was made to dump the user call heap.

Action
To fix this error, wait until the process starts a call.

reference

ORA-00085 Current call does not exist

Error Code
ORA-00085

Description
Current call does not exist

Cause
Possible cause of this error is, an invalid attempt was made to dump the current call heap.

Action
To fix this error, wait until the process starts a call.

reference

ORA-00084 Global area must be PGA, SGA, or UGA

Error Code
ORA-00084

Description
Global area must be PGA, SGA, or UGA

Cause
Possible cause of this error is, an attempt was made to dump an invalid global area.

Action
To fix this error, specify either PGA, SGA, or UGA.

reference

ORA-00083 Possibly corrupt SGA mapped

Error Code
ORA-00083

Error Description
warning: possibly corrupt SGA mapped

Cause
Possible cause of this error is, even though there may be SGA corruptions, the SGA was mapped.

Action
To fix this error, use the DUMPSGA command to dump the SGA.

reference

ORA-00082 Memory size of string is not in valid set

Error Code
ORA-00082

Description
memory size of string is not in valid set of [1], [2], [4]stringstringstringstringstring.

Cause
Possible cause of this error is, an invalid length was specified for the POKE command.

Action
To fix this error, use a valid length (either 1, 2, 4, or possibly 8).

reference

ORA-00081 Address range [string, string) is not readable

Error Code
ORA-00081

Description
address range [string, string) is not readable.

Cause
Possible cause of this error is, an attempt was made to read/write an invalid memory address range.

Action
To fix this error, try another address or length.

reference

ORA-00080 Invalid global area specified by level string

Error Code
ORA-00080

Description
Invalid global area specified by level string

Cause
Possible cause of this error is an attempt was made to dump an invalid global area.

Action
To fix this error, use level 1 for the PGA, 2 for the SGA, and 3 for the UGA. Use <extra + level> to dump global area <level> as well as <extra> bytes for every pointer; <extra> must be a multiple of 4.

reference