inalfa01
9th September 2005, 15:04
We run now BaaN IV c4 on Oracle 9.2.0.1 on AIX 5.3.
We are going to upgrade to 9.2.0.4.
Who has any experience concerning performance of 9.2.0.4 with BaaN IV c4?

Markus Schmitz
9th September 2005, 15:21
No difference between the two versions. On Baan support you will find a solution, how to set a number of hidden parameters in Oracle to get things working acceptable. In the worst case set "compatible" to 8i and that's about it.

Pierre
15th September 2005, 10:51
I am using Oracle 9.2.0.5, performance is good for me.

I installed release 9.2.0.5 on top of 9.2.0.2 without noticing any difference in performance.

Why do you go to 9.2.04 ? I think the latest release for version 9 is 9.2.0.7

The big performance degradation comes when you move from oracle 7 to higher, because than the memory usage of each process is doubled + oracle started to play a lot with the optimizer while BaaN is not designed for that.

Rgds,

inalfa01
21st September 2005, 15:23
I know that there is a problem with Oracle 9.2.0.6 and BaaN IV, so that is why I want to go to 9.2.0.4 and not higher...

Pichlmair
21st September 2005, 16:27
Hi!
We have Oracle 9.2.6 with BaanIV on HP-UX.
Performance is ok.
After migration from 7 to 9 we had performance-troubles which were solved with the init-parameter optimizer_features_enable.

Info from BaanSupport:
Since the baan oracle databasedriver is still compiled with oracle 8 libraries we found that execution plans are created better if optimizer_features_enable is set to 8.1.7 instead of 9.2.0.

regards, Thomas

Dikkie Dik
6th October 2005, 14:30
I know that there is a problem with Oracle 9.2.0.6 and BaaN IV, so that is why I want to go to 9.2.0.4 and not higher...

What is the problem you heard of in 6?

Sounds like I don't want the latest bugs, but only bugs that are already solved. Maybe the bug you know from 6 was already in 4....

From what I have seen was 9.2.0.4 not so stable (1, 2, and 3 neither). The 5, 6 and 7 are better.

Best luck,
Dick

nelsonR
6th October 2005, 16:07
I agree. I got hit with a major bug in 9.2.0.4 that corrupted my Oracle OCFS File System. Things got real ugly! I needed Oracle to come in and get things straightened out.

Durring that time we upgrade to 9.2.0.6 and have not had any serious issues since.

Roy



What is the problem you heard of in 6?

Sounds like I don't want the latest bugs, but only bugs that are already solved. Maybe the bug you know from 6 was already in 4....

From what I have seen was 9.2.0.4 not so stable (1, 2, and 3 neither). The 5, 6 and 7 are better.

Best luck,
Dick

bferro
17th October 2005, 19:22
We migrated from Oracle 8 to 9i for Baan C4 on a Unix 11.11 system. We had some big performance problems with a few sessions. One was with tibom1510m000 which sometimes would take 6-8 seconds. Doesn't sound like much but when a user has to do hundreds of them, then they complain. Also, another problem was with copying router text to a ascii file and then pasting it to a new operation. The problem seems to happen when you had to scroll mutiple pages of routing text. This would take over 45 seconds. I added the following line to the db_resource file and the first problem takes no more than a second and the second problem takes about 3 seconds.

# Oracle 9 performance improvement per Baan Solution 202168
ansi_outer_join:1

Markus Schmitz
18th October 2005, 12:24
We also had performance trouble with session "timrp1575m000" and the ansi_outer_join setting solved the issue!!!

Markus Schmitz
24th October 2005, 09:00
We also had performance trouble with session "timrp1575m000" and the ansi_outer_join setting solved the issue!!!

Unfortunately we had to reset the variable again after some days, because printing order acknowledgements with certain range conditions became so slow, it was not bearable for the users.

So we all learn: There are no miracle to be expected!

Regards

Markus