Home » Developer & Programmer » JDeveloper, Java & XML » Oracle specific types
Oracle specific types [message #92534] Sun, 05 September 2004 21:56
Rakesh Pande
Messages: 1
Registered: September 2004
Junior Member
Hi,

I need to write one generlized java class which would used to call stored procedure from any database by using any driver(Driver from Database vendor Or any third party vendor). Driver is available only at run time.That means we can not use driver specific code in the java class. But problem with Oracle is that we need to used oracle specific data types which is supported by the driver provided by oracle.  That means the datatypes like OacleTypes.CURSOR which is not supported by JDBC itself (According to my knowladge).

So is there any solution to write such generalized java class??

Is it possible to accomplish this task just by using JDBC API(No driver specific statement in the code)??
Previous Topic: generate XML doc using DBMS_XMLGEN and write it to a file system
Next Topic: how can i pass the boolean data type as input parameter from java to oracle
Goto Forum:
  


Current Time: Thu Apr 25 10:35:29 CDT 2024