temporary tablespace usage

-- --------------------------------------------------
-- Description  : Displays information about temporary tablespace usage.
-- Requirements : Access to the DBA views.
-- Call Syntax  : @temp_free_space.sql
------------------------------------------------------- 
 
SELECT *
FROM   dba_temp_free_space;

No comments:

ORA-06512: at "SYS.DBMS_ISCHED"

Database -  Oracle Database 23AI Cause:   An attempt was made to perform a scheduler operation without the required privileges. Action:  Ask...