![]() |
|||
|
|
|||
|
|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: MAKE_REF
Definition:
Example Syntax: MAKE_REF (object_table, object_identifier_id); Object Identifier Id is a unique id in the object table. Example Usage: The SQL query below returns the REF for the object instance with ID=100 from the OBJ_PARTS table. SELECT MAKE_REF(OBJ_PARTS, 100) FROM DUAL; Related Links: |
| Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2026 psoug.org |