We have an application (well, 3) that uses Oracle 9i, however it is ending soon, and we need to switch to another platform - Oracle 11 or Postgress, which are obvious.
I heard comments that the transfer from 9i to 11 is not direct, but no one here can confirm, anyway. I'm not too worried that “oh, the query plan engine has changed,” I'm more interested in “this feature no longer exists.”
None of the applications are complex - this is either the main bastard material on the SQL client side (and a large search routine on several tables, but we are going to rewrite that using Lucene anyway), or in PL / SQL.
Postgress has just appeared as a simpler and cheaper target for the port, but the cost of the license is offset by the training costs for our database administrators.
Any comments on the experience are appreciated.
source
share