Due to an issue with the JTOpen JDBC driver it fails to show tables if the parent schema name contains an underscore (_).


Do as follows to workaround this problem:

  1. Open DBVIS-HOME\resources\dbvis-custom.prefs (DbVisualizer.app/Contents/java/app/resources/dbvis-custom.prefs on macOS) in a text editor.
  2. Add the following row last in the file:
    dbvis.db2-iseries.ProcessSearchStringEscape=false
Do also make sure the Database Type for the DB2 iSeries connection in DbVisualizer is set to Auto Detect.