Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

optimizer Hints in forms

Status
Not open for further replies.

lecorr

Programmer
Apr 9, 2003
62
FR
Please help!!!

I have a very slow query generated by forms, but when I use and optimizer hint in SQL*Plus, it is much faster. This is good. But when I put this optimizer in the field optimizer hint of the block property called optimizer hint, forms does not put it in the query.

I use forms 6.0.5.0.2 with DB 8.1.7.

HELP!!!!

Thanks

Christian
 
Do you enter the whole hint? I mean /* + FIRST_ROWS*/ or just FIRST_ROWS? The second is correct.

Regards, Dima
 
How do you know it doesn't put it in query? Did you look at v$sqltext?

Regards, Dima
 
Yes I saw it via a tool called tora (similar to TOAD). It shows the query and the explain plan and other infos. I am sure the hint is not put in the query.

Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top