Wednesday, February 13, 2013

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