Skip to content

Instantly share code, notes, and snippets.

@BrunoCaimar
Created October 9, 2012 13:46
Show Gist options
  • Select an option

  • Save BrunoCaimar/3858913 to your computer and use it in GitHub Desktop.

Select an option

Save BrunoCaimar/3858913 to your computer and use it in GitHub Desktop.
ORA-01461: é possível ligar um valor LONG apenas para inserção em uma coluna LONG
ORA-01461: é possível ligar um valor LONG apenas para inserção em uma coluna LONG
Esse erro tem ligação com problema de tamanho do campo BLOB
Possível solução/workaround:
(geomParam as OracleParameter).OracleDbType = OracleDbType.Blob;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment