41 PROC-00001 to PROC-00106

PROC-00001: Oracle Cluster Registry cannot be initialized.
Cause: An invalid init level was passed to initialize Oracle Cluster Registry.
Action: Initialize Oracle Cluster Registry with a valid init level.
PROC-00002: Cannot perform cluster registry operation at the current init level.
Cause: Program tried a cluster registry operation which is not permitted at the init level.
Action: Initialize Oracle Cluster Registry with an appropriate init level.
PROC-00003: Cannot perform cluster registry operation because context is invalid.
Cause: The Oracle Cluster Registry context passed was invalid.
Action: Intialize Oracle Cluster Registry and retry the operation.
PROC-00004: The cluster registry key to be operated on does not exist.
Cause: Program tried a cluster registry operation on a key which does not exist.
Action: Check to see if the key exists and try the operation again.
PROC-00005: User does not have permission to perform a cluster registry operation on this key.
Cause: Program tried an operation on a cluster registry key for which it does not have permission.
Action: Check to see if program is run as the correct user.
PROC-00006: User does not have permission to perform a cluster registry operation on this key.
Cause: Program tried a cluster registry operation on a key for which it does not have permission.
Action: Check to see if program is run as the correct user.
PROC-00007: Cannot perform cluster registry operation because key handle is invalid.
Cause: The cluster registry key handle passed was invalid.
Action: Open the cluster registry key again, and retry the operation.
PROC-00008: Cannot perform cluster registry operation because one of the parameters is invalid.
Cause: Program tried a cluster registry operation using an invalid parameter.
Action: Check the parameters, and retry the operation.
PROC-00009: Cannot perform cluster registry operation because the buffer passed is too small.
Cause: The amount of memory allocated for the buffer was insufficent.
Action: Allocate sufficient memory, and retry the operation.
PROC-00010: Cannot delete the cluster registry key as subkeys exist.
Cause: The program tried to delete a key for which subkeys exist.
Action: retry the operation with the recurse flag set to TRUE.
PROC-00011: Cannot perform cluster registry operation because key is NULL.
Cause: The cluster registry key passed was NULL.
Action: Retry the operation with a valid keyname.
PROC-00012: Out of heap memory.
Cause: The program ran out of heap memory.
Action: Contact Oracle Custmoer Support.
PROC-00013: Cannot perform cluster registry operation because one of the parameters is NULL.
Cause: Program tried a cluster registry operation using an NULL parameter.
Action: Check the parameters, and retry the operation.
PROC-00014: Unknown error occurred
Cause: This is generic internal error for Oracle Cluster Registry.
Action: Contact Oracle Customer Support.
PROC-00015: Failed to initialize the cluster registry successfully
Cause: There are the following possible causes: The backend is not reachable. This could happen if the permissions are not set correctly for a shared device backend. CSS could not be contacted because of communication failure. This could happen if the cluster registry was never initialized at PROCR_INSTALL_LEVEL and one tried to initialize it at other OCR levels.
Action: Make sure that cluster registry was initialized properly. Make sure that the clusterware is working.
PROC-00016: Cannot retrieve any more subkeys for the given keyhandle
Cause: The key has no more subkeys to enumerate.
Action: Call procr_close_key on the key and then procr_open_key again followed by procr_enumerate_key call.
PROC-00017: Unimplemented feature
Cause: Requested feature has not been implemented in the current release.
Action: Try the feature again in the upcoming Oracle release.
PROC-00018: The value size passed is too large
Cause: Cannot set a value of the given size.
Action: Pass a smaller value size to procr_set_value API.
PROC-00019: Cannot create more subkeys for the key
Cause: An attempt was made to create more subkeys under a key that is not permitted by the cluster registry.
Action: Delete some subkeys before creating new subkeys under the key.
PROC-00020: ORACLE_HOME environment not set
Cause: ORACLE_HOME environment not set.
Action: Make sure that the ORACLE_HOME environment variable has been properly set and exported.
PROC-00021: Maximum permitted depth of the OCR tree is reached
Cause: An attempt was made to create subkeys under a key which is already at depth PROCR_MAX_KEY_DEPTH
Action: Create the key under some other key.
PROC-00022: The OCR backend has an invalid format
Cause: An attempt was made to use OCR before initializing it.
Action: Use "srvconfig -init -f" to initialize OCR.
PROC-00023: Error in cluster services layer
Cause: An error occurred in the cluster services layer while performing a cluster registry operation.
Action: Contact Oracle Customer Support.
PROC-00024: Error in the messaging layer
Cause: An error occurred in the messaging layer while performing a cluster registry operation.
Action: Contact Oracle Customer Support.
PROC-00025: Error in the NLS services
Cause: An error occurred in the NLS services while performing a cluster registry operation.
Action: Contact Oracle Customer Support.
PROC-00026: Error while accessing the physical storage
Cause: An error occurred while accessing the physical storage of the cluster registry
Action: Check that the storage has the correct permissions.
PROC-00027: Error in authentication layer
Cause: An error occurred in the authentication layer while performing a cluster registry operation.
Action: Contact Oracle Customer Support.
PROC-00028: Oracle Cluster Registry already in current version
Cause: An attempt to upgrade the cluster registry which has already been upgraded.
Action: No action required.
PROC-00029: Error in logging layer
Cause: An error occurred in the logging layer while performing a cluster registry operation.
Action: Contact Oracle Customer Support.
PROC-00030: Oracle Cluster Registry IDs do not match
Cause: The cluster registry storage seen by the client was not the same as the one seen by the server. This may be caused by a misconfiguration.
Action: Contact Oracle Customer Support.
PROC-00031: Storage device for the cluster registry is too small
Cause: The configured storage device for cluster registry was too small.
Action: Please follow the documentation and configure a storage device that is large enough for use by cluster registry.
PROC-00032: Cluster Ready Services on the local node is not running
Cause: Cluster Ready Services daemon on the local node was not running
Action: Bring up the Cluster Ready Services on the local node.
PROC-00033: Oracle Cluster Registry is not configured
Cause: Cluster Ready Services did not exist on the node.
Action: Install and configure Cluster Ready Services.
PROC-00034: Oracle Cluster Registry configurations are not compatible
Cause: Cluster registry configuration on two nodes do not match
Action: Fix this issue using ocrconfig -repair
PROC-00035: Cannot perform cluster registry operation due to invalid version
Cause: The operation cannot be performed for this cluster active version
Action: Complete the upgrade before retrying the operation
PROC-00036: No free space to perform this operation
Cause: There is no free space left to perform the requested operation
Action: Free up space and retry the operation
PROC-00037: Oracle Cluster Registry does not support the storage type configured
Cause: The configured storage type for cluster registry is not supported
Action: Change the configuration of the cluster registry to a supported storage type. Refer to Oracle documentation for an exhaustive list for each platform.
PROC-00101: Operating System error [string]
Cause: An error occurred in the operating system layer while performing a cluster registry operation
Action: Contact Oracle customer support.
PROC-00102: Cluster services error [string]
Cause: An error occurred in the cluster services layer while performing a cluster registry operation.
Action: Contact Oracle customer support.
PROC-00103: Messaging error
Cause: An error occurred in the messaging layer while performing a cluster registry operation.
Action: Contact Oracle customer support.
PROC-00104: Authentication error [string]
Cause: An error occurred in the authentication layer while performing a cluster registry operation.
Action: Contact Oracle customer support.
PROC-00105: Logging error
Cause: An error occurred in the logging layer while while performing a cluster registry operation.
Action: Contact Oracle customer support.
PROC-00106: Unidentified component error
Cause: An error occurred in an unidentified layer while performing a cluster registry operation.
Action: Contact Oracle customer support.