Chapter 1 Overview
11
Rules
Start description from the first column of the line.
A line break shall be a partition of records.
Up to 1,024 single-byte characters can be described per record.
Information of one database can be described per record.
The same option type cannot be specified twice per record.
Description of the database name cannot be omitted.
The operation target database must be unique.
Use a blank space or a tab character to separate the descriptions of the database name or the option
type.
Text displayed from the sharp (#) character to the end of the record is recognized as a comment.
If there is an error in the file syntax, operations to all databases described in the file become invalid.
If a character string includes a blank space (∆), enclose the entire character string in double
quotation marks (“).
The following is an example of a description of the database operation file:
# db:db_name
db:db01
# db:db_name uid:user_id pass:password
# db:db_name uid:user_id pass:password server:instance_name
db:db01 uid:guest pass:guestpass
db:db02 uid:administrator pass:adminpass server:localmachine\user_inst
# db:db_name input:
db:db01 input:
# db:db_name remod:restore_mode
# db:db_name remod:restore_mode refile:restore_file
db:db01 remod:norecovery
db:db03 remod:standby
"refile:d:\db_folder\db03_standby.mdf"
# db:db_name move:os_file_name[,...n]
db:db01 move:”f:\db folder\db01_Data2.mdf,g:\db_folder\db01_Log2.ldf”