Security Guide > Security Guide > Using Data at Rest Encryption > Unlocking an Encrypted Database
Was this helpful?
Unlocking an Encrypted Database
To unlock an encrypted database, perform the following steps:
a. Connect to the iidbdb database:
sql iidbdb
b. Use your passphrase and the ON DATABASE option:
ENABLE PASSPHRASE 'my passphrase' ON DATABASE mydb;
Last modified date: 09/11/2026