Can objects of the same Schema reside in different tablespaces.?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State all possible different index configurations a table can possibly have?

562


How to use an explicit cursor without open statements?

611


How to update values in a table in oracle?

574


What are the original export and import utilities?

569


What is an oracle database table?

590






Explain the use of parfile option in exp command.

518


What is the exact use of Collections?

1677


Explain alias?

703


What the is the diff between local index and global index. give some example.

1129


What is oracle data type?

550


How many types of database triggers exist?

567


Can multiple columns be used in group by in oracle?

539


What are named parameters?

608


What is a directory object?

585


How to bring a tablespace offline?

538