Re: Slow running procedures

From: MarkP28665 <markp28665_at_aol.com>
Date: 25 Mar 1995 17:27:54 -0500
Message-ID: <3l25da$hu9_at_newsbf02.news.aol.com>


I suggest you try coding a hint naming the index that you want the call to use. You should be able to find the exact syntax in the Application Developers Guide. It is something like /*+ INDEX_ASC(tablename index_name) */. Hints require exact typing of the '/*+ ' or they are iognored. This is the syntax for a range scan so drop the '_ASC' when you just want to point to a specific index.

Mark -- No clever disclaimer. Received on Sat Mar 25 1995 - 23:27:54 CET

Original text of this message