ORA-20001: You have exceeded the maximum number of web service requests per workspace

Oracle Application Express is a rapid development tool for Web applications on the Oracle database.
Post Reply
admin
Posts: 2073
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

ORA-20001: You have exceeded the maximum number of web service requests per workspace

Post by admin »

Hi,
If you get this error while using RESFULL web service then you need to login as Internal/Administration and set setting to higher,

ORA-20001: You have exceeded the maximum number of web service requests per workspace

Under Workspace isolation as by default it is 1000 in last 24hrs rolling window,

Maximum Web Service Requests : 20000
Screenshot 2024-06-12 202300.png
to check count of existing,

select trunc(request_date, 'HH24') as hh, count(*) as cnt
from apex_webservice_log
where request_date > sysdate - 1
group by trunc(request_date, 'HH24')
order by 1;

Enjoy
You do not have the required permissions to view the files attached to this post.
Malik Sikandar Hayat
Oracle ACE Pro
info@erpstuff.com
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests