Entering content frameSyntax documentation -u|-user Locate the document in its SAP Library structure

This BRBACKUP command option defines the user name and password.

Input syntax: -u [<user>[/<password>]]

Default value: system/manager

User name and password used by the SAP utility program to log on to the database system.

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

These measures are taken to protect the DBA password.

In shell scripts, you can structure the call as follows (example: BRBACKUP):

brbackup -c -u <<END
<user>/<password>
END

However, use this command only if the option -c is active and you are sure that the tape does not need to be changed.

Note

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

brbackup -u /

In this case, BRBACKUP tries to log on to the database as OPS$ user (see Oracle documentation and information in the SAP Service Marketplace at http://service.sap.com/notes . The OPS$ user must be defined in the database and have at least SYSOPER authorization and SAPDBA role. The user must also have SYSDBA authorization, if RMAN is to be used. With this method, it is not necessary to specify the password when calling BRBACKUP.

 

 

 

Leaving content frame