Forum OpenACS Development: Re: Any info out there on moving old ACS sites to newer Oracle?

I didn't find any performance problems in the core. There was a problem that causes 9i to quit, but in the forums somewhere. I think it's a view that joins against null in some weird way. That would be in a 4.2 upgrade.

I had about 5 problem queries out of thousands, but until I fixed them the site was almost unusable with more than a few people. I didn't really find any pattern either. One was something like

select stuff from table
union
select stuff from dual
The dual apparently confused it. I did notice there is a dual optimizer in 10g
Barry,

Moving to 9i wasn't difficult? Isn't it that all the references to "new" when creating packages and so on, need to be changed? Or it's almost an out-of-the-box migration ... ? I am curious ... :)

I also have a OACS 5.1 running on 10g on a clone of RHEL 3.0 ... I noticed that the web interfaces for the DB administration is taking almost 800MB of RAM !!! I can shut it down and then my server, which only has 1GB RAM becomes quite usable again ... I am not sure if that is actually something I should not do, because it might be stopping all the new features of 10g (like self diagnosis and almost self tuning thingies)

Cheers

/B