Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> PL/SQL query using dates and host variables - slow response
The following is giving very slow response on Oracle 8.1.6 running on a large Sun server box (in OPS):
Exec SQL
..... Select * from <table> where (@date1 >= :hostvar1 and @date2 <= hostvar2 ..... .... . )
Does anyone have any suggestions to help this type of query run faster?
Thanks!
Y Chan
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Sun Oct 01 2000 - 10:41:11 CDT
![]() |
![]() |