I'm trying to reverse engineer a DB2 schema. I'm using SQL Developer 18.2.0.183 with the bundled JDK on Windows 7, and the latest JDBC drivers from IBM. I am able to connect to the database and query. I can work through the File -> Data Modeler -> Import -> Data Dictionary and see all the schemas, and the tables & views I want. When I import them, I get no errors or warnings. The views are brought, as well as some physical model stuff. The tables don't seem to be importing. If I try to import again, the compare model pops up wit no tables in the existing model, and no new tables to be imported.
Any thoughts on what could be preventing me from importing DB2 tables?