neckermitt
Member
Hi,
I have a strange problem: When I choose
"Edit" on some views in browser window then PL/SQL Developer stops responding.
If I look what is happening in this session I see that the session is active, but waiting on "SQL*Net message from client" and query
"select sql_text from v$sqltext_with_newlines
where address = hextoraw
sql_address)
and hash_value = :sql_hash_value
order by piece
/* concatenate */"
returns that the session of the frozen PL/SQL developer window is performing the source select of the wiew.
This problem appears on Oracle server 10.2.0.3, version of PL/SQL Developer doesn't seem to matter - tried several versions from 6.0.x to 7.1.5, all the same.
In some other development tools (TOra, SQL Developer) it works fine and also application has no problem using this view.
Any hints, command line parameters, ... ?
Thanks in advance
Mike
I have a strange problem: When I choose
"Edit" on some views in browser window then PL/SQL Developer stops responding.
If I look what is happening in this session I see that the session is active, but waiting on "SQL*Net message from client" and query
"select sql_text from v$sqltext_with_newlines
where address = hextoraw

and hash_value = :sql_hash_value
order by piece
/* concatenate */"
returns that the session of the frozen PL/SQL developer window is performing the source select of the wiew.
This problem appears on Oracle server 10.2.0.3, version of PL/SQL Developer doesn't seem to matter - tried several versions from 6.0.x to 7.1.5, all the same.
In some other development tools (TOra, SQL Developer) it works fine and also application has no problem using this view.
Any hints, command line parameters, ... ?
Thanks in advance
Mike