Does anyone know why I’m getting this error?
ORA-25153: Temporary Tablespace is Empty
I’m doing a simple SELECT OWNER FROM DBA_TABLES; query and it displays the data properly but when I try to narrow the OWNER columns down then it gives me this error.
SELECT OWNER
FROM DBA_TABLES
WHERE OWNER = 'NAME';
your problem is described perfectly at the following post, but if you don’t have DBA rights or knowledge you won’t succeed to overcome this error and I strongly suggest you to approach your DBA.
http://www.mydigitallife.info/ora-25153-temporary-tablespace-is-empty-error-in-oracle/