Hello,
I would like to do a migration between Reader ( Oracle - No Spatial ) to Writer ( SQL Server ).
The question is: Its possible to migrate all from Oracle ( primary keys, foreign keys, indexes , views ) to SQL Server?
Thanks,
Danilo
Hello,
I would like to do a migration between Reader ( Oracle - No Spatial ) to Writer ( SQL Server ).
The question is: Its possible to migrate all from Oracle ( primary keys, foreign keys, indexes , views ) to SQL Server?
Thanks,
Danilo
Best answer by erik_jan
Hi @danilo_inovacao
Yes, I believe that is possible. But certainly not easy.
The data and tables will be straight forward using a reader and writer.
Information about the other objects can be read from Oracle (e.g. from data dictionary tables like all_constraints, all_indexes etc.).
The next step would be to create SQL statements from that information to be executed by FME or by the SQL Server client.
The default SQL Server writer is not likely to support all these objects.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.