Issues with CLOB datatype in Orcle 10g [message #182208] |
Thu, 13 July 2006 11:44 |
OracleDeveloper
Messages: 5 Registered: July 2006
|
Junior Member |
|
|
Hi All,
We have our product which is running perfectly fine on Oralce 9i. We are trying to upgrade the product to 10g. Once the database is upgraded and after the data is imported, we are facing few issues with CLOB data type values. We are using SQLGetData function to fetch data from these CLOB datatypes. The data is getting truncated when retriving. Oracle says, it is an issue with ODBC driver which was released with 10g Relase 1. I tried to upgrade the ODBC driver. This requires a newer version of Universal installer. I couldn't find it anywhere. I tried to upgrade it Oracle 10g Release 2. Still I am facing the same issue. The data stored in CLOB datatype is xml data. So after retriving the truncated data, XML parser is not able to parse the data.
Has anyone faced anything like this. your inputs will be greatly appreciated.
Thanks in advance.
|
|
|
|
Re: Issues with CLOB datatype in Orcle 10g [message #182500 is a reply to message #182208] |
Sat, 15 July 2006 13:19 |
OracleDeveloper
Messages: 5 Registered: July 2006
|
Junior Member |
|
|
I think it does. The reason why I am saying this is, it works fine after importing in SQL plus and when using ADO in VB. When you retrieve the values in SQL plus it gives you the correct result. Similarly, when you are using ADO in VB to fetch the data, the result is correct. So I guess the problem might be with SQL native interface methods(SQLGetData) or ODBC driver.
I just tried by updating Oracle 10g Release 1 with latest patch available. But still I am facing the same issue.
Let me know your views,
Thanks.
|
|
|
|
|
|
|