我一直在尝试使用Oracle SQL Developer连接到Apache Derby/JavaDB嵌入式数据库,但没有取得多大成功。
我尝试使用以下 JDBC URL 创建新连接:
jdbc:derby:/path/to/file/database.derby;create=true
这导致了一个错误:
Status : Failure -Test failed: Invalid connection info specified. Verify the URL format for the specified driver.
以前我derby.jar
通过Tools > Preferences > Database > Third Party JDBC Drivers添加。
鉴于 JavaDB 现在是受支持的 Oracle 产品,我不明白为什么不能更好地与其开发工具集成。
任何指导将不胜感激。提前致谢。