In the all objects list, by editing a function, but not changing it. When I compiled it I get compiled with errors.
Somehow PL/SQL Developer has changed the last line of the script and instead of END functionname; in Oracle it now reads END P$24041926$;
Since P$24041926$ was not my funtion name, Oracle doesn't like it.
Somehow PL/SQL Developer has changed the last line of the script and instead of END functionname; in Oracle it now reads END P$24041926$;
Since P$24041926$ was not my funtion name, Oracle doesn't like it.