Database Security Oracle Question:

Explain What is default tablespace?

Database Security Interview Question
Database Security Interview Question

Answer:

The Tablespace to contain schema objects created without specifying a tablespace name.

SYSTEM is the default tablespace. if the user doesnt have a default tablespace, or hasnt mention the default tablespace clause while creating the table, the table would be created in the SYSTEM tablespace.


Previous QuestionNext Question
Explain What are the responsibilities of a Database Administrator?Explain What is a user Account in Oracle database?