Hi I need to create a table with encryption column.When i try to create a table
create table cust_payment_info (first_name varchar2(11), last_name varchar2(10), order_number number(5), credit_card_number varchar2(16) ENCRYPT USING 'AES128' NO SALT , active_card varchar2(3)); Error like ORA-00439: feature not enabled: Transparent Data Encryption I have created wallet and configuration in SQLNET.ora. But i can't set it in Database using ALTER SYSTEM SET ENCRYPTION KEY AUTHENTICATED BY "abcd1234"; Pls help me --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscribe from this group, send email to oracle-plsql-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en -~----------~----~----~----~------~----~------~--~---