A.11.32 OPG_APIS.GET_BUILD_ID
Format
OPG_APIS.GET_BUILD_ID() RETURN VARCHAR2;
Description
Returns the current build ID of the Oracle Spatial and Graph property graph support, in YYYYMMDD format.
Parameters
(None.)
Usage Notes
(None.)
Examples
The following example returns the current build ID of the Oracle Spatial and Graph property graph support.
SQL> SELECT OPG_APIS.GET_BUILD_ID() FROM DUAL; OPG_APIS.GET_BUILD_ID() -------------------------------------------------------------------------------- 20160606
Parent topic: OPG_APIS Package Subprograms