Hello all,

 

I found that CLOB column couldn��t be retrieved in CMP of Orion, i.e. null value is always returned despite a value is stored in the column of the table.

I��m using Oracle 8.1.7 and Orion 1.4.0.

 

To check the problem, you can follow below steps

 

1.       let��s assume that the following table exists in the database and corresponding CMP exists

test table

id number

name varchar2(255)

description clob

2.       insert data into Oracle database with SQL*Plus.

3.       startup Orion server

4.       check whether or not CLOB data show up in the application

(I could see the value of the name column, but there was no the value of the description)

 

Any comment appreciated.

 

Reply via email to