large comments before package body

Worker

Member³
if I create a package that has a large number of characters (9940-9960, like a gigantic comment) before "create or replace package body MyPackage as" , then the package name in the tab does not completely show.

If the number of characters becomes even greater, the name in the tab is gone completely, and "?" shows instead.

Increasing the number of characters even more will even show "bod" (from "body") in the tab.

And finally, increasing the number even more (9975 in my test) will cause an "Execute" of the package to return immediately without actually compiling the package, but still showing "Compiled succesfully" in the status bar.
 
Back
Top