do i need to use any other driver other than the JdbcOdbc Driver. If, yes can u specify any.
do use
jdbc thin driver of oracle,
I haven't use odbc driver that much , Oracle claims that its JDBC ODBC driver are 3% slower than native thin driver.
to use thin driver you need to put classes12.zip in you class path,you can find same in you installed oracle folder.
and below is the code for connection
thanks