ASA Database Administration Guide
Database Administration Utilities
The Information utility
dbinfo [ options ]
Option | Description |
---|---|
-c "keyword=value; ..." | Database connection parameters |
-o filename | Log output messages to a file |
-q | Operate quietly |
-u | Output page usage statistics |
The dbinfo utility displays information about a database. It reports the time when the database was created, the name of any transaction log file or log mirror, the page size, the version of installed Java classes, the collation name and label, and other information. Optionally, it can also provide table usage statistics and details. Note that if your database does not have a SYSCOLLATION table, the collation name is not returned.
Exit codes are 0 (success) or non-zero (failure).
For more information about the options, see Information utility options.
This utility accepts @filename parameters. For more information, see @filename server option.