zoftland
Member
Hi!
When I use the Highlighting plugin with the SELECT below then the hyperlink navigation doesn't work properly (Can't jump to the selected procedure).

select object_name
from all_procedures a
where a.owner = User
union
select procedure_name
from all_procedures a
where a.owner = User
When I use the Highlighting plugin with the SELECT below then the hyperlink navigation doesn't work properly (Can't jump to the selected procedure).

select object_name
from all_procedures a
where a.owner = User
union
select procedure_name
from all_procedures a
where a.owner = User