Hi Every One , What is the table Space in Oracle Database ?
waiting for answere and thankyou
Answer Posted / shilpa
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is procedure overloading in oracle?
How data locks are respected in oracle?
What do database buffers contain?
types of indexes and the rationale behind choosing a particular index for a situation.
Explain the use of record option in exp command.
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What is null value in oracle?
what happened to the global index when I truncate the data in one of the partition?
How many types of tables are there in oracle?
How to add a new column to an existing table in oracle?
What are the restrictions on external table columns?
How many types of auditing in Oracle?
What is recycle bin in Oracle?
What is sequence?
Explain the use of Merge statement in oracle 11g