what are the things that you consider while creating indexes
on partitioning tables?



what are the things that you consider while creating indexes on partitioning tables?..

Answer / gautam choudhury

1) If the table partitioning column is a subset of the
index keys, use a local index. If this is the case, you are
done.

If this is not the case, continue to guideline 2.

2) If the index is unique, use a global index. If this is
the case, you are done. If this is not the case, continue
to

guideline 3.

3) If your priority is manageability, use a local index. If
this is the case, you are done. If this is not the case,

continue to guideline 4.

4) If the application is an OLTP one and users need quick
response times, use a global index. If the application is a
DSS one

and users are more interested in throughput, use a local
index.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What do you understand by a database object?

0 Answers  


How do I connect to oracle?

0 Answers  


where we have to use ON clause and where we have to use USING clause in JOINS

2 Answers  


How to unlock the sample user account in oracle?

0 Answers  


How to create a single index for multiple columns?

0 Answers  






How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10

2 Answers  


HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?

3 Answers  


What are the ansi data types supported in oracle?

0 Answers  


What WHERE CURRENT OF clause does in a cursor?

2 Answers  


HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.

0 Answers  


9)When information has to be stored w.r.t employees and their respective departments, which of the following is the Correct formulation of entries? A)Employee and department would together be represented as an entity. B)This is too less information to decide on entities. C)An employee would be one entity and a department would be another. D)Such a scenario cannot be modelled in RDBMS

2 Answers   Mind Tree,


What is an anonymous block?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)