Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain what is a field in a database and record in a database?

1014


How do you get column names only for a table (sql server)?

1100


Why do we use %rowtype & %type in plsql?

992


Is progress software supports to ( pl/sql )?

968


How many types of literals are available in pl sql?

1045


What is oracle sql developer?

992


Is inner join same as self join?

1060


Explain the savepoint statement.

1038


What is the process of copying data from table a to table b?

1035


What are the two parts of design view?

973


How to get list of all tables from a database?

1107


How to call a javascript function from pl sql?

1066


How do you use join?

886


How do I make my sql query run faster?

890


What is a recursive join sql?

1025