Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Empty USER_TABLES

702520May 20 2009 — edited May 20 2009
Hi,

Trying to select blocks, num_rows, avg_row_len from user_tables but the result return is empty.

I need those data to find the table size. Using oracle 10g XE


SQL> set echo on
SQL> set linesize 100
SQL> SELECT table_name, blocks, num_rows, avg_row_len FROM user_tables;

TABLE_NAME BLOCKS NUM_ROWS AVG_ROW_LEN
------------------------------ ---------- ---------- -----------
DOCTOR
HOSPITAL
PATIENT
TREATMENT
PRESCRIPTION
WARD

6 rows selected.

Thanks =)

Edited by: user11184507 on 20-May-2009 05:01
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2009
Added on May 20 2009
8 comments
1,851 views