Hitachi

Hitachi Advanced Database Command Reference


1.4.2 Rules for specifying authorization identifiers and passwords

This section explains the rules for specifying authorization identifiers by using a command's -u option, and for specifying passwords by using a command's -p option.

Organization of this subsection

(1) Rules for specifying authorization identifiers

For details about the rules for specifying authorization identifiers, see Authorization identifier specification rules in the HADB Setup and Operation Guide.

(2) Rules for specifying passwords

For details about the rules for specifying passwords, see Password specification rules in the HADB Setup and Operation Guide.

(3) Examples of specifying authorization identifiers and passwords

Character strings that include lowercase letters are specified differently between the -u and -p options. Example specifications (using the adbarchivechunk command) are as follows:

Example 1:

Specifying ADBUSER01 as the authorization identifier and PASSWORD01 as the password

adbarchivechunk -u ADBUSER01 -p PASSWORD01
Example 2:

Specifying ADBuser01 as the authorization identifier and Password01 as the password

adbarchivechunk -u \"ADBuser01\" -p Password01
Example 3:

Specifying ADBuser\01 as the authorization identifier and Password\01 as the password

adbarchivechunk -u \"ADBuser\\01\" -p Password\\01