This might be duplicate Title. I am using SQL Developer 4.1.3. I am trying this LINK to migrate a database but I am having a trouble in Migrating steps. It says ORA-00942: Table or View does not exist.
1 Answers
0
votes
Two Things I notice from you description:
That link you posted in your question is for SQL Developer Version 3.0 you have a much higher version
From that error it appears that you are missing the Oracle Tables maybe you need to tell it to create tables in one of the screens/options somewhere. Cant tell without seeing what you are doing.