Hi Hareesh,
I checked the jdbc version and it states below version:
conn.getMetaData().getDatabaseProductName() = Oracle
conn.getMetaData().getDatabaseProductVersion() = Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, Data Mining and Real Application Testing options
conn.getMetaData().getDriverName() = Oracle JDBC driver
conn.getMetaData().getDriverVersion() = 10.2.0.5.0
conn.getMetaData().getJDBCMajorVersion() = 10
conn.getMetaData().getJDBCMinorVersion() = 2
So I think that is a recent version, in the above blog it was mentioning about a version 9.
Any other suggestion which could be causing this error ?
Regards
RJ