I just figured it out myself. There is a parameter called -types which is not listed in the documentation (but in the output of the program). Here you can specify the types to be exported.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I was playing around with pldoc i asked myself, if it´s possible to extract package/type bodies via direct extraction from the DB.
My call looks like this:
call pldoc.bat -url %db_url% -user %db_user% -password %db_pswd% -d %outputpath% -doctitle %db_schema% -sql %db_schema%.%%%%
The program exports all objects for the given schema name except package- and type bodies.
The example scripts are containing examples for package bodies, but they are working on already exported DDL Files.
Is there anything i was doing wrong?
Marcus
Using PLDOC 1.5.17 with Oracle 11.2.0.4
I just figured it out myself. There is a parameter called -types which is not listed in the documentation (but in the output of the program). Here you can specify the types to be exported.