Is there a way to edit the SQL passed to Oracle from a JDE Interactive Application? Or...
We have a custom interface P56.... where the SQL greatly benefits from the FIRST_ROWS method of execution.
1. Is there a way to pass that hint to Oracle?
2. If not, can we pass a SQL statement like (alter session .... ) before executing the SQL (and then after)?
Or...
We know it will help if the SQL executes without an Order By, but JDE forces an order by on. Is there a way to remove or tell JDE not to order by?
Thanks
Oh, I'm a CNC/DBA not a developer. Please explain in a way I can explain to the developer that won't ask this question himself.