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

Can select statements be used on views in oracle?

0 Answers  


Which dictionary tables and/or views would you look at to diagnose a locking issue?

0 Answers  


Explain the truncate in oracle?

0 Answers  


Is primary key = unique key,not null? If yes,please explain IF No,please explain

8 Answers   Genpact,


Is the After report trigger fired if the report execution fails ?

0 Answers   Oracle,






How to create id with auto_increment on oracle?

0 Answers  


What are the oracle differences between nvl and coalesce

0 Answers  


i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?

7 Answers   HCL, IBM,


What is tns name?

0 Answers  


Explain how you would restore a database using RMAN to Point in Time?

0 Answers  


WHT ARE THE AGGREATE FUNCTIONS?

7 Answers   GEITC, TCS,


How to use "startup" command to start default instance?

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)