If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Procedure Wraping

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-12-03, 02:52
mahesh_bk1 mahesh_bk1 is offline
Registered User
 
Join Date: Jan 2003
Location: Bangalore
Posts: 44
Procedure Wraping

How can i wrap and unwrap my procedure or functions.
Can anyone please let me know.

Thanks
Mahesh Kumar BK
Reply With Quote
  #2 (permalink)  
Old 01-12-03, 09:19
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: Procedure Wraping

Quote:
Originally posted by mahesh_bk1
How can i wrap and unwrap my procedure or functions.
Can anyone please let me know.

Thanks
Mahesh Kumar BK
You can wrap them using the "wrap" OS command:

wrap iname=input_file [oname=output_file]

There is no "unwrap" command.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 01-12-03, 09:27
mahesh_bk1 mahesh_bk1 is offline
Registered User
 
Join Date: Jan 2003
Location: Bangalore
Posts: 44
Re: Procedure Wraping

Hi andrewst
thank you very much for letting me know.
Suppose if i want to see the source code of the procedure which is wrapped , then what should i do.



Mahesh Kumar BK
Reply With Quote
  #4 (permalink)  
Old 01-12-03, 09:50
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: Procedure Wraping

Quote:
Originally posted by mahesh_bk1
Hi andrewst
thank you very much for letting me know.
Suppose if i want to see the source code of the procedure which is wrapped , then what should i do.



Mahesh Kumar BK
You can't - that's the point of wrapping it! The wrapped version is like compiled code - you don't convert it back into source code, instead you go back to the original source (i.e. the non-wrapped code in the original file).
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #5 (permalink)  
Old 01-13-03, 01:08
NoviceNo1 NoviceNo1 is offline
Registered User
 
Join Date: Jan 2003
Location: Woking
Posts: 107
Re: Procedure Wraping

Quote:
Originally posted by andrewst
You can't - that's the point of wrapping it! The wrapped version is like compiled code - you don't convert it back into source code, instead you go back to the original source (i.e. the non-wrapped code in the original file).

Hi,
Check out the following link.
i guess it will help you understand all advantages
and disadvantages more clearly.

http://www.csis.gvsu.edu/GeneralInfo...624/c_wrap.htm
__________________
nn
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On