DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: PROBLEMS WITH LONGs, CLOBs, and BLOBs

  1. #1
    Join Date
    Feb 2001
    Posts
    1
    Greetings...

    I'm using JDBC on Windows NT and I'm getting the following Oracle error...

    ORA-01461: can bind a LONG value only for insert into a LONG column

    ...when I try to insert more than say 4000 bytes into either a LONG, CLOB, or BLOB column.

    Any ideas what I need to do to resolve this?

    Thanks in advance!

  2. #2
    Join Date
    Jul 2000
    Location
    india
    Posts
    213
    hi
    pls see this.hope u will understand.

    ORA-01461: can bind a LONG value only for insert into a LONG column
    Cause: An attempt was made to insert a value from a LONG datatype into another datatype. This is not allowed.

    Action: Do not try to insert LONG datatypes into other types of columns.

    best luck
    pras

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width