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 difference between primary key and unique key and foreign key in oracle?
What is difference between a formal and an actual parameter?
What is the simplest tool to run commands on oracle servers?
How to start a new transaction in oracle?
What is a package in oracle?
List out the types of joins.
What is an Index ?
How would you go about verifying the network name that the local_listener is currently using?
Describe the types of sub query?
How to get a list of all background sessions in the database?
difference between truncate and delete ,drop?
Why do you create or replace procedures rather that drop and recreate.