A.11.42 OPG_APIS.GET_VERSION

Format

Note:

The OPG_APIS.GET_VERSION() function is deprecated and will be desupported in a future release. Instead, use OPG_APIS.GET_OPG_VERSION.
OPG_APIS.GET_VERSION() RETURN VARCHAR2;

Description

Returns the current version of the Oracle Spatial and Graph property graph support.

Parameters

(None.)

Usage Notes

(None.)

Examples

The following example returns the current version of the Oracle Spatial and Graph property graph support.

SQL> SELECT OPG_APIS.GET_VERSION() FROM DUAL;

OPG_APIS.GET_VERSION()
--------------------------------------------------------------------------------
12.2.0.1 P1