I have received the folloiwing error in APEX 24.2:
ORA-20001: You have exceeded the maximum number of email messages per workspace.
I do not know how to increase the amount of emails. There is no Manage Instance section in my Administration section as suggested in many topics online.
The following SQL command:
begin
apex_instance_admin.set_parameter('MAX_WEBSERVICE_REQUESTS', 10000);
end;
Gives the following error:
Error at line 2/4: ORA-06550: line 2, column 4: PLS-00201: identifier 'APEX_INSTANCE_ADMIN' must be declared ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_240200", line 803 ORA-06550: line 2, column 4: PL/SQL: Statement ignored 1. begin 2. apex_instance_admin.set_parameter('MAX_WEBSERVICE_REQUESTS', 10000); 3. end;