Guest_imported
New member
- Jan 1, 1970
- 0
I need to convert a database from SQL Server 7.o to Oracle. The (only?) way I think on doing it is to generate a SQL script from sql server, and them manually edit it to suite Oracle's datatypes and then use it to create the DB on Oracle.
My questions are:
-Is there any way on doing this automatically, maybe some application will do this?
-If this is the only way, where can I get a list o correspondences between SQL Server and Oracle's datatypes?
(I mean for example which is the SQLServer's smalldatetime datatype in Oracle)
tia
My questions are:
-Is there any way on doing this automatically, maybe some application will do this?
-If this is the only way, where can I get a list o correspondences between SQL Server and Oracle's datatypes?
(I mean for example which is the SQLServer's smalldatetime datatype in Oracle)
tia