Working with Databases
You can work with several databases in INCA. Apart from creating a new database, which initially contains no objects, you can build on existing databases, for example, those of colleagues, by loading such a database. Working with databases also naturally includes backing them up and updating them.
For these purposes, INCA provides four partly combinable functions:
Optimizing
Executes a defragmentation, i.e. rewrites fragmented parts of the database to increase the speed of access and retrieval.
Converting
Rewrites the complete database to increase the speed of access and retrieval.
Repairing
Checks whether the internal objects and the logical structure of the database can be read. If any inconsistencies are detected, these will be repaired. Afterwards, the database will be optimized and converted.
Checking
Checks whether the internal objects and the logical structure of the database can be read. Detected inconsistencies will be listed in the monitor window.
Procedure:

See also