stuzer05 / Oracle search source code in functions DDL
1 likes
0 forks
1 files
Last active 1 year ago
| 1 | SELECT |
| 2 | type, |
| 3 | name, |
| 4 | text |
| 5 | FROM |
| 6 | all_source |
| 7 | WHERE |
| 8 | type IN ( 'FUNCTION', 'PROCEDURE' ) |
| 9 | AND UPPER(text) like UPPER('%EI_KURS_VAL%') |
| 10 | ORDER BY type, name |
Newer
Older