The stored procedure is opened with "NONEDITIONABLE" property when we edit/open the procedure in PL/SQL developer window. How to disable it or open procedure without this keyword?
I assume this procedure was created as noneditonable? Right-click on the procedure, select “Properties‿, and check if the “EDITIONABLE‿ property is set to “N‿.
All the procedures are having EDITIONABLE property as N. How to change it as Y for all objects? This is set as N when we compile new procedure through PL/SQL developer