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 drop an existing table in oracle?
What are the uses of Database Trigger ?
How to increment dates by 1 in oracle?
How to create an oracle database?
Explain the use of online redo log files in oracle.
How to drop a stored function?
How to define a variable of a specific record type?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
What is a Garbage Collection? and what is full recursive Garbage collection?
How will you write a query to get a 5th rank student from a table student_report?
What privilege is needed for a user to create indexes in oracle?
What are the extensions used by oracle reports?
What is a procedure in oracle?
What happens if recursive calls get out of control?
What is data file?