User has PLSQL code that compiles with errors. When compiling in older Toad versions or in SQL Plus, they get the error message but their entire code still appears in the Schema Browser.
In Toad 10.1, when they compile the same code, the bottom portion of code is missing.
For example, a PLSQL code which contains a statement and END FOREACH statement will compile, but all the code below the END FOREACH does not get added to the Oracle source tables and does not appear in the Schema Browser.
解决办法
STATUS:
This issue has been reported to the development team and is waiting for fix in a future release of Toad for Oracle.
WORKAROUND:
Use "Execute as Script" icon (F5 on the keyboard) to compile the code or use "Execute in SQL Plus"