Oracle Developer Question:

What is SYSTEM tablespace and When is it Created?

Oracle Developer Interview Question
Oracle Developer Interview Question

Answer:

Every ORACLE database contains a tablespace named SYSTEM, which is automatically created when the database is created. The SYSTEM tablespace always contains the data dictionary tables for the entire database.


Previous QuestionNext Question
What is Tablespace?Explain the relationship among Database, Tablespace and Data file?