Tuesday, February 5, 2013

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