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-01480: trailing null missing from STR bind value tips

Oracle Error Tips by Donald Burleson(S. Karam)

In Pro*C and ORA-01480 may be caused by a lack of the trailing NULL character, expressed as "\n" or "\0".

 

strcpy(var1, "abcdefghijklmnopq\n");

 

The Oracle docs note this on the ORA-01480 error:

ORA-01480: trailing null missing from STR bind value
 

Cause: A bind variable of type 5 (null-terminated string) does not contain the terminating null in its buffer.

Action: Terminate the string with a null character Oracle MOSC documentation gives a description of ORA-001480 which portrays it much like a bug with certain versions of Oracle:

 

Problem Description: Attempt to load data into a table with a name more than 30 characters will result in misleading error messages to users of SQL*Loader on the OpenVMS platform.


Simply create a control file (e.g. TEST.CTL) as follows:

LOAD DATA
Infile *
INTO TABLE Thisisaverylongtablenamewhichcannottexist
(col1)
begindata
1111


at the command line :-

SQLLOADER username/password CONTROL=TEST.CTL


Each version produces an ORA-1480 error (see Note 18882.1)

However, the resulting combination of errors varies with different versions of Oracle running on OpenVMS:-


Solution Description:

Correct the table name in the control file as it is not possible to have a table name with > 30 characters in current versions of Oracle.

Explanation:

Its likely that the user has mistyped an already long table name and the spurious characters have taken the name over 30 characters.
 


 

 

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.

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster