Extracting PL/SQL Code [message #80386] |
Mon, 16 September 2002 13:35 |
mongo
Messages: 2 Registered: September 2002
|
Junior Member |
|
|
Does anybody know how to extract PL/SQL source code from Forms/Menus/Reports (e.g. triggers, program units), without opening the PL/SQL editor and doing an export for each unit. A collection at the module level would be good. My tools are ver 6/6i.
A command line option would even be better, that will enable a batch file to iterate through the files. I noticed that Form Compiler, for example, has a strip_source parameter that removes the PL/SQL source; isn't there one that does the flip side of this?
Thanks for any help.
|
|
|
Re: Extracting PL/SQL Code [message #80387 is a reply to message #80386] |
Mon, 16 September 2002 14:45 |
Stefan Mueller
Messages: 11 Registered: January 2002
|
Junior Member |
|
|
Oracle Forms API Launchpad comese with an example command line program that will extract only PL/SQL from a module(using the Oracle Open Forms API). Go to oracle otn, look under Forms6i documentation ... search for API Launchpad!
Cheers, Stefan
|
|
|