showInfo
The showInfo command enables you to display the following information about the current database files.
- 
                    Database ID. 
- 
                    Database Role, which displays Primary or Secondary. 
- 
                    Last Database Mode, which displays Archive, Default, or Shared. 
- 
                    Last Database Usage, which displays NoAudit, ReadOnly, or Update. 
- 
                    Production Mode, which displays whether production mode is set to Disabled or Enabled. (For details about production mode, see "productionMode", earlier in this chapter.) 
- 
                    Character Set, which can be ANSI or Unicode, depending on the type of Jade files that you have installed. 
- 
                    Db Code Version, which displays the version of the database (for example, 7.1.03.005). 
- 
                    Highest transaction ID, which displays the latest identifier from the most recent transaction (for example, 14203). 
- 
                    Current journal (for example, 142). 
- 
                    Start recovery journal (for example, 142). 
- 
                    Start backup journal (for example, 0). 
The syntax of the showInfo command in the jdbutilb command line is as follows.
jdbutilb path=database-path
         ini=initialization-file-name
         showInfo
         
            