Joined: Fri Apr 07, 2006 3:51 am Posts: 1 Location: India
|
Hi
I am trying to connect Hibernate 3.0 to Oracle 10g in JDBC Transaction mode but getting the sql exception.
It is showing the sql query in the log file:
Hibernate: insert into EVENTS (EVENTTITLE, USERID) values (?, ?);
but no data is getting inserted.
I am using Java 5.0 and Tomcat 5.0-
On stopping the application I am getting the following Exception:--
Encountered exception java.lang.RuntimeException: java.sql.SQLException: ORA-00900: invalid SQL statement
On Undeploying I am getting the following Exception:--
FAIL - Encountered exception java.io.IOException: java.lang.RuntimeException: java.sql.SQLException: ORA-00900: invalid SQL statement
I am not getting where the problem is It's running well but I m getting the run time exception. Any idea ???
Thanks in advance......
Please do hurry if u can..
|
|