Add a documentation tool to the Oracle side of things
It would be great if you would produce/migrate this product(SQL DOC) over to the Oracle environment! I have used it before in the SQL Server realm, but now in a new job that is an Oracle shop... Would be nice to have this tool here as well!
Thanks in advance,
Kevin Orcutt
From our understanding, this is available in SQL Developer:
To generate documentation (in HTML format (comparable to Javadoc for Java classes) about a schema, right-click the connection name in the Connections navigator display and select Generate DB Doc. To view the generated documentation, open the index.html file in the output directory that you specified.
https://docs.oracle.com/cd/E35137_01/appdev.32/e35117/intro.htm#RPTUG45343
-
I was under the impression that Oracle SQL Developer had a Documentation feature built-in. Is this no longer the case?