D Daniel De F Member Dec 1, 2005 #1 It is currently possible to add debug information to packages using PL/SQL developer. Is there any way of removing this debug information?
It is currently possible to add debug information to packages using PL/SQL developer. Is there any way of removing this debug information?
TenGor Member³ Dec 1, 2005 #1 You can compile the Package with SQL*Plus. I think in default it don't add the debug information...
William Robertson Member³ Dec 1, 2005 #1 From a Command or SQL window: ALTER PACKAGE packagename COMPILE; as opposed to ALTER PACKAGE packagename COMPILE DEBUG; This might make a handy Browser Extender option.
From a Command or SQL window: ALTER PACKAGE packagename COMPILE; as opposed to ALTER PACKAGE packagename COMPILE DEBUG; This might make a handy Browser Extender option.