dbeaver icon indicating copy to clipboard operation
dbeaver copied to clipboard

Imported connections from SQL Developer throws Error when editing connection

Open wicketr opened this issue 8 months ago • 0 comments

Description

Getting this error when trying to go into "Edit Connection" on an existing Oracle database connection that was imported from SQL Developer.

Image

I imported all my connections from SQL Developer (they used JDBC Custom URL method). So it seems to be some type of issues with that. Connecting to the database seems to be working fine post-migration. But when i go into the "Edit Connection" settings, the JDBC URL it uses seems to be blanked out as if there's no database details.

My guess is with the import of the SQL Developer settings, it's leaving the OracleConstants.ConnectionType as null. But it should be the "Custom" enum.

Please resolve the import issue, as well as for data that has already been imported (Assume null = Custom??)

DBeaver Version

25.0.4

Operating System

Windows 11

Database and driver

No response

Steps to reproduce

  1. Create a Oracle connection in SQL Developer using the "Custom JDBC URL".
  2. Attempt to import into DBeaver
  3. Attempt to edit the connection in DBeaver

Additional context

No response

wicketr avatar Jun 06 '25 19:06 wicketr