Community
Participate
Working Groups
Build Identifier: 20100917-0705 We have an Oracle 11 database. When I open up an SQL Scrapbook and query for a CLOB column, NULL is displayed for every row in the result set for the CLOB column. These fields are not null. When I execute the same query in Oracle's SQL Developer I see the correct values. DTP is connected with Oracle throw the Thin Driver. Reproducible: Always Steps to Reproduce: 1. Open up a new SQL-file / SQL-Scrapbook. 2. Type in a query that should display a CLOB column. 3. Execute the query. 4. The SQL Results view displays only NULL values for the CLOB column in both table and text mode.