Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Improving the performance of the procedure that fetches huge amount of data

626489Mar 4 2008 — edited Mar 4 2008
I have procedure which functions something like this.There is a base search query .The result of the base query is inserted into temp_sql table.And then we filter out the data from the temp_sql on the basis of some condition and we put this data under different section in another temp swl table.Can Anyone suggest me a better solution for this entire operation.Thanks and Regards.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2008
Added on Mar 4 2008
4 comments
286 views