Why not assign users default and temporary tablespaces?
What are the pros and cons of not assigning users default and temporary tablespaces?
In older versions of Oracle, if you did not assign a default tablespace or a temporary tablespace to a user, the user's objects and temp segments were created in the SYSTEM tablespace (by default). The SYSTEM tablespace should only be used for your Data Dictionary and allowing other segments to be created in this tablespace is poor practice.
In Oracle 9i and 10g, you can assign a system-wide default tablespace so that if you do not explicitly assign a default tablespace to a user, they will get the non-SYSTEM tablespace default.
Dig Deeper on Oracle database design and architecture
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments