Transparent Data Encryption-Issue
460875Oct 10 2006 — edited Oct 10 2006Hi i am using oracle 10.2.0.1.0.
I am trying to use new 10 G feature, Transparent Data Encryption.
I was able to
1) set location for the TDE
2) creating the wallet
3) opening the wallet
4) closing the wallet
now when i try to modify a table column to encrypt or create a table with a column encrypted,
alter table raaj modify ( n encrypt);
i am getting an error
ORA-00439: Feature not enabled: Transparent Data Encryption
Thanxs
Rajagopalan.M.R.