Show TOC

Syntax documentation-u|-user Locate this document in the navigation structure

This BRCONNECT command option defines the user name and password used by the SAP tool to log on to the database.

Syntax Syntax

  1. -u|-user [<user>[/<password>]|/]
End of the code.

Default value: system/<default_password>

If you only enter -u , BRCONNECT performs an interactive query of the user name and the password. You can enter the user name and the password separately (only enter the user name or the option -u <user>). BRCONNECT then prompts entry of the password. In this case, the password is not displayed during entry, and does not appear in the process list.

This protects the DBA password.

In shell scripts, you can structure the call as follows:

brconnect -c -u -f stats <<END <user>/<password> END

However, use this command only if the option -c is active.

Note Note

If you are working with an OPS$ user, use the following call:

brconnect -u / -c -f stats -t all

In this case, BRCONNECT tries to log on to the database as OPS$ user (see Oracle documentation and information in the SAP Service Marketplace). The OPS$ user must be defined in the database and have at least SYSOPER authorization and SAPDBA role. With this method, it is not necessary to specify the password when calling BRCONNECT.

End of the note.