Presently I am working on Oracle version of 7.3 . When i used the prepared statement in the java file I was using the ? and setString() syntax in the prepare statement. it was working fine.But now I have changed to Oracle 8.0
its giving me the error  ORA-03115 Network Datatype or repersentation error.
 
When I removed the ? mark from the PreparedStatement and hardcode a particular value its working fine.
 
Is there a problem in the Oracle Driver or I have to change the code of Java Files
 
Please help me urgently
Nimesh
 

Reply via email to