cancel
Showing results for 
Search instead for 
Did you mean: 

brspace -f idrebuild

hannover_sap-basis
Participant
0 Kudos

Hello,

because of Note 435125 ( Hinweis 435125 - Schlechte Performance von vom CRM verw. Tabellen (nur Oracle)) i am looking for a possibility for schedule a job (BRSPACE idrebuild-f....) in SM36.

It is possible to rebuild more than one index in one brspace- Call as an externall program?

Best regards

Lutz

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member204746
Active Contributor
0 Kudos

you can supply a list of indexes when calling BRSPACE.

brspace -u / -c force -f idrebuild -i index1,index2,index3,index4

another trick is to create a shell script(unix) or command batch file(Windows) and put all of you BRSPACE commands in one file.

brspace -u / -c force -f idrebuild -i index1

brspace -u / -c force -f idrebuild -i index2

brspace -u / -c force -f idrebuild -i index3

lbreddemann
Active Contributor
0 Kudos

Hello there,

why so complicated?

Just use the report RSORAISQN (note 979054) for that.

regards,

Lars