When utPLSQL is installed in the database, Toad for Oracle may continue to issue utPLSQL-related calls from the Schema Browser, despite the utPLSQL integration option being disabled.
The issue can be reproduced using the following steps:
Connect to a database where utPLSQL is installed
Navigate to View | Toad Options | Editor | Behavior
Uncheck “Enable utPLSQL Integration”
Open Schema Browser and navigate to Packages, Procedures, or Functions tab
Enable Spool SQL
Select a package, procedure, or function
Review the Spool SQL output
Observed behavior:
Calls to utPLSQL are still present in the Spool SQL output.
This behavior also occurs when using the F4 (Describe) action on a package, procedure, or function.
Expected behavior:
Disabling the “Enable utPLSQL Integration” option should fully prevent utPLSQL-related calls. The option was introduced to allow users who do not rely on utPLSQL to avoid potential performance overhead when utPLSQL is installed in the database.