crsctl delete wallet -type wallet_type [-name name] [-user user_name]
Table E-6 crsctl delete wallet
Parameter | Description |
---|---|
-type wallet_type |
Type of wallet you want to remove, such as APPQOSADMIN, APPQOSUSER, APPQOSDB, OSUSER, or CVUDB.
|
-name name |
You must specify the name of the wallet to remove an APPQOSDB wallet. |
-user user_name |
You must specify a user name to remove a user from an OSUSER wallet. |
To delete a user from the OSUSER wallet:
$ crsctl delete wallet -type OSUSER -user lp_oracle_home_user
In the preceding example, lp_oracle_home_user
is a low-privileged Oracle home user who owns the home where the policy-managed database was created. Additionally, the command does not delete the wallet if it contains other users.