As far as VAST goes, there really weren't any problems. The connection
to both Oracle and DB2 are native, so you should only have to change the
connection itself, not your code. Our biggest issues were the SQL
differences and the different datatype options between the two DBs.
Good luck,
Dan
----------------------
Dan Antion
American Nuclear Insurers
TUCKERH wrote:
> Can anyone give me a heads up on the complications when converting a VA
> applications datebase source from DB2 to Oracle
As Dan mentioned, our issues when migrating our VA Apps from DB2 to Oracle
were mostly dealing with different sql regarding Date/Time/Timestamp fields
and the handling of empty strings (IIRC, Oracle treats empty strings as null
values, so you cannot insert an empty string into a NOT NULL field).
HTH
Michael
For us it was quite complex to migrate from DB2 to another db-engine (not
Oracle), and to support both db engines further. We had enough stored
procedures written on C (it was early DB2 v.6.0).
Ivaylo
G.S. Link wrote:
Again, we were going from Oracle to DB2, but stored procedures and
triggers didn't give us much grief, although we didn't use many.
Can you explain what you mean by user implemented backup strategy?
Dan