Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Informix to Oracle migration

Re: Informix to Oracle migration

From: Andrew Hamm <ahamm_at_mail.com>
Date: Mon, 8 Mar 2004 15:00:10 +1100
Message-ID: <c2gr5d$1rbdfn$1@ID-79573.news.uni-berlin.de>


Captain Pedantic wrote:

>

> Seriously, though, what sort of things should we be asking beyond
> these?:

FourJs works very well and hasn't let us down. I notice with mild bemusement that Querix are currently asking people to beta-test their "dynamic 4gl" additions - ie compatibility with FourJs BDL, however FourJs have moved a long way further with their Genero product that allows great improvements in the user interface.

However, the Genero does have some distinct issues to address since it does make some modest variations on the 4GL "standard" (necessary so as to provide the new nicies), so unless you have sufficient time, it's probably better to convert using FourJs BDL product, and THEN add glamour using Genero in a separate development.

If you use rowid's then you need to store them in a char(18), since they are not integral in Oracle. Further, the sqlca member that supplies the last rowid after some statements cannot be used for obvious reasons, but they have supplied the larger stringy Oracle rowid via another mechanism. Best to isolate that in a library routine. Apart from storing rowid's temporarily in variables of a different, there's very little difference. If you ever want to use MS SQL then there are absolutely no rowids; but deal with that only when you have to!

NOTE: in all good taste, nobody uses rowids in Informix anyway... Received on Sun Mar 07 2004 - 22:00:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US