Hi,
I have a brio query which takes a long time to retrieve records. I modified the query by using a different optimizer in Oracle but cannot implement it in Brio as I do not know how to change the request line in the Custom sql.
I have to add select /*+ rule */ ename..... from..
to the query. But Brio only allows us to modify the where clause in the custom sql.
Also, any idea how to speed up the retrieval process.
Ana
I have a brio query which takes a long time to retrieve records. I modified the query by using a different optimizer in Oracle but cannot implement it in Brio as I do not know how to change the request line in the Custom sql.
I have to add select /*+ rule */ ename..... from..
to the query. But Brio only allows us to modify the where clause in the custom sql.
Also, any idea how to speed up the retrieval process.
Ana