Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
ORA-28365: wallet is not open with dataguard

hello
i want to replicate using data guard an oracle instance
Version 12C, i have enabled on primary TDE
when i run the rman
DUPLICATE TARGET DATABASE
FOR STANDBY
FROM ACTIVE DATABASE
DORECOVER
SPFILE
SET db_unique_name='DB_stby' COMMENT 'Is standby'
NOFILENAMECHECK;
DUPLICATE TARGET DATABASE
FOR STANDBY
FROM ACTIVE DATABASE
DORECOVER
SPFILE
SET db_unique_name='DB_stby' COMMENT 'Is standby'
NOFILENAMECHECK;
I get this message
BY/archivelog/2020_03_31/o1_mf_1_228_h870hnx2_.arc
archived log file name=/oradb/oradata/DB1/archive/db_STBY/archivelog/2020_03_31/o1_mf_1_227_h870hmsc_.arc thread=1 sequence=227
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 03/31/2020 13:46:33
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
ORA-00283: recovery session canceled due to errors
RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/oradb/oradata/db/archive/db_STBY/archivelog/2020_03_31/o1_mf_1_227_h870hmsc_.arc'
ORA-00283: recovery session canceled due to errors
ORA-28365: wallet is not open
Answers
-
i figure it out lol