|
-
I do not see CARD, CPU values from the explain plan?
Did you analyze all tables and indexes?
Use this method:
delete from plan_table
/
explain plan for
select .......
select * from table(dbms_xplan.display)
/
When you post, use tag so that your writings will be formatted.
What is the value for optimizer_max_permutation?
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
|