Feb 12
18
What is the main menu mode of interactive programs of BR*Tools
Leave a comment »
We can better understand the concept of main menu mode of BR*Tools by considering an example function of BRSPACE. For suppose, If we need to extend tablespace of the underlying oracle database in SAP system, we have to follow the steps as mentioned below.
- Start BRTOOLS from command prompt
- BRTOOLS Main Menu will be displayed
- Choose the menu item Space Management
- Database space management menu will be displayed
- Choose the menu item Extend tablespace
- BRSPACE options for tablespace extension menu will be displayed
- Just continue in this screen by pressing c
- After continue, the message ‘BR0291I BRSPACE will be started with options ‘-p initSM1.sap -s 20 -l E -f tsext
end’ will be displayed - Again continue by presssing c
- Tablespace extension Main Menu will be displayed
All of the steps mentioned above are captured in the screen shots and inserted in this post below. I think you will better understand from the screen shots.

BRTOOLS Main Menu

Database Space Management

BRSPACE Options for tablespace extension

Tablespace Extension Main Menu
Following are the list of other BRSPACE options available. We can get this list by using command BRSPACE -h functions
- dbstart – start up database
- dbshut – shut down database
- dbalter – alter database instance
- dbparam – alter database parameter
- dbcreate – recreate database
- dbshow – show database infos (default)
- tsextend – extend tablespace
- tscreate – create tablespace
- tsdrop – drop tablespace
- tsalter – alter tablespace
- dfalter – alter data file
- dfmove – move data file
- tbreorg – reorganize tables
- idrebuild – rebuild indexes
- tbexport – export tables
- tbimport – import tables
- tbalter – alter tables
- idalter – alter indexes
- mstats – manage statistics








