Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle8i Data Encryption 2

Status
Not open for further replies.

sethu

Programmer
Apr 15, 2000
29
0
0
US
I would like to ask the Gurus two questions. <br>I recently came to know about a Package called DBMS_OBFUSCATION_TOOLKIT given by Oracle8i for data encryption like the password etc. This works with strings and RAW datatypes well but the problem is I don't know the Script for the Package to get it created in the SYS schema. One Script is this one ORACLE_HOME/rdbms/admin/dbmsobtk.sql but this creates only the header. Anybody there who knows about the Script which creates the Package body also?<br><br>
 
There are 2 main sql procedures that assist encryption:&nbsp;&nbsp;dbmsobtk.sql with the body contained in prvtobtk.plb and<br>dbmsoctk.sql with the body contained in prvtoctk.plb<br><br>all files are under oracle_home/rdbms/admin<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top