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 |
What is the minimum client footprint required to connect c# to an oracle database?
What is a trigger oracle?
Please explain joins in oracle?
How many types of tables are there in oracle?
What is Public Database Link ?
What are the advantages of oracle 12c?
What are the built-in functions used for sending Parameters to forms ?
how to delete all duplicate records from a table using subquery?
what is the syntax of DROP command?
how to get second highest sal of emp table
How to change program global area (pga) in oracle?
How to use in conditions in oracle?