My Oracle Support Banner

Exception executing prepared statement: INSERT INTO {table} ({columns}) VALUES ({list of values}) { database values} java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist (Doc ID 1569375.1)

Last updated on JANUARY 06, 2023

Applies to:

Oracle WebCenter Sites - Version 7.6.0 and later
Information in this document applies to any platform.

Symptoms

Publish/asset update fails on destination with java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

The following error is seen in the futuretense.txt log on the publish destination:

[2013-07-08 14:35:32,744] [fatwire.logging.cs.db] Exception executing prepared statement: INSERT INTO {table} ({columns}) VALUES ({list of values})
{ database values}
java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at COM.FutureTense.Servlet.F.B(y:2745)
at COM.FutureTense.Servlet.F.A(y:2612)
at COM.FutureTense.Servlet.F$1.execute(y:640)
at com.fatwire.cs.core.db.NestedTransactionBlock.execute(y:2027)

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.