Enable Access to an Encrypted Database
To enable access to a locked encrypted database, e.g. after server startup, unlock the database with the ENABLE PASSPHRASE statement. If the passphrase contains blanks, enclose it in single quotes. If the passphrase contains a single quote, escape the single quote by repeating it. Example with the passphrase containing blanks:
ENABLE PASSPHRASE 'my secret passphrase';
Last modified date: 12/19/2024