Request: Hyper link to object from query result

fukmichal

Member
Hyper link to object in combination with plscope would be a great feature.

1) from query result
SELECT TYPE, object_name, object_type, ':url//' || object_type || ':' || object_name || ':' || line dynamic_hyper_link
FROM all_statements
WHERE sql_id = 'dhssnjdwd3d7d'

when you click on row with dynamic_hyper_link it open you the object in current place

2) with object browser
for example(but in sql developer):https://www.thatjeffsmith.com/archive/2016/06/plscope-support/

Michał
 
Back
Top