Hi
I'm using PLSQL ver13 in Oracle 12c and editing is very slow (auto completing in sql/command windows too).
I found that program periodically executes the query:
select text from sys.all_source where
owner =
wner
and name = :name
and type = :type
and origin_con_id in (1,sys_context('userenv','con_id'))
order by line
is there a way to speed up the operation ?
I'm using PLSQL ver13 in Oracle 12c and editing is very slow (auto completing in sql/command windows too).
I found that program periodically executes the query:
select text from sys.all_source where
owner =

and name = :name
and type = :type
and origin_con_id in (1,sys_context('userenv','con_id'))
order by line
is there a way to speed up the operation ?
Last edited: