We are having a peculiar problem where, if the view source of a view is attempted, the view source is retrieved but then PL/SQL developer attempts to query the view. Normally you wouldn't expect the view to be queried when you only want to view the source code.
Our views return a lot of data, so PL/SQL developer hangs until the session is killed or all the data is returned (~1hr).
This is with Oracle 8i and PL/SQL developer 5.1.6. It only happens with certain views which makes me think it could be the view text tripping up PL/SQL developer in some way.
Has anyone come across this problem before?
Regards,
Brendan
Our views return a lot of data, so PL/SQL developer hangs until the session is killed or all the data is returned (~1hr).
This is with Oracle 8i and PL/SQL developer 5.1.6. It only happens with certain views which makes me think it could be the view text tripping up PL/SQL developer in some way.
Has anyone come across this problem before?
Regards,
Brendan