cancel
Showing results for 
Search instead for 
Did you mean: 

Large Tables and Indexes

Former Member
0 Kudos

Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production

PL/SQL Release 9.2.0.8.0 - Production

CORE 9.2.0.8.0 Production

TNS for 32-bit Windows: Version 9.2.0.8.0 - Production

NLSRTL Version 9.2.0.8.0 - Production

Hello everyone;

I would like to generate a list showing tables and indexes that are over 1 GB in size. What tcode would you use to do this in SAP?

Thank you for your time.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In DB02 (new dbacockpit) -> Space -> Segments -> Detailed analysis -> Size > 1000mb

or

SQL> select segment_name, bytes from dba_segments where bytes > 1000000000;

Regards

Michael

Former Member
0 Kudos

Michael;

Thank you so much for your help, have a great day.

Answers (0)