Transparent Data Encrypt
hello,
i have a database with tables with columns encrypt, but now we have a package, this package call any materialized view, but this views have not columns encrypted.
i encrypt colums on tables:
i have a database with tables with columns encrypt, but now we have a package, this package call any materialized view, but this views have not columns encrypted.
i encrypt colums on tables:
ALTER TABLE user.table MODIFY (column ENCRYPT no salt);
but i dont know encryp columns on materialized views.
Thanks.
1