DB Doc generation
One of our more popular features is DB Doc. We can generate an HTML documentation selected schema with a right-click.
You can generate a documentation about your schema in the HTML format for your own review or to share with others. Follow these steps to generate and view schema documentation:
- Connect to the HR schema.
- Right-click on the HR_ORCL connection and select Generate DB Doc.
- Select or create a suitable location for the generated files.
- An
index.html
file should open automatically in your default browser. If it doesn't, navigate in a browser to the\working\index.html
file and open it.
To see the details for any database object in the HTML documentation, select the object type in the schema panel in the top left corner. A list of all the objects of that type will then appear in a panel below the schema panel.