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
How to define and use table alias names in oracle?
How do we create privileges in oracle?
Are truncate and delete commands same? If so why?
what is the difference between restoring and recovering?
How to insert multiple rows with one insert statement in oracle?
What is different types of joins?
What are the uses of Database Trigger ?
Explain oracle data types with examples?
What is SQL Tuning Advisor in Oracle?
What are the types of partitions in oracle?
Can we call procedure inside function in oracle?
Explain coalesce function?
What is an oracle database?
How to build data dictionary view an new database?
How to rename an index in oracle?