Search Postgresql Archives

Re: Migration of Oracle Vault to Postgres

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2023-09-22 at 11:36 +0800, Elango Thiagarajan wrote:
> We are planning to migrate Oracle Enterprise edition to Azure Postgresql.
> 
> Our oracle database is guarded by Oracle Vault. Do we have similar security on Postgres.
> 
> Any Whitepapers on how to migrate vault to Postgres.

You will have to redesign your application.
The most likely solution is to manage the encryption keys in your application
and encrypt and decrypt the data there.  That way, the DBA cannot access clear
text data.

Of course, that moves the probpem how to keep the keys safe to the application,
which may not be simple either.

Yours,
Laurenz Albe






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux