Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ORA-01460: unimplemented or unreasonable conversion requested

ORA-01460: unimplemented or unreasonable conversion requested

From: vsabu <vsabuthahir_at_gmail.com>
Date: 3 Mar 2006 07:34:09 -0800
Message-ID: <1141400049.527211.52720@j33g2000cwa.googlegroups.com>


Hi All,

We are currently getting the following error

ORA-01460: unimplemented or unreasonable conversion requested

When we try to insert a double-byte character from our ASP.Net application through ODP.Net version 9.

We have our server setting for UTF 8 encoding.

This works when we insert diretly through a query or executing the stored proc with the same value using the backend.

But the above error is trigerred when we try to do the insert through the ODP Parameter. The Datatype we tried include NVarchar2 and Varchar2.

Note:
We have made this work by passing datatype as NClob.

Like to more information about this error and how to solve it?

Regards,
Syed. Received on Fri Mar 03 2006 - 09:34:09 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US