19 CLSW-00001 to CLSW-01000

CLSW-00001: Cluster Wallet operation failed

Cause: This is generic internal error for Cluster Wallet.

Action: Contact Oracle Customer Support.

CLSW-00002: Out of heap memory.

Cause: The program ran out of heap memory.

Action: Retry the operation when more memory is available.

CLSW-00003: Error in the cluster registry (OCR) layer. [number] [string]

Cause: An error occurred in the cluster registry layer while performing a cluster wallet operation.

Action: Ensure correct operation of cluster registry by inspecting ocr error (oerr proc ocrerror), by using ocrcheck and ocrdump, and retry the operation.

CLSW-00004: Error in the network security layer. [number] [string]

Cause: An error occurred in the network security layer while performing a cluster wallet operation.

Action: Inspect the network security error (oerr ora nzerr), and take corrective action to ensure correct operation.

CLSW-00005: Cannot perform cluster wallet operation because one of the parameters is NULL.

Cause: Program tried a cluster wallet operation using a NULL parameter.

Action: Check the parameters, and retry the operation.

CLSW-00006: Cannot perform cluster wallet operation because the context is invalid.

Cause: The cluster wallet context passed was invalid.

Action: Intialize the cluster wallet and retry the operation.

CLSW-00007: Cannot perform cluster wallet operation because one of the parameters is invalid. [number] [string]

Cause: Program tried a cluster wallet operation using an invalid parameter.

Action: Check the parameters, and retry the operation.

CLSW-00008: The cluster wallet to be created already exists.

Cause: The program tried to create a cluster wallet that already exists.

Action: Retry the operation after unsetting the CLSW_FLAGS_WALLET_CREATE

CLSW-00009: The cluster wallet to be operated on does not exist.

Cause: Program tried to access a cluster wallet which does not exist.

Action: Check to see if the cluster wallet exists and try the operation

CLSW-00010: Error in the NLS services.

Cause: An error occurred in the NLS services while performing a cluster wallet operation.

Action: Check to see if the message file exists in $ORACLE_HOME/has/mesg/clsw*.msb

CLSW-00011: Cannot perform cluster wallet operation because data stored in the registry is invalid.

Cause: The data stored in the registry cannot be converted to a wallet.

Action: Delete the registry key associated with the wallet and recreate the wallet.

CLSW-00012: User is not authorized to perform the cluster wallet operation. [number] [string]

Cause: Program tried an operation on a cluster wallet for which it does not have permission.

Action: Check to see if program is run as the correct user.

CLSW-00013: Error in the clusterware operating system (SCLS) services. [string]

Cause: An error occurred in the SCLS services while performing a cluster wallet operation.

Action: Check to see if NIS/LDAP on Unix and Active Directory Service on Windows has been correctly configured.

CLSW-00014: Wallet type 'string' is not supported on this operating system.

Cause: The program tried a cluster wallet operation using a wallet type that is not supported on current operating system.

Action: This is an internal error. Contact oracle support services.

CLSW-00015: Alias 'string' already exists in wallet type 'string'.

Cause: A request to add the specified alias to the wallet failed because the alias already existed in the wallet.

Action: Add an alias that does not already exist in the wallet. The password for an alias that already exists can be modified using the command 'crsctl modify wallet'.

CLSW-00016: Alias 'string' was not found in wallet type 'string'.

Cause: A request to modify the specified alias in the wallet failed because the alias did not exist in the wallet.

Action: Ensure that the alias exists in the wallet type specified. A new alias can be added to a wallet type using the command 'crsctl add wallet'.

CLSW-00017: User 'string' is not allowed to create wallet of type 'string'.

Cause: An attempt to create the wallet of the indicated type was rejected because the wallet should not be created by indicated user.

Action: Run the program as the correct user. Wallets of type 'CVUDB' must be created by the owner of the Oracle database home.

CLSW-01000: Enter Password:

Cause: This is a prompt to user to enter password.

Action: Enter password.