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
Why do we use bulk collect in oracle?
How to create a table in a specific tablespace?
What is a sub query? Describe its types?
What is save point in oracle database?
How much memory your 10g xe server is using?
How to update values in a table in oracle?
What is a nested table?
What is sequence?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
How to see free space of each tablespace?
How to rebuild an index in oracle?
Why does for update in oracle 8 cause an ora-01002 error?
candidate key is subset of super key but not vice-verse explain
definition of cluster and non-clustered index?
Explain the use of tables option in exp command.