<<Back to DB Administration Main Page
Hot to Fix ORA-15173: entry 'wallet' does not exist in directory
CDB01> ADMINISTER KEY MANAGEMENT CREATE KEYSTORE '+DATAC4/CDB01/wallet' IDENTIFIED BY "xxxxx";ADMINISTER KEY MANAGEMENT CREATE KEYSTORE '+DATAC4/CDB01/wallet' IDENTIFIED BY "xxxxxx"
ERROR at line 1:
ORA-46640: incorrect file name for exporting keys
ORA-17502: ksfdcre:4 Failed to create file +DATAC4/CDB01/wallet/ewallet.p12
ORA-15173: entry 'wallet' does not exist in directory 'CDB01'
Solution:
Ensure the keystore path specified in the path exists. If not create it and re-run the create keystore command
ASMCMD > mkdir +DATAC4/CDB01/walle
CDB01> ADMINISTER KEY MANAGEMENT CREATE KEYSTORE '+DATAC4/CDB01/wallet' IDENTIFIED BY "xxxxxx";
keystore altered.
Comments
Post a Comment