|
|
|
|
Re: Is there any tool avilable to find out the name of the Stored Procedure/Function/Package? [message #382104 is a reply to message #382049] |
Wed, 21 January 2009 00:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gurupatham
Messages: 66 Registered: March 2008 Location: Chennai
|
Member |
|
|
What Andrew said is correct.We are strictly following the naming conversion like all Strored procedure Should start with Some Specific character.So we can easily search. But the problem is while converting fmb to text file by using the following Script, It Converts only the name of the procedures/functions/package of program Units to text file not the content(Source) of the procedure/function/package.
for %%f in (*.fmb) do start /min /wait ifcmp60 module=%%f Logon=no module_type=form batch=yes script=yes forms_doc=yes
Is there any way to convert the whole content(Source) of the program Units to flat file format?
|
|
|
|
|
|