cancel
Showing results for 
Search instead for 
Did you mean: 

Get databasesize in SAP NW Java!

Former Member
0 Kudos

Hi there,

I'm searching for a possibility to determine the size of the database using the NWA in SAP NW AS JAVA (Solution Manager 4.0 SR3). Can anyone help?

I don't have access to the os-level. But is there a possibility to do this with the Visual Administrator?

Thanks for your help!

J.B.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As you have a solution manager, then you always have an abap stack. So just use transaction DB02. The java schema has all objects in the tablespace PSAPSR3DB (it might be something like PSAPSIDDB as well, it is the one ending with ...DB).

If you had access to os then use BR*Tools:

orasid> brspace -f dbshow -c tsinfo

Best regards, Michael

Edit: obviously, i am not aware of a method in java to see the database size so far