uamdb poolsize set

The uamdb poolsize set command sets the default poolsize for a database.

Usage

uamdb poolsize set --t Type --n Name --s Size
RequiredArgumentDescription
Yes--t TypeSpecifies the type of database, where Type is one of the following:
USA
United States database
CAN
Canadian Database
INTL
International Database
Yes--n NameSpecifies the name of the database.
Yes--s SizeSpecifies the default poolsize.

Example

This example sets the poolsize of a Canadian database named "UAM_CAN" to 4.

uamdb poolsize set --t CAN --n UAM_CAN --s 4