Skip to Content
0
Former Member
Apr 14, 2010 at 06:18 AM

Size of a Table in Oracle

720 Views

Hi,

What is the exact way to find the size of the table. Following two methods shows two different values, wondering what is the exact way and why is this conflict

1. Function Module DB_GET_TABLE_SIZE - Looks like this multiplies the number of records with structure length and divided by 1024 to show the result in KB

2. DB02OLD - Current Sizes - Select Table

DB02 - Space-> Segments-> Table

The above two gives different results. Thanks in advance for guiding me.

Regards

Vijay