1.

What Is A Tablespace

Answer»

Oracle use TABLESPACE for logical data STORAGE. Physically, data will get stored in Datafiles. Datafiles will be connected to tablespace. A tablespace can have multiple datafiles. A tablespace can have objects from different SCHEMA's and a schema can have multiple tablespace's. Database creates "SYSTEM tablespace" by DEFAULT during database CREATION. It contains read only data dictionary tables which contains the information about the database. 

Oracle use Tablespace for logical data Storage. Physically, data will get stored in Datafiles. Datafiles will be connected to tablespace. A tablespace can have multiple datafiles. A tablespace can have objects from different schema's and a schema can have multiple tablespace's. Database creates "SYSTEM tablespace" by default during database creation. It contains read only data dictionary tables which contains the information about the database. 



Discussion

No Comment Found