How to Migrate SQL Server Database to Oracle

0

I've created a diagram in sql-server , where it automatically creates the entire database structure, but I will have to migrate to Oracle.

Can I migrate the entire structure (tables, FKs, PKs, etc.) with some tool?

Obs. 1: There are no data yet in the tables.

Obs. 2: I'm using sql-server-2008 and the .     

asked by anonymous 01.04.2014 / 15:41

2 answers

2

There is Microsoft SQL Server Migration Assistant for Oracle that can help you. It makes a list of objects that can be migrated natively and possible errors. Some items like encrypted objects it does not read.

    
04.04.2014 / 20:51
0

Oracle has a migration guide with videos and textual instructions where all the steps to migration are explained:

link

    
01.04.2014 / 17:15