Explain the relationship among Database, Tablespace and Data
file?
Answer Posted / sahaja mallarapu
Each data base is divided into logical units called table
spaces and each table space is again divided into segments.
Data files are created for table spaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I recompile a procedure in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What are the various oracle database objects?
Can multiple cursors being opened at the same time?
How to download oracle database 10g xe?
What is the disadvantage of User defind function?
What is meant by joins?
What is a tns file?
How will you write a query to get a 5th rank student from a table student_report?
Explain how you would restore a database using RMAN to Point in Time?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What happens to indexes if you drop a table?
Why does for update in oracle 8 cause an ora-01002 error?
What is a nvl function? How can it be used?
How to connect to the server with user account: sys?