Hi!
When executing a query in a dataset that creates temporary LOBs for each column in the result set, the temporary LOBs are not freed until the session terminates. I am using DOA 3.4.6.4 and Oracle 9.2.0.4.0.
An example:
select substr(clob_column, 1, 5) from test_table
where clob_column is of type CLOB, will create one temporary LOB for each row returned. It is possible to monitor this by selecting from v$temporary_lobs.
I have also tried to execute the same query in PL/SQL Developer, version 5.1.6, and the LOBs are still not freed. Does this mean that this problem still exist in DOA 4?
I think I have read some place in the Oracle documentation that it is the clients responsibility to free these temporary LOBs. Does this mean that there is a bug in DOA, or have I just missed something?
Regards
Lars J
When executing a query in a dataset that creates temporary LOBs for each column in the result set, the temporary LOBs are not freed until the session terminates. I am using DOA 3.4.6.4 and Oracle 9.2.0.4.0.
An example:
select substr(clob_column, 1, 5) from test_table
where clob_column is of type CLOB, will create one temporary LOB for each row returned. It is possible to monitor this by selecting from v$temporary_lobs.
I have also tried to execute the same query in PL/SQL Developer, version 5.1.6, and the LOBs are still not freed. Does this mean that this problem still exist in DOA 4?
I think I have read some place in the Oracle documentation that it is the clients responsibility to free these temporary LOBs. Does this mean that there is a bug in DOA, or have I just missed something?
Regards
Lars J