Hi
I have a query which selects data from two views, view1 view2.
first time when i execute the query, it returns the result in fraction of seconds.
However, when I run the query again, 2nd time onwards, the performance is very slow and it takes around 10 secs to get the result...
I tried creating indexes on the tables from which the views are fetching data, but it was of no use..
Kindly suggest me some solution
Thanks and Regards