Temporary Tablespace
I have a main user called "XX", I created this user with specific tablespace called "TABSP_X" , but I didn't assign any tablespace for the temporary tablespace for that user so it's data
USERNAME, DEFAULT_TABLESPACE, TEMPORARY_TABLESPACE
XX TABSP_X TEMP
the user 'XX' will contain a lot of objects , is it GOOD for performance to leave it's temporary tablespace to TEMP or it's better to create a customized tablespace for it's temporary tablespace
Thanks in advance.
0