![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
With Oracle 10g the RULE command will not be supported. So far as good, we removed all RULE statements inside Queries and views. Mostly it works fine, but in some cases the queries does not work correcly. No rows are returned. If I put the RULE back in this query everything works fine. This happens with 20g2.0.3 and 10g2.0.4 Does someone else has seen this and does exist a patch for this behaviour? Regards Nicolas |
#3
| |||
| |||
|
|
With Oracle 10g the RULE command will not be supported. So far as good, we removed all RULE statements inside Queries and views. Mostly it works fine, but in some cases the queries does not work correcly. No rows are returned. If I put the RULE back in this query everything works fine. This happens with 20g2.0.3 and 10g2.0.4 Does someone else has seen this and does exist a patch for this behaviour? Regards Nicolas |
#4
| |||
| |||
|
|
With Oracle 10g the RULE command will not be supported. So far as good, we removed all RULE statements inside Queries and views. Mostly it works fine, but in some cases the queries does not work correcly. No rows are returned. If I put the RULE back in this query everything works fine. This happens with 20g2.0.3 and 10g2.0.4 Does someone else has seen this and does exist a patch for this behaviour? Regards Nicolas |
#5
| |||
| |||
|
|
With Oracle 10g the RULE command will not be supported. So far as good, we removed all RULE statements inside Queries and views. Mostly it works fine, but in some cases the queries does not work correcly. No rows are returned. If I put the RULE back in this query everything works fine. This happens with 20g2.0.3 and 10g2.0.4 Does someone else has seen this and does exist a patch for this behaviour? An actual example SQL showing both versions wtih results and the explain plan would likely be helpful. Also information on the type of table: heap, IOT, partitioned involved in the query is useful. We have 10.2.0.3 and have not seen this. Performance issues are common after upgrading to 10g from a lower version but changes in the query results are not. |
#6
| |||
| |||
|
|
With Oracle 10g the RULE command will not be supported. So far as good, we removed all RULE statements inside Queries and views. Mostly it works fine, but in some cases the queries does not work correcly. No rows are returned. If I put the RULE back in this query everything works fine. This happens with 20g2.0.3 and 10g2.0.4 Does someone else has seen this and does exist a patch for this behaviour? In addition to what Mark said, see the 10.2.0.4 and 11g notes that list all the bugfixes for all the patches. There are some CBO wrong results bugs that aren't fixed until 11g, but they tend to be really obscure. Are you using dblinks? How _exactly_ are you gathering statistics? |
#7
| |||
| |||
|
|
With Oracle 10g the RULE command will not be supported. So far as good, we removed all RULE statements inside Queries and views. Mostly it works fine, but in some cases the queries does not work correcly. No rows are returned. If I put the RULE back in this query everything works fine. This happens with 20g2.0.3 and 10g2.0.4 Does someone else has seen this and does exist a patch for this behaviour? In addition to what Mark said, see the 10.2.0.4 and 11g notes that list all the bugfixes for all the patches. *There are some CBO wrong results bugs that aren't fixed until 11g, but they tend to be really obscure. *Are you using dblinks? *How _exactly_ are you gathering statistics? in addition to my answer to mark. We do not use dblinks. We often let analyze the data. Regards Nicolas |
#8
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |