I have a view and every time I run a select against it from a sql window the session performs a ddl lock on every table referenced in the view. once the select starts it has to finish bringing back 100% of the result set or else the OS Pid has to be killed... killing the session from the db does not work. I've tested running the same select statement from sql*plus and it did not perform any of the locks that pl/sql developer performs.
Also it appears that editing or viewing the view (right click and edit/view) also locks all tables referenced... this means that I cannot have 2 different session access the same view from pl/sql and again this is not the reaction I get from sql*plus. jcanada@brierley.com
Also it appears that editing or viewing the view (right click and edit/view) also locks all tables referenced... this means that I cannot have 2 different session access the same view from pl/sql and again this is not the reaction I get from sql*plus. jcanada@brierley.com