> If you only have a few tables to do then manually mapping the columns
> is usually easy in the absense of LOB, long, and nvarchar columns.
>
> varchar2 =A0=3D=3D> varchar
> date =A0 =A0 =A0 =A0=3D=3D> datetime
> number =A0 =A0=3D=3D> integer, float, decimal, money, etc ... depending
on=
> number value precision, scale, and value range.
>
> CLOB and Long would likely text columns.
>
> But if you know Oracle and PL/SQL =A0these are far superior products to
> SQL Server 2K or 5K and T-SQL.
>
> HTH -- Mark D Powell --
In addition to what everyone else has suggested, and regardless of how
im****tant you consider the underlying data model to be, you will also
have to recode all your packages and stored procedure.
Why you'd want to is beyond me.
HTH
-g


|