gamdb get info

The gamdb get info command returns detailed information about a Global Addressing database.

Usage

gamdb get info --n Name
Required Argument Description
Yes --n Name Specifies the name of the database.

Example

This example displays all the information for the configured Global Addressing Validation database for Germany.

gamdb get info --n GAV_DEU

The returned information may be similar to the following:

DATABASE NAME = GAV_DEU
POOL SIZE = 5
BASE_DB_PATH = C:\DBs\DEU\

Example

This example returns information in a table for Global Addressing Validation.

gamdb get info --n GAV

The returned information may be similar to the following:

+--------------+---------+---------+
|    SPDNAME   | SPDTYPE | COUNTRY |
+--------------+---------+---------+
|     GAV_APAC |     GAV |     ALL |
|     GAV_EMEA |     GAV |     ALL |
| GAV_AMERICAS |     GAV |     ALL |
+--------------+---------+---------+

Example

This example displays all the information for the configured Global Type Ahead database for Austria.

gamdb get info --n GTA_AUT

The returned information may be similar to the following:

DATABASE NAME = GAV_AUT
POOL SIZE = 6
BASE_DB_PATH = C:\DBs\AUT\

Example

This example returns information in a table for Global Type Ahead.

gamdb get info --n GTA

The returned information may be similar to the following:

+--------------+---------+---------+
|    SPDNAME   | SPDTYPE | COUNTRY |
+--------------+---------+---------+
|     GTA_APAC |     GTA |     ALL |
|     GTA_EMEA |     GTA |     ALL |
| GTA_AMERICAS |     GTA |     ALL |
+--------------+---------+---------+