gamdb get info

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

Usage

gamdb get info --n Name --g Group
RequiredArgumentDescription
Yes--n NameSpecifies the name of the database.
Yes--g GroupSpecifies the coder for Global Address Validation.
Global
Global Address Validation International coder.
US
Global Address Validation US coder.

Example

This example displays all the information for the configured Global Addressing Validation database for Germany. This example specifies the Global Address Validation International coder.

gamdb get info --n GAV_DEU --g Global

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. This example specifies the Global Address Validation International coder.

gamdb get info --n GAV --g Global

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 |
+--------------+---------+---------+