How a tablespace is related to data files?
Answer / Nikhil Singh Pundir
A tablespace consists of one or more datafiles and one temporary tablespace. Datafiles hold the actual data, indexes, and rollback segments for the objects in the tablespaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
primary key is foreign key for the same table?
What is a nvl function? How can it be used?
How do we switch from init.ora file to asp file?
Explain table?
What is a oracle database?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
Why do we use bulk collect in oracle?
What is oracle host variable?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
What are the major difference between truncate and delete?
What is using clause and give example?