Hitachi

Hitachi Advanced Database Setup and Operation Guide


9.4.3 Password specification rules

The password specification rules are as follows:

■ Rules for specifying a password in the -p option of a command

The following rules apply when you specify a password in the -p option of a command:

  • When a password contains a special character used by the shell for a different purpose

    The backslash (\) and vertical bar (|) are examples of special characters used by the shell for different purposes. When a password contains one of these special characters, specify an escape character before the special character.

    Examples:

    • When specifying Password\01 for a password: -p Password\\01

    • When specifying Password|01 for a password: -p Password\|01

    In the above examples, the backslash (\) is specified as an escape character.