Can objects of the same schema reside in different tablespace?



Can objects of the same schema reside in different tablespace?..

Answer / Mahendra Anand

Yes, objects of the same schema can reside in different tablespaces. This is useful for data segmentation, storage optimization, and backup/recovery management. For example, you can store large objects (LOBs) in a separate tablespace to save space in the system tablespace.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is the implicit cursor in oracle?

1 Answers  


How does Oracle guarantee data integrity of data changes?

1 Answers  


Is it possible to split the print reviewer into more than one region ?

1 Answers   Oracle,


What is meant by raw datatype?

1 Answers  


What is an Oracle view?

1 Answers  


What is a proxy class?

1 Answers  


What is oracle rownum?

1 Answers  


Explain mutating triggers.

1 Answers  


What are the attributes of cursor?

1 Answers  


Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.

3 Answers  


what is the syntax of DELETE command?

8 Answers  


What are the original export and import utilities?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)