Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-20001: You have exceeded the maximum number of email messages per workspace.

Thomas Laing26 hours ago

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;
Comments
Post Details
Added 26 hours ago
13 comments
73 views