ScottMattes
Member³
The documentation says that from a Command window we can use the command
plugin plsqldoc generate
to create a batch script to create/refersh our documentation.
this only seems to work if the object is a package. on a table I got the following (I took out my schema name):
SQL> plugin plsqldoc generate dept
Generating TABLE .DEPT
Failed!
plugin plsqldoc generate
to create a batch script to create/refersh our documentation.
this only seems to work if the object is a package. on a table I got the following (I took out my schema name):
SQL> plugin plsqldoc generate dept
Generating TABLE .DEPT
Failed!