When you create a database, a corresponding DB configuration file called SQLDBCONF is created at the location ~NODExxxx/SQLyyyy, where xxxx is the database partition number and yyyy is the database token. You can display the content of the DB file for a particular database by connecting to the database and executing the GET DB CFG command.
The basic syntax for the command to display the DB configuration file is:
GET [DATABASE | DB] [CONFIGURATION | CONFIG | CFG] FOR [DatabaseAlias] <SHOW DETAIL>
In the preceding command, the following applies:
- DatabaseAlias: Identifies the alias assigned to the database for which to display the configuration information
If you want to display the database configuration settings ...