Note
This function is available starting with V5.0.1.
Declaration
CATALOG()
Description
This function is used to view the current catalog environment and is completely equivalent to the CURRENT_CATALOG() function.
Examples
obclient> SELECT CATALOG() FROM DUAL;
The return result is as follows:
+-----------+
| CATALOG() |
+-----------+
| INTERNAL |
+-----------+
1 row in set
