[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] how do i include a hint in begin-select?
- Subject: [sqr-users] how do i include a hint in begin-select?
- From: Jae Lee <leejc@appstate.edu>
- Date: Tue, 14 Feb 2006 16:21:14 -0500
- Delivery-date: Tue, 14 Feb 2006 16:38:22 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3)Gecko/20040910
hi, all,
i deperately need to pass a hint to use a specific index for a table in
BEGIN-SELECT, such as, in a pl/sql procedure you can:
SELECT /*+ INDEX(table name, index name) */
my query dies because of too much work load.. so i need to tell it to
use a index for the largest table in the query. somehow, the optimizer
does not use this index. because i have SQR commands to process data, i
can't use BEGIN-SQL.
any help would be greatly appreciated!!
jae
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users