Listing the databases of a service using the OQL Workbench

To display a list of the databases of the service you are logged into, use the show databases command.

About this task

To list the databases of a service:

Procedure

  1. Click the Administration icon and select Network > Management Database Access.
  2. Specify a value for the following fields.
    Domain
    Select the domain in which to issue the OQL query.
    Service
    Select the service that you want to query.
  3. Click Advanced OQL Query Advanced OQL Query button. In the OQL Command field, type the following query:
    show databases;

Sample output

The following example output shows the databases of the ncp_model service:

[ 'dbModel', 'master', 'model', 'ncimCache' ]