Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 

 

 

ORA-01488: invalid nibble


Don Burleson

 

The ORA-01488, invalid nibble (An impossible request for decimal to binary conversion was made) message usually indicates a data conversion issue within an Oracle application, usually PL/SQL or SQL*Loader mapping to an Oracle table column.

Each byte (character) in a zoned decimal field contains two 4-bit nibbles. Each nibble must have a valid value.

Within SQL*Loader (sqlldr) you may also see "Invalid packed decimal nibble" as an equivalent error message, or these nibble errors from various sources:

  • ORA-02357: Packed Decimal conversion error

  • ORA-07409: slpdtb: invalid packed decimal nibble

  • SQL*Loader-641 invalid zoned decimal nibble

  • M0012 dllname: Translate with forward/backward mapping name, conversion error between structure element name and interface element name: Invalid nibble: nibble (half byte) (hex).

The "invalid nibble" error is usually associated with an improper conversion such as mapping an integer to a decimal data type or improper mapping of a packed decimal mapping to a FLOAT datatype.

For mapping external data, the Oracle docs note that nls_lang is a issue:

The numeric EXTERNAL datatypes are the numeric datatypes (INTEGER, FLOAT, DECIMAL, and ZONED) specified with the EXTERNAL keyword, with optional length and delimiter specifications.

Sometimes the "invalid nibble" can be caused by an incorrect NLS_LANG setting for the database, where an Oracle tables column was expecting a "," and not a decimal.

 
 
 
Get the Complete
Oracle Utility Information 

The landmark book "Advanced Oracle Utilities The Definitive Reference"  contains over 600 pages of filled with valuable information on Oracle's secret utilities. This book includes scripts and tools to hypercharge Oracle 11g performance and you can buy it for 30% off directly from the publisher.
 

 


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.