PLSQLDOC Oracle PL/SQL Libraries

Jeff Ward

Member²
I am documenting a number of my applications and while I can use PLSQLDoc to automatically generate documentation for my packages, tables etc. I am having to look to other method to document my Oracle forms (I am actually converting to XML and using ASP!)

I am now looking at documenting my Oracle Form PL/SQL Libraries and I hit on the idea of copying the code to the database. Even if the code compiles with warnings due to refence to unknown objects etc. I can still generate the documentation which is great :)

Unfortunatelly these specs are indexed under Packages like all the normal database packages and I was wondering is there was any way to split these off under a different index heading i.e. PLL Packages via the use of custom tags or some other method?
 
All I can think of is that you generate the documentation using a different Oracle user. You could for example create a specific FORMS user.

Note that you don't need to compile anything. If the code is present in a Program Window, you can already generate the documentation.
 
Back
Top