Tablespace name null
460544Aug 4 2006 — edited Aug 4 2006select count(*),TABLESPACE_NAME from dba_tables where owner like 'TRF'
GROUP BY TABLESPACE_NAME;
I am getting 23 tables with null tablespace name .
only 5 out of 23 tables are index organized table .
Why other tables have null tablespace?