SyntaxFix
Write A Post
Hire A Developer
Questions
Use this query which will give you the actual no of counts in respect to the table owners
SELECT COUNT(*),tablespace_name FROM USER_TABLES group by tablespace_name;