Transcript

Database Migration By

Sunny U Okoro

1

Table of Contents Applications .......................................................................................................................................2

Database Systems...............................................................................................................................5

SQL Server 2014 To Oracle 11g ...........................................................................................................9

Verification................................................................................................................................... 23

Oracle 11G to SQL Server 2014 ......................................................................................................... 30

Verification................................................................................................................................... 41

SQL Server 2008R2 to MYSQL ............................................................................................................ 41

Verification................................................................................................................................... 51

DB2 to Sybase SQL Anywhere 16 ....................................................................................................... 52

Verification................................................................................................................................... 60

Postgres 9.4 to SQL Server 2012 ....................................................................................................... 63

SSIS Package ................................................................................................................................. 68

Verification................................................................................................................................... 74

SQL Server 2008 to SQL Server 2012 .................................................................................................. 76

Verification................................................................................................................................... 78

Part2 ............................................................................................................................................ 81

2

Applications

Oracle SQL Developer

SQL Server Migration Assistance for Oracle

IBM Data Studio

3

Sybase Central

MySQL Workbench

4

Microsoft BIDS/SSIS

5

PostgreSQL

Database Systems

Oracle 11g

SQL Server 2014

6

SQL Server 2008R2

SQL Anywhere 16

MySQL

7

8

9

SQL Server 2014 To Oracle 11g

10

11

12

13

14

This should point to system user

This should point to system user

15

I had to drop the entire schema and used a different schema with different tablespace because of an

error with the data migration process.

16

17

18

19

20

21

22

23

Verification

24

25

26

27

28

29

30

Oracle 11G to SQL Server 2014

31

32

33

34

35

Loading Oracle Student and Book Sample Database

36

37

38

39

40

41

Verification

SQL Server 2008R2 to MYSQL

42

43

44

45

46

47

48

49

50

51

Verification

52

DB2 to Sybase SQL Anywhere 16

53

54

55

56

57

58

59

60

Verification

61

62

Foreign Key constraints were not selected during the migration process to speed up the data retrieval.

63

Postgres 9.4 to SQL Server 2012

64

65

66

67

68

SSIS Package

69

70

71

72

73

74

Verification

75

76

SQL Server 2008 to SQL Server 2012

77

78

Verification

79

80

81

Part2

82

83

top related