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 IDE,DMV in sql server?
How to retrieve the count of updated rows?
What is an index associated with a constraint?
Why does oracle 9i treat an empty string as null?
How to turn on or off recycle bin for the instance?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
Give the various exception types.
How to best split csv strings in oracle 9i?
What is a sub query? Describe its types?
definition of cluster and non-clustered index?
What is partitioned table in Oracle?
What is a nested table?
Is the After report trigger fired if the report execution fails ?
What is the maximum number of triggers that can be applied to a single table?
In which language oracle has been developed?