Feb 12
17
What is BR*Tools program package in SAP system
In SAP system, Oracle database administration will be done using BR*Tools program package. They are installed automatically on the oracle database server in the directory /usr/sap/<SAPSID>/SYS/exe/run or /usr/sap/<SAPSID>/SYS/exe/uc/NTAMD64. This package includes the following programs.
- BRBACKUP – This program is used to take backup of data files, control files and online redo log files
- BRARCHIVE – This program is used to take backup of offline redo log files
- BRRESTORE – This program is used to restore data files, control files, online and offline redo log files
- BRRECOVER – This is interactive tool for datavase restore and recovery
- BRSPACE – This tool is used for database instance management, space management and reorganization
- BRCONNECT – This tool is used for database administration like, database check, update of statistics and changing database user password
- BRTOOLS – This is the interactive tool used for calling the other tools through menus
BRTOOLS is provided as a character based user interface for the functional programs BRBACKUP, BRARCHIVE, BRRESTORE, BRRECOVER, BRSPACE and BRCONNECT. While BRTOOLS enables the administrator
to manage the database through menes using a simple telnet connection or on console level, the graphical user interface BRGUI offers a more convenient way for the database administration.
BRGUI is a Java based graphical user interface for BRTOOLS. BRGUI itself does not offer any own logic for the database administration – it calls BRTOOLS, displays the menus of BRTOOLS and forwards selections and button clicks to BRTOOLS. Using remote shell, it is possible to run BRGUI on the administrators desktop calling BRTOOLS on the remote database server.
When the database administrator has to perform a certain administrative task, instead of calling a tool such as BRRESTORE, BRBACKUP or BRCONNECT directly, we can use the interactive, menu-driven program BRTOOLS. Through nested menus, this tool lets us choose the action and all the necessary options we need including logon information.
You can see the some screen shots of these programs in a folder and menu of the BRTOOLS.

Directory of BR*Tools in the SAP system

BR*Tools Menu of the SAP System








