PRCR-1079 CRS-5017 "ORA-28365: wallet is not open" When Starting Database Using srvctl as Wrong Environment Variable is Set in OCR
(Doc ID 1567201.1)
Last updated on SEPTEMBER 25, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 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
When the tablespace encryption and network encryption are configured in the database, srvctl may fail to start the database with the following error:
>srvctl start database -d <DBname>
PRCR-1079 : Failed to start resource ora.<DBname>.db
CRS-5017: The resource action "ora.<DBname>.db start" encountered the following error:
ORA-28365: wallet is not open
. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/<Node_name>/agent/crsd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.<DBname>.db' on '<Node_name>' failed
CRS-2632: There are no more servers to try to place resource 'ora.<DBname>.db' on that would satisfy its placement policy
CRS-5017: The resource action "ora.<DBname>.db start" encountered the following error:
ORA-28365: wallet is not open
. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/<Node_name>/agent/crsd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.<DBname>.db' on '<Node_name>' failed
PRCR-1079 : Failed to start resource ora.<DBname>.db
CRS-5017: The resource action "ora.<DBname>.db start" encountered the following error:
ORA-28365: wallet is not open
. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/<Node_name>/agent/crsd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.<DBname>.db' on '<Node_name>' failed
CRS-2632: There are no more servers to try to place resource 'ora.<DBname>.db' on that would satisfy its placement policy
CRS-5017: The resource action "ora.<DBname>.db start" encountered the following error:
ORA-28365: wallet is not open
. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/<Node_name>/agent/crsd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.<DBname>.db' on '<Node_name>' failed
Using SQL*Plus, the instance startup okay:
>sqlplus / as sysdba
>startup
Total System Global Area 2.5655E+10 bytes
Fixed Size 2233480 byte
Variable Size 1.7448E+10 bytes
Database Buffers 8187281408 bytes
Redo Buffers 16928768 bytes
Database mounted.
Database opened
>startup
Total System Global Area 2.5655E+10 bytes
Fixed Size 2233480 byte
Variable Size 1.7448E+10 bytes
Database Buffers 8187281408 bytes
Redo Buffers 16928768 bytes
Database mounted.
Database opened
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 |
Cause |
Solution |
References |