Re: Database Migration


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 194.154.214.69] 'Tom Namla' on August 22, 2001 at 08:34:12 EST:

In Reply to: Database Migration posted by [IP Address: 194.154.214.69] 'Alex Leal' on August 17, 2001 at 10:49:52 EST:

Hi Alex,
The application schemas are the same. All you got to worry about is the SQL is different. T-SQL and PL/SQL are different especialy the way they handle dates. So all your queries and SQLexecs and SQR would have to be changed.
eg
from
getdate()
to
sysdate


Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]