Imported connections from SQL Developer throws Error when editing connection
Description
Getting this error when trying to go into "Edit Connection" on an existing Oracle database connection that was imported from SQL Developer.
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
- Create a Oracle connection in SQL Developer using the "Custom JDBC URL".
- Attempt to import into DBeaver
- Attempt to edit the connection in DBeaver
Additional context
No response