Hello,
I use a table with a blob. When I insert something in this blob I get an opened cursor named
which is visible with the query
I found an explanation about what it means at
but no explanation if it is normal or what should I do in case it's a problem.
Anyone have already heard about this ?
Thanx
Philippe
I use a table with a blob. When I insert something in this blob I get an opened cursor named
Code:
table_e_400_6eec_5_0_0
Code:
select user_name, count(1) as count, sql_text
from sys.v_$open_cursor
group by user_name, sql_text
order by count;
but no explanation if it is normal or what should I do in case it's a problem.
Anyone have already heard about this ?
Thanx
Philippe