Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC java.sql.SQLException: ORA-01003: no statement parsed

18786Oct 25 2004 — edited Jul 23 2005
Hello

After deploying my application on Oracle IAS10g and examine the log files, i find theORA-01003 error repeatedly shown. It seems it is generated when any attempt to make user of JDBC is made, it does not seem to affect the result on the application page. I am afraid that something is wrong!


04/10/23 06:52:03 [366] Connected to Oracle JBO Server - Version: 9.0.5.15.88
04/10/23 06:52:03 [367] Loading from /model/model.xml file
04/10/23 06:52:03 [368] Loading from individual XML files
04/10/23 06:52:03 [369] Loading the Containees for the Package 'model.model'.
04/10/23 06:52:03 [370] Loading from /model/AppModule.xml file
04/10/23 06:52:03 [371] Loading from /model/CsmsCaseView.xml file
04/10/23 06:52:03 [372] Loading from /model/CsmsCase.xml file
04/10/23 06:52:04 [373] mPCollUsePMgr is false
04/10/23 06:52:04 [374] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
04/10/23 06:52:04 [375] ViewObjectImpl.mDefaultMaxActiveNodes is 30
04/10/23 06:52:04 [376] Created root application module: 'model.AppModule'
04/10/23 06:52:04 [377] Locale is: 'en'
04/10/23 06:52:04 [378] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
SQLException: SQLState(72000) vendor code(1003)
java.sql.SQLException: ORA-01003: no statement parsed

at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:242)
at oracle.jdbc.ttc7.v8Odscrarr.receive(v8Odscrarr.java:192)
at oracle.jdbc.ttc7.TTC7Protocol.describe(TTC7Protocol.java:618)
at oracle.jdbc.dbaccess.pingDatabaseThread.run(DBAccess.java:1462)
04/10/23 06:52:04 [379] Successfully logged in
04/10/23 06:52:04 [380] JDBCDriverVersion: 9.0.1.5.0
04/10/23 06:52:04 [381] DatabaseProductName: Oracle
04/10/23 06:52:04 [382] DatabaseProductVersion: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production With the Partitioning, OLAP and Data Mining options
SQLException: SQLState(72000) vendor code(1003)
java.sql.SQLException: ORA-01003: no statement parsed

thanks

ammar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2005
Added on Oct 25 2004
6 comments
11,684 views