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 |
How to delete a user account in oracle?
i want to know about mr.b.kotravel......who has answered for second maxmium salary from employee table
What privilege is needed for a user to create tables in oracle?
how to hide the stored procedure inside a package
How to insert a record into a table?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
Can u make a synonym for deptno=10 only from emp table.
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
What is a read only transaction in oracle?
How to create an oracle testing table?
How is it different from a normal table?
How to assign values to data fields in record variables?