Basic tool to find tables without primary key and isolated tables.
Find inconsistency or poor quality in database design.
- quantity of isolated tables and quantity of tables without primary key per schema,
- the percentage of isolated tables and tables without primary key for each schema,
- the average percentage of isolated tables and tables without primary key of all schemes
Note: Better tools are SchemaCrawler or SpySchema.
This application is build:
- Using Eclipse
- Connection only to Oracle database.
- Written in Java