ODI Mapping Fails at LKM "Drop Work Table" Step With Error "There is already an object named C$_0TABLENAME"
(Doc ID 2338943.1)
Last updated on JUNE 16, 2022
Applies to:
Oracle Data Integrator - Version 11.1.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
An Oracle Date Integrator (ODI) mapping is executed on an agent and fails with an error on the 'Create Work Table' step.
WARNING SQLCommand execution failure: [FMWGEN][SQLServer JDBC Driver][SQLServer]There is already an object named 'C$_0<TABLENAME>' in the database.
Failed query text:
create table <SchemaName>.<OwnerName>.C$_0<TABLENAME>
(
...table columns...
)
Note the portions of the error above encased in and including <> are placeholder values which will be different than what is seen in the actual error which will reflect the actual values used in the environment.
It is expected that it would be able to create the table and continue with the mapping execution.
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 |