Can I construct object references based on primary keys?
Yes, object references can be constructed based on foreign keys to reference objects in: Object views: When constructing objects from relational tables using an object view, the OIDs of the constructed objects are typically based on the primary keys on the underlying relational tables. Object tables with primary key-based OIDs: When defining an object table, Oracle provides the option of specifying the primary keys as the OIDs of the row objects instead of using the system generated OIDs.
Yes, object references can be constructed based on foreign keys to reference objects in: Object views: When constructing objects from relational tables using an object view, the OIDs of the constructed objects are typically based on the primary keys on the underlying relational tables. Object tables with primary key-based OIDs: When defining an object table, Oracle8i provides the option of specifying the primary keys as the OIDs of the row objects instead of using the system generated OIDs.