EVENTsize.html
10-18-2001 Bikle
-----------------
This page displays size information for the EVENT table:
bikle01-oracle-% sql /
SQL*Plus: Release 8.1.6.0.0 - Production on Thu Oct 18 18:37:37 2001
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production
18:37:37 SQL> select bytes/1024/1024 mb from dba_segments where segment_name='EVENT';
MB
----------
1440.30469
18:38:36 SQL>