GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Database  >  SQL

 Print  |  
Question:  What is table space?

Answer: i want to know the answer


October 10, 2005 13:41:57 #5
 sarala   Member Since: Visitor    Total Comments: N/A 

RE: what is table space
 

A logical portion of a database used in allocating storage for table data and table indexes.

A tablespace is a logical structure that contains segments. Rollback, data, and index are the three types of segments created inside a tablespace. Each segment is made up of extents, and the extents are comprised of data blocks.

The system tablespace contains the data dictionary for the Oracle database.

     

 

Back To Question