To Bottom |
In this Document
APPLIES TO:Advanced Networking Option - Version 11.2.0.2 and laterInformation in this document applies to any platform. Checked for relevance on 08-MAR-2013 SYMPTOMSYou are seeing errors like the following in the alert.log (details may differ): SMON: enabling tx recovery
Database Characterset is WE8MSWIN1252 kcbztek_get_tbskey: decrypting encrypted key for tablespace 0 without opening the wallet Errors in file /opt/u01/app/oracle/diag/rdbms/dbname/dbname/trace/dbname_smon_12345.trc: ORA-01595: error freeing extent (171) of rollback segment (1)) ORA-28365: wallet is not open No Resource Manager plan active replication_dependency_tracking turned off (no async multimaster replication found) ARC3: Archival started ARC0: STARTING ARCH PROCESSES COMPLETE kcbztek_get_tbskey: decrypting encrypted key for tablespace 6 without opening the wallet Errors in file /opt/u01/app/oracle/diag/rdbms/dbname/dbname/trace/dbname_ora_12824.trc (incident=22963): ORA-25319: Queue table repartitioning aborted Incident details in: /opt/u01/app/oracle/diag/rdbms/dbname/dbname/incident/incdir_22963/dbname_ora_12824_i22963.trc kcrf_decrypt_redokey: wallet is not opened.. Errors in file /opt/u01/app/oracle/diag/rdbms/dbname/dbname/incident/incdir_22963/dbname_ora_12824_i22963.trc: ORA-28365: wallet is not open ORA-25319: Queue table repartitioning aborted Fri Sep 23 12:53:38 2011 kcrf_decrypt_redokey: wallet is not opened.. Errors in file /opt/u01/app/oracle/diag/rdbms/dbname/dbname/incident/incdir_22963/dbname_ora_12824_i22963.trc: ORA-28365: wallet is not open ORA-25319: Queue table repartitioning aborted
CHANGESYou have configured TDE with an encrypted tablespace or some encrypted columns. CAUSE
SOLUTIONThe following two alternatives will make sure the master key is available during startup: startup nomount
alter system set wallet open identified by "&wallet_password"; alter database mount; alter database open;
REFERENCESNOTE:1228046.1 - Master Note For Transparent Data Encryption ( TDE )NOTE:1251597.1 - Quick TDE Setup and FAQ NOTE:1073237.1 - Database With Encrypted Tablespaces Cannot Be Opened If The TDE Wallet Is Not Accessible |