What is SYSTEM tablespace and When is it Created?
Answers were Sorted based on User's Feedback
Answer / chaudhry
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.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / nishi
Every Oracle database contains a tablespace named SYSTEM, which Oracle creates automatically when the database is created. The SYSTEM tablespace always contains the data dictionary tables for the entire database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Hello All, Could any one provide me FAQs/interview questions on oracle PL/SQL
Can we commit inside a function in oracle?
Explain oracle 12c new features for developers?
Can we create trigger on materialized view in oracle?
What is a table in oracle?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Where are the settings stored for each instance in oracle?
How can we Update a table with out using UPDATE command?
various types of hints and their usage
What is Index Cluster ?
4. Using a set operator, display the creditor number of all creditors who have ever been paid.
what is insert all statement in sql