does to_char(clob) function use temporary tablespace
database default temporary tablespace is S_SORT
a user with an assigned temporary tablespace of S_USERSORT runs a query that uses to_char(clobcolumn)
when viewing v$sort_usage I see that user accessing S_SORT (CONTENTS=TEMPORARY,SEGTYPE=LOB DATA) with a sql_id pointing to sql doing the to_char(clobcolumn)
does to_char(clob) use temporary tablespace?