CLOB field in v$sql

Buzz_ss

Member²
Hi.

I run
SQL:
select * from v$sql
and.... field "SQL_FULLTEXT" show me .

I try to use
Version 14.0.0.1951 Beta (32 bit)

This error does not occur in Version 13.0.5.1908 (64 bit)

Thanks
 
We'll fix it.

As a temporary workaround, go to Preferences > SQL Window and disable the "Fetch CLOBs and BLOBs on demand" option.
 
We could reproduce and fix this for the v$sql.fulltext case. Perhaps you can retry with beta 2? It will be available this week.
 
Hi

In beta2 we still see for the xmltype fiels.
Ex:
select patch_descriptor from dba_registry_sqlpatch;
 
Last edited:
Back
Top