Next: Oracle 7 Database
Up: OPM Schema Translator
Previous: Referential Integrity Verification
The Oracle7 DBMS specifications generated by the OPM Schema Translator
are contained in six files consisting of:
- specifications for tables (relations), user defined types,
and views;
the name of this file consists of
the database name or
the name of the file containing the
input OPM schema, followed by _relations.[ ORA7];
- specifications of
rules for maintaining valid values for user defined types;
the name of this file consists of
the database name or the name of the file containing the
input OPM schema, followed by _datarules.[ ORA7];
- specifications regarding
data dictionary definitions for primary keys;
the name of this file consists of
the database name or the name of the file containing the
input OPM schema, followed by _primarykeys.[ ORA7];
- specifications regarding
data dictionary definitions for foreign keys;
the name of this file consists of
the database name or the name of the file containing the
input OPM schema, followed by _foreignkeys.[ ORA7];
- procedural specifications for maintaining
referential integrity constraints and rules;
the name of this file consists of
the database name or the name of the file containing the
input OPM schema, followed by _ritriggers.[ ORA7];
- procedures for verifying (off-line) the referential integrity
of an existing database;
the name of this file consists of
the database name or the name of the file containing the
input OPM schema, followed by _check.[ ORA7].