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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does /*+ RULE */ do?

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
US
I have seen some direct SQL statements in Webfocus that read like this:

SQL ORA
SELECT /*+ RULE */

I was told that "rule" portion helps Webfocus return / execute the SQL Oracle query faster. Is this true?



Thanks,

Leo ;-)
 
These are known as Hints, and can be used to override the dbms eg forcing oracle to use a different index
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top