Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Database > SQL Language
|
SQL Language SQL Language discussions not specific to a particular RDBMS program or vendor.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Language section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 17th, 2005, 11:50 AM
Authorized User
 
Join Date: Oct 2004
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to Decrypt an Encrypted Stored Procedure

Hi Friends,

I need yours help in decrypting an encrypted Stored procedure for which i don't have a backup sql file which by mistake i could not able to save to my hard disk.

can u help in retrieving this Stored Procedure again to make the required changes.

Ramkumar A.D.
__________________
Ramkumar A D
 
Old December 25th, 2005, 07:00 AM
Authorized User
 
Join Date: Nov 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There are two ways of encrypting-decypting the pl/sql block in Oracle8i/9i.

--> U can use WRAP utility. But that is one way process. It only encrypts the particular block but once encrypted, it cant be decrypted. It is usually used in the Production Release.

--> U can use DBMS_OBFUSCATION_TOOLKIT package to encrypt/decrypt the particular pl/sql block. It is two way process. But if u want to encrypt an already encrypted file by the same package, it will throw an error. It uses DSA algo and key length is 56 bit. Just chesk the URL to know more about DBMS_OBFUSCATION_TOOLKIT

http://www.oracle-base.com/articles/...Encryption.php

I think it will solve ur problem....


Subhendu De
[email protected]
Software Developer
New Delhi, India





Similar Threads
Thread Thread Starter Forum Replies Last Post
stored procedure prashant_telkar SQL Server 2000 1 July 9th, 2007 07:57 AM
Stored Procedure Help. midway11 SQL Language 3 November 20th, 2006 06:36 AM
Stored Procedure desireemm SQL Language 5 September 18th, 2004 02:34 AM
Stored Procedure help flyin SQL Server 2000 6 July 25th, 2004 05:18 PM
Stored Procedure... babloo81 SQL Server 2000 2 May 1st, 2004 11:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.