My Oracle Support Banner

ODI Mapping Error with Netezza "Numeric overflow. Value does not fit in a numeric(1,0)" (Doc ID 2659766.1)

Last updated on AUGUST 28, 2023

Applies to:

Oracle Data Integrator - Version 12.2.1.4.0 and later
Oracle Data Integrator on Marketplace - Version 12.2.1.4.200123 and later
Information in this document applies to any platform.

Symptoms

When executing an Oracle Data Integrator (ODI) mapping using LKM SQL to SQL to load data from Oracle into Netezza, the staging table is created successfully, however the ODI execution throws the following error when attempting to insert data into that staging table:

ODI-1228: Task Load data-LKM SQL to SQL- fails on the target connection <CONNECTION>.
Caused By: org.netezza.error.NzSQLException: ERROR: Numeric overflow. Value does not fit in a numeric(1,0)
  at org.netezza.internal.QueryExecutor.getNextResult(QueryExecutor.java:279)
  at org.netezza.internal.QueryExecutor.execute(QueryExecutor.java:73)
  at org.netezza.sql.NzConnection.execute(NzConnection.java:2749)
  at org.netezza.sql.NzStatement._execute(NzStatement.java:849)
  at org.netezza.sql.NzStatement.execute(NzStatement.java:306)
  at org.netezza.sql.NzPreparedStatament.executeBatch(NzPreparedStatament.java:1022)
  at oracle.odi.runtime.agent.execution.sql.BatchSQLCommand.executeBatch(BatchSQLCommand.java:110)
  ...

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!


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