On May 25, 11:24 pm, "faizal mangattil`" <faizmangat...@gmail.com>
wrote:
> 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

Sorry, we can't until you provide the Oracle version you're using, and
do not say '8i','9i','10g','11g' as those are marketing terms.  Report
the version as a series of numbers separated by periods:

8.1.7.4
9.2.0.8
10.2.0.3.0
11.1.0.7.0

Also report which edition you're using, as Standard and Enterprise
editions offer different options, and some are only available with
Enterprise.


David Fitzjarrell

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to