OraDoclet - Database Documentation Generator (original) (raw)
Overview
The purpose of OraDoclet is generation of the detailed database documentation
resembling the JavaDoc style. It is a custom doclet that functions either with the
JavaDoc tool or as a standalone Java application. The documentation generated
has a form of static html files and describes all objects in the given Oracle
database schema.
See example here.
Requirements
- a) Java Virtual Machine, version 1.4 or later.
- b) Oracle Server, version 8.1.6 or later.
- c) Oracle Server Client (optional when using JDBC Thin driver)
Features
- Alphabetical index of schema objects
- Object type specific index
- Cross-referencing hyperlink presentation
- Description of tables, views and their columns
- Description of table constraints(check, unique and referential)
- Description of indexes, including functional and domain indexes
- PL/SQL triggers, procedures, functions, packages