Oracle SQL Developer 3.1 Migration Third Party Databases Issues
-ASK-Mar 6 2012 — edited Mar 8 2012Hi,
i had following issues with migrating from db2 v8 to oracle 11.2.
Online:
Due to missing privileges and roles for user db user migrations some steps have failed (CREATE USER -> ORA-01031 ...).
After correcting this like described in "Creating a Database User for the Migration Repository" in sqldev online help this has worked.
The problems are:
a) on the overview page at the end of the migration assistent all steps (CAPTURE, CONVERT, GENERATE, DATAMOVE) are shown as complete, even if nothing has done
b) on page 6/9 into migration assistant all changes for datatype convertion are ignored, for example CHAR to VARCHAR2
c) generated files are not visible, even if you mark refresh on file view
d) after restarting sqldev, generarted files are visible in file view, but when you add generated files to svn error message "svn: File: xxx has inconsitent newlines" is shown
e) after sucessful migration on opened migration project pane "data quality" sourcenumrows are NULL, even if they always NOT NULL and count(*) on any table on both sites are equal
Offline:
Generated skripts contains errors:
./startDump.sh: line 157: syntax error near unexpected token `done'
'/startDump.sh: line 157: `done < "schemas.dat"
Can anybody help?
Thanks in advance
André