Can objects of the same Schema reside in different tablespaces.?
Answers were Sorted based on User's Feedback
Answer / aditya
Yes. I think answer is correct.
It is something like this
we can group tables in a schema. Imagine there is employee
schema which contains tables empDetails empSalary deatils
and we have another schema named clientDetails which
conatins table cleintNmaes.
Now this tables are logically seperated by schema.User
belonging to empoyee schema cannot acess cleintDetails
schema and vice versa ( untill we grant them).
TableSpace can be consideres as partiotns (similar in
windows) where we can store data of different tables
belonging to different schemas.In our example all the
tables belonging to employye and cleintdetails can stay in
same tablespace (say AllData tablespace).
HOpe this answer helps :)
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the maximum limit on the number of columns in a table?
How to delete a column in an existing table in oracle?
what is data independence exactly? give an example
What are Schema Objects ?
Explain what are synonyms used for?
What is an Index Segment ?
Can we call procedure inside function in oracle?
how to insert the image in table
How to export several tables together?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions
What is recovery manager(rman) backup in Oracle?