Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How important are "hints" in a SQL query when optimizing the query?

687585May 29 2013 — edited May 30 2013
I'm tuning an application (Documentum) and the query has hints. See the query below as an example....very simple example to show the point; real queries are a page of more long with multiple joins.

While tuning the query (possibly adding new indexes), how important is it to tune the query WITH HINTS, or can I drop the hints from the tuning process? This is the FORCE_ORDER hint.

select /*+ ORDERED */ object_name from dm_sysobject_s;
This post has been answered by unknown-7404 on May 29 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2013
Added on May 29 2013
8 comments
723 views