Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Eclipse 运行我的 java 应用程序时,我收到 java.sql.SQLException: Invalid Oracle URL specified 错误。我使用的是 Oracle 版本 10。classes12.jar 用于 oracle 驱动程序 oracle.jdbc.OracleDriver 请帮我解决这个问题
您似乎缺少一个冒号;根据 JDBC API 参考和开发人员指南,语法为:
jdbc:oracle:driver_type:[username/password]@database_specifier
所以你的应该是:
jdbc:oracle:oci8:@cssm