In Schema Browser | Procedures, I right-click and select 'Compile Invalid Objects'. I then get prompted
"This will compile all INVALID procedures, functions, packages and triggers in schema schema name"
Why does it compile all these when I only want to compile procedures?
Toad uses the following Oracle procedure:
DBMS_UTILITY.COMPILE_SCHEMA
The COMPILE_SCHEMA procedure in the DBMS_UTILITY package compiles all procedures, functions, packages, and triggers in the specified schema.