DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: HINT in query to use index

  1. #1
    Join Date
    Apr 2001
    Posts
    4
    I want to know how can i use HINT in query to use index of my choice

    if u can give me an example of it that will be great

    I am using (Oracle8i workgroup addition)

    Thanks in Advance
    from India

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    SELECT /*+ INDEX E,IDX1 */
    FROM Employee_T E
    WHERE
    ...

    Hser is the link for you:

    http://otn.oracle.com/docs/products/.../doc_index.htm


    - Chris

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width