Listing the databases of a service using the OQL Service Provider

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 using the OQL Service Provider

Procedure

  1. Start the OQL Service Provider.
  2. Type the following query:
    show databases;
    go

Sample output

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

{
        databases = [ 'master', 'translations' ]
}