how do I automatically open a wallet for TDE before the database is opened
12.1 windows 64bit
I added a tablespace with TDE to my dev db
I created a wallet and put the wallet location in the local sqlnet.ora
How do I automatically open the wallet after the database is mounted but before the database is opened?
My other dba followed some advice he found and created an after database open trigger which doesn't work because the system is looking for the
wallet before it opens the database.