我有以下问题:
我使用 jdbcTemplate 通过 Spring 连接数据库。
当我运行程序时,出现以下错误:
Cannot create JDBC driver of class 'oracle.jdbc.driver.OracleDriver' for connect URL 'jdbc:oracle:thin:@10.0.0.8:1521:productdb'
我的代码是:
Connection con = jdbc.getDataSource().getConnection();
ArrayDescriptor desciptor = ArrayDescriptor.createDescriptor(
"string_array", con);