Menu

Package bodies extraction

Help
2015-09-04
2015-09-04
  • Marcus Mersch

    Marcus Mersch - 2015-09-04

    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

     
    • Marcus Mersch

      Marcus Mersch - 2015-09-04

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.