Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Cost differences - Help!!
Hi!
Can anybody give some advice on the differences that I see in my environments.
When I run my statement:
select * from a,b where a.id=b.id;
In one of my environents I get the following plan:
| Operation |Name|Rows|Bytes|Cost
In the 2:nd I get:
| Operation |Name|Rows|Bytes|Cost
| Operation |Name|Rows|Bytes|Cost
What causes the differences? Any ideas?
I have tried to change db_file_mulitblock_read_count without any
changes in behaviour.
Best Regards / The Swedish Viking Received on Wed Jun 02 2004 - 03:43:57 CDT