Entering content frame

 Displaying Current Information About the Database Instance 

Use

You can display the current status of the database instance after importing a backup. Information is output on the state of the log and the ability of the database instance to Restart.

Prerequisites

You have the DBM operator authorization Recovery.

You have executed the command for restoring a database instance.

Syntax

db_restartinfo

dbmcli -d myDB -u dbm,dbm db_restartinfo

OK
Used LOG Page           10636
First LOG Page          8640
Restartable             1
Id Restart Record       P46643:DB_20010629_115558
Id LOG Info             P46643:DB_20010629_115558
Consistent              1

Reply

OK<NL>
Used LOG Page           <number><NL>
First LOG Page          <number><NL>
Restartable             (1|0)<NL>
Id Restart Record       <id><NL>
Id LOG Info             <id><NL>
Consistent              (1|0)<NL>

Values for the Individual Fields of the Reply

Used LOG Page

Next log page to be used after restarting

First LOG Page

Oldest available log page

Restartable

Restartable (1 = yes, 0 = no)

Id Restart Record

Identifier of the restart record for the database instance

Id LOG Info

Identifier for the database instance log

Consistent

Consistency of the database instance, that is, can be restarted without log ( 1 = yes, 0 = no)

 

In the event of errors, see Reply Format.

 

Leaving content frame