What is TABLE SPACE?

Answer Posted / m.m

Tablespace:
A database storage unit that groups related logical
structures together.

logical structures:
Logical structures of an Oracle database include table
spaces, schema objects, data blocks, extents, and segments.
Because the physical and logical structures are separate,
the physical storage of data can be managed without
affecting the access to logical storage structures.

physical structures:
Physical database structures of an Oracle database include
data files, redo log files, and control files.

data block:
Smallest logical unit of data storage in an Oracle
database. Also called logical blocks, Oracle blocks, or
pages. One data block corresponds to a specific number of
bytes of physical database space on disk.( a common block
size is 8k)

extent:
Second level of logical database storage. An extent is a
specific number of contiguous data blocks allocated for
storing a specific type of information.

segment:
Third level of logical database storage. A segment is a set
of extents, each of which has been allocated for a specific
data structure, and all of which are stored in the same
tablespace.


Datafile:
A physical operating system file on disk that was created
by Oracle and contains data structures such as tables and
indexes. A datafile can only belong to one database.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is inner join faster than left join?

636


Is like operator in sql case sensitive?

510


What is a relationship and what are they?

580


Why are aggregate functions called so?

516


What is sql entity?

532






How can we solve sql error: ora-00904: invalid identifier?

699


What is sql exception?

517


What does dml mean?

546


What are the basic techniques of indexing?

577


What is the importance of sqlcode and sqlerrm?

851


What is PL/SQL Records?

629


Explain the difference in execution of triggers and stored procedures?

570


What is a table partition?

596


How do I create a sql database?

524


What are properties of the transaction?

560