Dear all,
using PL-SQL doc documentation for actual DB environment shall be generated. This works fine for functions, procedures, packages. An HTML file will be generated, containing the expected information. So far as expected.
Changing to tables/views situation is different. From the object browser, e.g. for a table the right click option 'Generate Documentation' will be selected. But instead of generating the documenation, an error message will be thown:
Coould not generate documentation for
[tabelname]
ORA-03114: not connected to Oracle
The error message is misleading, as connection to Oracle is established, generating docs for e.g. packages on same DB/session works properly.
So my question is, whether anybody else faced the same problem, and how to generate doc for e.g. a table.
Thanks!
using PL-SQL doc documentation for actual DB environment shall be generated. This works fine for functions, procedures, packages. An HTML file will be generated, containing the expected information. So far as expected.
Changing to tables/views situation is different. From the object browser, e.g. for a table the right click option 'Generate Documentation' will be selected. But instead of generating the documenation, an error message will be thown:
Coould not generate documentation for
[tabelname]
ORA-03114: not connected to Oracle
The error message is misleading, as connection to Oracle is established, generating docs for e.g. packages on same DB/session works properly.
So my question is, whether anybody else faced the same problem, and how to generate doc for e.g. a table.
Thanks!