Migration from MSSQL SERVER 2000 to ORACLE 10G [message #219577] |
Thu, 15 February 2007 00:54 |
rajan.csp
Messages: 4 Registered: February 2007 Location: india
|
Junior Member |
|
|
Hai,
Currently im working on migration process..... like Migration from mssql server 2000 to oracle 10g......
Im using oracle migration workbench tool..... but im facing some problem on this...I downloaded workbench tool and i downloaded sqlserver plugin also..... i try to install oracle workbench im getting error message........
" Plugins not installed "
can u guide me how to do that.....
Any one know the issues....... ple reply ASAP......
Regards
palani
|
|
|
|
|
Re: Migration from MSSQL SERVER 2000 to ORACLE 10G [message #220290 is a reply to message #220255] |
Tue, 20 February 2007 01:33 |
tahpush
Messages: 961 Registered: August 2006 Location: Stockholm/Sweden
|
Senior Member |
|
|
Well
I think you always get that "warning" since
the Microsoft SQL Server DATETIME data type ,which DOES supports milliseconds is mapped against the DATE data type in Oracle which DOES NOT support milliseconds.
If you NEED the millisecond data, Check that in the "mapping" process that the datetime column i Microsoft SQL Server is mapped against a timestamp column i Oracle.
(But I think that if you are on Oracle 9i or later the migration workbench should do the correct mapping)
Again Verify That You Need The Precision Of Milliseconds
Good Luck
[Updated on: Tue, 20 February 2007 01:34] Report message to a moderator
|
|
|