What is TABLE SPACE?

Answer Posted / dileep

A Table space is a logical group of data files in a data
base. a typical data base consists at least one table space,
and usually two or more. In a database a table space plays a
role similar to that of a folder on the hard drive of a
computer.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a field in a database ? : Sql dba

757


How to write html code in pl sql?

804


How to display Row Number with Records in Oracle SQL Plus?

771


Can delete statement be rollbacked?

729


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

2167






what are the performance and scalability characteristics of mysql? : Sql dba

723


How do you modify a trigger?

695


What is bulk collect in pl sql?

728


Why is there a need for sqlcode and sqlerrm variables?

756


How do you write a subquery?

697


how to drop an existing index in mysql? : Sql dba

714


Is primary key a clustered index?

710


Define overloaded procedure?

803


What is lexical units in pl sql?

761


Is it possible to update views?

713