Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Database Index Problem

Former Member
0 Likes
302

Hi

I have create an index with 4 columns. Wow, my select is very fast. But only one day. Next day the index dosn't match. Explain plan sad full table scan - so the statement is very slow. If I anlayze the table - nothing changes, but if I go to the database utility and select the index and klick the button "activate and adjust database" the statment works very fast - but only for one day. Any idea whats wrong.

Thanks Stefan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
268

Check, you have selected the radio button

Non-unique Index -->Index on all database systems

Regards,

Prakash.

1 REPLY 1
Read only

Former Member
0 Likes
269

Check, you have selected the radio button

Non-unique Index -->Index on all database systems

Regards,

Prakash.