Database Wallet Trigger to touch encrypted table on startup
Hi,
I'm just wondering if anyone has come across the below issue I'm having and how you got round it.
Currently sometimes when we shutdown then start the databases backup the application complains that the wallets are not open.
However the wallets are configured to open on startup ( cwallet.sso ewallet.p12) an when we run (SELECT * FROM $ENCRYPTION_WALLET; ) the database displays are OPEN.
The interesting part is if we manually select a table that is encrypted an bounce the App it then read the data ok. So looks as if the data isn't readable until the first bit of encrypted data is selected.