Assign Relationship Naming Conventions

Oracle packages and triggers are generated to implement relationships that specify cascade update. All other relationships are implemented using foreign key constraints.

 

Package Names:

Package names default to the Access relationship name and a suffix of _RP. An optional prefix may also be assigned.

 

Trigger Names:

See Assigning Trigger Naming Conventions.

 

Foreign Keys:

Scriptoria prefixes foreign key names with the associated Oracle table name and appends either the Access relationship name or a suffix that defaults to _FK. A unique sequence number is appended when the suffix option is selected.