Use the SHOW CATALOGS statement
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use the SHOW CATALOGS statement to obtain
a list of available database catalogs. The command returns a list
of available catalog information with catalog name, catalog type
(primary or auxiliary), and catalog status (default or notdefault).
The SHOW CATALOGS statement uses the following syntax:
|
The following example demonstrates the use of the SHOW CATALOGS statement.
|
The SHOW CATALOGS statement is useful for obtaining
the catalog names of databases currently connected for the user,
for identifying the catalog name of the primary database and the
current default catalog. Three columns of information can be returned
by the SHOW CATALOGS statement and they describe
the catalog's name, type (primary or auxiliary), and status (default
or not default).
For more information on the SHOW CATALOG
statement, see OpenEdge SQL Reference.