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 |
Explain integrity constraint?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
Difference between oracle's plus (+) notation and ansi join notation?
What to do if the startbd.bat failed to start the xe instance?
What are the different types of synonyms?
What is clustered table in Oracle?
13. Display the second to fifth characters in each client name.
How do you tell what your machine name is and what is its IP address?
Explain index?
find the second highest salary of the emp table
What is the difference between sharding and partitioning?
What is the data pump export utility?