If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Ora-01460

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-09-03, 05:34
vehnetltd vehnetltd is offline
Registered User
 
Join Date: Jan 2003
Posts: 2
Ora-01460

We have a column that is a "long" and when we try to insert more that 32KB into it the we get error ORA-01460 Unimplemented or Unreasonable conversion requested.

Any idea's
Reply With Quote
  #2 (permalink)  
Old 01-09-03, 06:06
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: Ora-01460

Quote:
Originally posted by vehnetltd
We have a column that is a "long" and when we try to insert more that 32KB into it the we get error ORA-01460 Unimplemented or Unreasonable conversion requested.

Any idea's
You can't insert more than 32KB into a LONG column without using Pro*C, ODBC or OCI. I haven't done that, though.
LONGs are obsolete, really - new databases should use LOBs.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 01-09-03, 06:49
vehnetltd vehnetltd is offline
Registered User
 
Join Date: Jan 2003
Posts: 2
Thank Tony for the quick reply!

On other thing is..

We have changed the long to a BLOB and when we try to use .NET and the .Net Oracle provider an error is thrown.

I belive it is because we are doing something wrong. Do you have any ideas on how to use .NET with the .Net Oracle provider to insert more than 32KB into a column??

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On