Wrapper function [message #80400] |
Tue, 17 September 2002 06:56 |
Balamurugan.R
Messages: 91 Registered: March 2001
|
Member |
|
|
Hi,
Can anybody explain what is the use of wrapper function over ordinary function. If explain with proper example, it will be useful for me.
Thanks in advance.
With luv,
Balu
|
|
|
Re: Wrapper function [message #80403 is a reply to message #80400] |
Tue, 17 September 2002 09:06 |
ram kumar
Messages: 113 Registered: August 2002
|
Senior Member |
|
|
hi,
using wrap utility u can do it..
wrap if using 8i and if using oracle8 wrap8o
write u'r fuction in sql file for example:test.sql
whcih contains a scritp that creates function..
go to dos
c:>wrap iname=test.sql(specify with path i fnot same location)
it creates a test.plb
use this plb to creat function in sql plus
sql>sta test.plb
once the function is created
the source code is encrypted..
the main function fo wrapper utility is to hide pl/sql code ..
hope this is clear
regards
ram
|
|
|