Hitachi

Hitachi Advanced Database Setup and Operation Guide


9.4.2 Authorization identifier specification rules

The authorization identifier specification rules are as follows:

■ Rules for specifying an authorization identifier in the -u option of a command

The following rules apply when you are specifying an authorization identifier in the -u option of a command.

  • When an authorization identifier contains lowercase letters

    If you are specifying an authorization identifier that contains lowercase letters, you must either enclose the authorization identifier with a backslash and double quotation mark (\"), or you must enclose the authorization identifier in double quotation marks (") and then enclose the entire string in single quotation marks (').

    Examples:

    -u \"ADBuser02\"

    -u '"ADBuser02"'

    If the authorization identifier is not specified as shown above, all characters are treated as uppercase letters. For example, specification -u ADBuser02 is treated as -u ADBUSER02.

  • When an authorization identifier contains a backslash (\)

    The backslash (\) is a special character used by the shell for a different purpose. Therefore, when an authorization identifier contains a backslash (\), specify an escape character before the backslash (\).

    Examples:

    • If you specify ADBUSER\01 as an authorization identifier: -u ADBUSER\\01

    • If you specify ADBuser\01 as an authorization identifier: -u \"ADBuser\\01\"

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