Database patching and TDE
Oracle: 11.2.0.4
O.S: RHEL
While applying quarterly patches (23177551), there is a step to bring database up in upgrade mode.
cd $ORACLE_HOME/sqlpatch/23177551
sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> startup upgrade
SQL> @postinstall.sql
SQL> shutdown
SQL> startup
Do we open the wallet, after the startup upgrade?