Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: replication, Materialized views, and transparent data encryption
EdStevens schrieb:
> Platform: Oracle 10.2 EE on Win2003 server
>
> It says "Materialized views cannot be based on tables that contain any
> columns encrypted using transparent data encryption." Does this mean
> that the MV table can't have encryption on it, or does it mean that the
> master table from which it is pulling cannot have encryption?
>
> Thanks.
>
I've done some quick tests, it seems, the former is meant. I could create materialized view as select * from table_with_encrypted_columns, data in the materialized view however don't get encrypted. Wenn i tried to encrypt column of materialized view container table with "ALTER TABLE MV_TABLE MODIFY COLUMN(MY_COLUMN ENCRYPT)", i got ORA-01732: data manipulation operation not legal on this view.
Best regards
Maxim Received on Mon Apr 24 2006 - 10:10:20 CDT