Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle -2002 error

Status
Not open for further replies.

maltu

Programmer
Oct 31, 2002
13
0
0
US
Inserting data into NCHAR fields in a oracle tables, generating this error

<19411-108>: INSERT INTO F58423Z1 VALUES :)a00, :a01, :a02, :a03, :a04, :a05, :a06, :a07, :a08, :a09, :a10, :a11, :a12, :a13, :a14, :a15, :a16, :a17, :a18, :a19, :a20, :a21, :a22, :a23, :a24, :a25, :a26, :a27, :a28, :a29)
<19411-108>: Buffer not wide enough for data - expanding it
<19411-108>: Not enough data in buffer.
<19411-108>: Failed after 0 rows inserted.
<19411-108>: Database load complete.
<19411-108>: Transaction rollback was successful.
<19411-108>: Returned status: (-2002) Insufficient data passed to output card
<19411-108>: Cleaning up and closing the transaction...
<19411-108>: The transaction was successfully committed.
<19411-108>: Returned status: (0) Success
<19411-108>: Disconnecting...
<19411-108>: Database disconnect succeeded.
<19411-108>: Returned status: (0) Success
 
Thanks eyetry, we realised the problem was with a BLOB field, we went around it and the problem was resolved...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top