Is there a way to encrypt or password protect Oracle database files so that they can not be used in case they were copied to other servers? Thanks

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

Check out DBMS_CRYPTO and Transparent Data Encryption in 10g.

link|improve this answer
TDE will solve my needs. Thank you very much. – Iyad Aug 27 '10 at 13:54
feedback

Besides internal encryption, you can consider an encrypted filesystem, that only the "oracle" user has access to.

I could suggest a few but you didn't list the host operating system.

link|improve this answer
I am using Windows server so I can use EFS. Thanks. – Iyad Aug 27 '10 at 14:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.