Re: Migration of Oracle Vault to Postgres

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Migration of Oracle Vault to Postgres
Дата
Msg-id d94af53dc6d0c8f52b47145b442b36d188c85d88.camel@cybertec.at
обсуждение исходный текст
Ответ на Migration of Oracle Vault to Postgres  (Elango Thiagarajan <elango.thiyagu@gmail.com>)
Список pgsql-general
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



В списке pgsql-general по дате отправления:

Предыдущее
От: Elango Thiagarajan
Дата:
Сообщение: Migration of Oracle Vault to Postgres
Следующее
От: Luca Ferrari
Дата:
Сообщение: Re: How to fork pg_dump or psql w/o leaking secrets?