<<Back to DB Administration Main Page
SQL> ADMINISTER KEY MANAGEMENT BACKUP KEYSTORE USING 'nondefault_dir' FORCE KEYSTORE IDENTIFIED BY xxxx TO '/u01/dbatst1/stage/';
ADMINISTER KEY MANAGEMENT BACKUP KEYSTORE USING 'nondefault_dir' FORCE KEYSTORE IDENTIFIED BY xxxx TO '/u01/dbatst1/stage/'
*
ERROR at line 1:
ORA-46620: backup for the keystore cannot be taken
Cause: Either the specified backup location was not an ASM path name when the configured keystore location was an ASM path or the specified backup location was an ASM path name when the configured keystore location was not an ASM path.
Solution: Either specify an ASM path name for the backup location if the keystore location is an ASM path or specify a non-ASM path name for the backup location if the keystore location is not an ASM path.
SQL> ADMINISTER KEY MANAGEMENT BACKUP KEYSTORE USING 'nondef_dir' FORCE KEYSTORE IDENTIFIED BY xxxx TO '+DG_TEST';
keystore altered.
Comments
Post a Comment