Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Parameters in view
Hi,
I am having a big problem with Oracle. We use WebDB in our company to make reports. Now the queries in WebDB can't be that large, so I created a view for a big query. Now the query takes way too long to execute, because a view fetches its results first and then webdb filters the date (with parameters). Because it takes too long webdb generetes a time-out and customers don't see results.
If I use the source of the view as a query and give as a parameter for example customer_id = 2 than the query is very fast. It would be nice, or essential to have parameters within the view itself. But is that possible? Or are there any other ways to do this?
Please help!!!!
Julian Kooiker Received on Sun Jul 01 2001 - 17:37:05 CDT
![]() |
![]() |