I did

select * from emp;

then I got the results back, now it suppose that if if I query v$open_cursor I must not see anything right? But I am seeing

select * from emp

in v$open_cursor

it´s not closed?