cancel
Showing results for 
Search instead for 
Did you mean: 

Table size in Portal SAP system

Former Member
0 Kudos

Hi All,

Please let us know the process of checking largest table size in Portal SAP system.

Regards,

Raja

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raja,

Navigate to DB02-->Segments-->Overview-->TopSizes.

There you can find the size of all tables, indexes etc.

Thanks,

Pavan

divyanshu_srivastava3
Active Contributor
0 Kudos

What is your database ?

Former Member
0 Kudos

Hi,

Our database is DB2.

Regards,

Raj

divyanshu_srivastava3
Active Contributor
0 Kudos

If you portal is connected to central system, then use DBACockpit navigating to Space →Largest Table

Former Member
0 Kudos

Hi,

I am getting the below error message.Please advise.

Required data collectors 'Tables (Storage)' and 'Indexes (Storage)' are not set up properly

Regards,

Raj

former_member188883
Active Contributor
0 Kudos

Hi Raj,

Please connect to DB2 database and execute the below query

db2> SELECT TABSCHEMA, TABNAME, SUM(DATA_OBJECT_P_SIZE),  SUM(INDEX_OBJECT_P_SIZE), SUM(LONG_OBJECT_P_SIZE),

   SUM(LOB_OBJECT_P_SIZE), SUM(XML_OBJECT_P_SIZE) FROM SYSIBMADM.ADMINTABINFO GROUP BY TABSCHEMA, TABNAME;

This query will give you list of tables with their physical size. You may download the same into excel and perform sorting .

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Thanks. This query will help to find the Growth details date wise.

Regards,

MK

Former Member
0 Kudos

Hi,

Is there any possibility to check history of growth particular table in db2 through command line.

Regards,

raj

former_member188883
Active Contributor
0 Kudos

Hi Raj,

Through query I am not very sure but using dbacockpit you may achieve the same.

Space: History - Overview (DB2 UDB for UNIX and Windows) (SAP Library - CCMS: SAP/DB2 UDB for UNIX a...

Configure your portal system into central system ( Solution manager) and you can configure remote monitoring for the same.

Regards,

Deepak Kori