Hi Every One , What is the table Space in Oracle Database ?
waiting for answere and thankyou
Answer Posted / tanoy guhasarkar
A tablespace is a logical storage unit within an Oracle
database. It is logical because a tablespace is not visible
in the file system of the machine on which the database
resides. A tablespace, in turn, consists of at least one
datafile which, in turn, are physically located in the file
system of the server. Btw, a datafile belongs to exactly one
tablespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is where clause in oracle?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What is the difference between pre-select and pre-query?
How to start a new transaction in oracle?
What is Redo Log Buffer in Oracle?
What are joins, explain all types of joins?
Explain oracle 12c new features for developers?
How to create a new table by selecting rows from another table?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
How index is implemented in oracle database?
How to assign a table row to a record variable?
Give the advantages and disadvantages of clusters.
How to use an explicit cursor without open statements?
What is an oracle database table?
how to clone 9i Database on to 10g Database.