I came to Toad for Oracle after many years using Oracle SQL developer. There is still one thing I use it for and that is its code search. Where object search in Toad returns the package/procedure the search value is found in, the SQL Developer search returns the text of the line, the line and col for each instance of the search term and I can click on the line I want and it will take me to the source code.
This is what a chunk of a search looks like
- Prog_matrix_utl in PROG_MATRIX_UTL Body at line 103, col 70
-
07.21.2025 munser add p_rr_type_select, p_courses_select and p_docs_select in PROG_MATRIX_UTL Body at line 871, col 44
-
p_docs_select in varchar2, in PROG_MATRIX_UTL Body at line 876, col 70
-
p_docs_select => p_docs_select, in PROG_MATRIX_UTL Body at line 904, col 16
-
or p_docs_select is not null then in PROG_MATRIX_UTL Body at line 906, col 20
-