We are migrating a MySQL database to an Oracle 12c database using SQL Developer 4.0.3.16.
After creating a repository we had an error (unable to create repository because it still exists, delete it first.). There was no repository so we just tried again and it worked, repository was created.
Now we are connected to our source database (MySQL), our target database (Oracle) (see picture) and we have another connection with our migrating user (migrepo) to our target database.
Now we are having the following error over and over again..:
(English: ORA-01400: Can't insert NULL into ("MIGREPO"."MD_PROJECTS"."ID"))
Can anyone help us?