GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQExecution plan changes after truncate and re-load
Hi Tom,
Can you explain why the execution plan for a query changes after truncating and reloading tables with exactly the same data ?
Here's my example :
--
-- Create Tables
--
CREATE TABLE CUSTOMER_DIM
( MONTH_KEY ...
Sponsored Links
Read Next: Skills for future
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
