Guest_imported
New member
- Jan 1, 1970
- 0
I use Oracle as database for my reports. Because Oracle uses its internal optimizer for optimizing the used indices (or the order of the accessed tables) some reports are very slow. So I want to use SQL directives like
SELECT /*+ ordered*/
column1, column2, column3
FROM table1, table2,
WHERE .....
My problem is, that I cannot set the SQL directive for my report. If I set it in "Database>Show SQL Query" the changes take no effect. I also tried the API, but it was the same.
So my question: Is it possible, and how, to set an SQL directive for a report (for an SQL database like Oracle).
Regards,
a_name
SELECT /*+ ordered*/
column1, column2, column3
FROM table1, table2,
WHERE .....
My problem is, that I cannot set the SQL directive for my report. If I set it in "Database>Show SQL Query" the changes take no effect. I also tried the API, but it was the same.
So my question: Is it possible, and how, to set an SQL directive for a report (for an SQL database like Oracle).
Regards,
a_name