File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import oracle.soda.rdbms.OracleRDBMSClient;
2626
2727import oracle.soda.OracleDatabase ;
2828import oracle.soda.OracleCursor ;
29- import oracle.soda.OracleCollection ;
3029import oracle.soda.OracleDocument ;
3130import oracle.soda.OracleException ;
3231
@@ -48,11 +47,11 @@ public class testSODA {
4847 props. setProperty(" user" , " schemaName" );
4948 props. setProperty(" password" , " password" );
5049
51- OracleConnection conn = null ;
50+ Connection conn = null ;
5251
5352 try {
5453 // Get a JDBC connection to an Oracle instance
55- conn = ( OracleConnection ) DriverManager . getConnection(url, props);
54+ conn = DriverManager . getConnection(url, props);
5655
5756 // Enable JDBC implicit statement caching
5857 conn. setImplicitCachingEnabled(true );
You can’t perform that action at this time.
0 commit comments