The Artima Developer Community
Sponsored Link

Java Answers Forum
ORA-1461

3 replies on 1 page. Most recent reply: Aug 8, 2002 3:11 PM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Hanna

Posts: 1
Nickname: annarachel
Registered: Aug, 2002

ORA-1461 Posted: Aug 7, 2002 9:12 AM
Reply to this message Reply
Advertisement
Hi,
I am trying to insert a BLOB into oracle database.I get the following error.
ORA-4161:can bind a LONG value only for insert into a LONG column.I would appreciate if anyone you help me with a solution.
Thanks,
Anna


Don Hill

Posts: 70
Nickname: ssswdon
Registered: Jul, 2002

Re: ORA-1461 Posted: Aug 7, 2002 2:06 PM
Reply to this message Reply
How about the code that is doing the insert, this may get more responses.

Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: ORA-1461 Posted: Aug 8, 2002 11:01 AM
Reply to this message Reply
Yes please give us the code to understand the porblem better

Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: ORA-1461 Posted: Aug 8, 2002 3:11 PM
Reply to this message Reply
You may also check that the "BLOBs" insertion on Oracle 8i needed the OCI-driver :-D

Thomas,

Flat View: This topic has 3 replies on 1 page
Topic: Problem with redirect from JSP to servlet Previous Topic   Next Topic Topic: java objects passed by referance

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use