Submit Content

Sponsor



Oracle Error ora-01461: can bind a LONG value only for insert into a LONG column
Forums » Oracle
└» Oracle Error ora-01461: can bind a LONG value only for insert into a LONG column
  Facebook   digg it digg it   add to del.icio.us del.icio.us   add to furl Furl   add to blinklist Blinklist   add to StumbleUpon StumbleUpon  
please Login or Register to create a topic
5/11/2010 4:41:21 PM
retroman80s

Joined: Dec 16, 2008
Posts: 21


Oracle Error ora-01461: can bind a LONG value only for insert into a LONG column
If you are get the following Oracle error:
 

   System.Data.OracleClient.OracleException: ora-01461: can bind a LONG value only for insert into a LONG column


Here's a solution:

It could be because you are trying to insert a string that is larger than the database column size. Check the length of your values and compare it to your column field size in the database.
Report Abuse
   
pages: 1
please Login or Register to create a topic