|
-
Adding INSERT statement to SELECT statement changes execution plan
We have a query based on few tables and views.
When we run "SELECT" statement, this query goes for Nested Loop based Execution plan and finishes off very quickly.
However, when we add INSERT statement to this "SELECT" statement goes for HASH join based execution Plan. Any help highly appreciated.
The database being used is 10g R 2.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|