SQL Performance (MOSC)

MOSC Banner

does to_char(clob) function use temporary tablespace

edited Aug 24, 2016 5:00AM in SQL Performance (MOSC) 3 commentsAnswered

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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center