generate new app id fixed output error
This commit is contained in:
parent
c81325f573
commit
54c5ee8b74
@ -3,7 +3,6 @@ set serveroutput on
|
||||
set feedback off
|
||||
begin
|
||||
apex_application_install.generate_application_id;
|
||||
dbms_output.put_Line("Your new apex app id is..."); --This line should be commented out if you want to use spooling
|
||||
dbms_output.put_Line(apex_application_install.get_application_id);
|
||||
end;
|
||||
/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user