Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQLDeveloper - seeing and modifying procedure code in another schema

How can I see and modify procedure code in another schema? Right now I'm doing

select * from all_source
where name = 'MY_PROCEDURE'

But that's awful.

like image 439
Daniel Paczuski Bak Avatar asked Mar 14 '23 14:03

Daniel Paczuski Bak


1 Answers

I think, the simplest way is to show a screenshot:

enter image description here

like image 170
Dmitriy Avatar answered Mar 16 '23 14:03

Dmitriy