Concepts and Architecture Question:
Explain can objects of the same Schema reside in different tablespaces?
Answer:
Yes objects of the same schema can reside in different tablepaces. Becuase when we create any schema (user) we can assign many tablespaces to one shcema so objects (eg. tables) will create in different tablespaces.
Previous Question | Next Question |
What is Data Block in Oracle Architecture? | What is Table in Oracle Architecture? |