Starting a Capture Using an Encryption Algorithm Fails With: ORA-15527: failed to retrieve password for Database Replay from Oracle Wallet
(Doc ID 2339365.1)
Last updated on JANUARY 12, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 18.1.0.0.0 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
- Created the Oracle Wallet with the following commands:
ADMINISTER KEY MANAGEMENT CREATE KEYSTORE '<keystorelocation>' IDENTIFIED BY "<pwd>";
ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "<pwd>";
ADMINISTER KEY MANAGEMENT ADD SECRET '<keystorelocation>' FOR CLIENT 'ORACLE.RAT.DATABASE_REPLAY.ENCRYPTION' USING TAG 'DBREPLAY' IDENTIFIED BY "<pwd>" WITH BACKUP; - Call to DBMS_WORKLOAD_CAPTURE.START_CAPTURE is passing AES256 as the value for the parameter encryption
- The following Error is observed:
ORA-15527: failed to retrieve password for Database Replay from Oracle
WalletORA-06512: at "SYS.DBMS_WORKLOAD_CAPTURE_I", line 1299
ORA-06512: at "SYS.DBMS_WORKLOAD_CAPTURE_I", line 876
ORA-06512: at "SYS.DBMS_WORKLOAD_CAPTURE_I", line 1164
ORA-06512: at "SYS.DBMS_WORKLOAD_CAPTURE_I", line 1317
ORA-06512: at "SYS.DBMS_WORKLOAD_CAPTURE", line 16
ORA-06512: at line 2
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |