ORA-14450 After Upgrading Database from 10g to 11g
(Doc ID 1996516.1)
Last updated on AUGUST 30, 2023
Applies to:
JDBC - Version 11.2.0.3.0 and laterOracle WebLogic Server - Version 10.3.6 and later
Information in this document applies to any platform.
Symptoms
Application that accesses a temporary table in an Oracle database from a Weblogic 10.3 JVM using JDBC and XA.
This application has only a single branch of the transaction on the database.
The application logic is to insert data into two temporary tables by direct JDBC calls and then to call a stored procedure to update permanent tables with the data in the temporary tables.
The error is occurring on the first statement of the transaction, before the stored procedure is called.
The issue arises as soon as the application starts.
The application has been working without issue on Oracle database 10g.
While currently testing using new infrastructure that involves Oracle database 11.2.0.3, ORA-14450 errors are received frequently.
ORA-14450: attempt to access a transactional temp table already in use
Changes
Upgrade of Oracle database from 10g to 11g.
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 |
Changes |
Cause |
Solution |
References |