A DBA needs to identify which PDBs are currently using more than their allocated TEMP tablespace quota. Which view should be queried?
This view provides real-time information on temporary tablespace utilization per PDB.
Why this answer
V$TEMP_SPACE_HEADER and V$TEMPSEG_USAGE are standard, but V$PDB_TEMP_SPACE_USAGE provides the specific view for monitoring PDB-level temporary tablespace usage.