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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Default value for maximum Web Service Requests

user1175340Sep 6 2018 — edited Sep 6 2018

Hello apexers,

How can i figure out default value for the workspace "maximum Web Service Requests"?

thank you in advance!

wsr.jpg

This post has been answered by Carsten Czarski-Oracle on Sep 6 2018
Jump to Answer

Comments

Franck N

Hi,

you can do the settings for the Maximum web Requests in the internal Workspace using the Admin credentials.

  • Manage Workspaces-->Existing Workspaces--> Select your Workspace-->Edit Workspace Information--> Tab Worspace isolation.

if you have no value there then you must set it according to your requirements.

regards,

Franck

user1175340

Hi Frank,

thanks for the quick reply.

Does it mean that if value is empty than web requests are unlimited?

Carsten Czarski-Oracle
Answer

Hi,

if you don't do anything, the default value will be 1000. That value applies for a rolling window of 24 hours.

You can set a new value either at the instance level or individually for each workspace.

Best regards

-Carsten

Marked as Answer by user1175340 · Sep 27 2020
Franck N

Hi,

since it´s einable for your workspace you need to add a value there that will reset itself every 24 hours in order for it to work efficiently.

And no empty does not mean  unlimited.

regards,

Franck

Hi Franck,

what do you mean by "you need to add a value there that will reset itself every 24 hours in order for it to work efficiently" ...?

Actually set value applies to a rolling window of 24 hours. That means when a APEX_WEB_SERVICE call is being made, APEX counts the requests of the last 24 hours and compares that to the maximum value. When below, the request can succeed, if not, you'll see an error message.

APEX first looks into a workspace setting, then into the instance default.

Best regards

-Carsten

user1175340

if you don't do anything, the default value will be 1000.

Carsten, thank you for the respond.

This is exaclty what i needed to know, unfotunately i was not able to find anything about default val in the docs (if you have a link can you please share it here).

Thanks a lot!!!

user1175340

sorry another, but very related qestion,

is there any api or something where we can monitor how many calls are already made?

Hi,

have a look into the APEX_WEBSERVICE_LOG view ...

Best regards

-Carsten

Pierre Yotti

Hi Carsten,

Thanks for the useful informations.

- I did select * from APEX_WEBSERVICE_LOG

Bildschirmfoto 2018-09-06 um 10.26.47.png

Here are old Request.

- Right now i call that API

https://apex.oracle.com/pls/apex/pierrealli/v2/oj/articles

and made select * from APEX_WEBSERVICE_LOG again, but the Request is not available in APEX_WEBSERVICE_LOG View.

Any Idea why?

Regards

Pierre

Carsten Czarski-Oracle

HI Alli-Pierre,

that view is workspace aware ...

So you need the APEX_ADMINISTRATOR role in order to see everything or you will be restricted to your workspace (and you need the APEX session context to be set up).

Best regards

-Carsten

Pierre Yotti

Hi Carsten,

thanks for the quick Feedback. You can call me Pierre .

1- My schema Docker has a APEX_ADMINISTRATOR Role

Bildschirmfoto 2018-09-06 um 11.30.44.png

2 -" and you need the APEX session context to be set up"

I create a Session like here https://docs.oracle.com/database/apex-18.1/AEAPI/APEX_SESSION.htm#AEAPI-GUID-710E9F4F-157C-4EBA-BBA9-3E0B9EE4002A

But it does not works. Can you tell me what you means with "APEX session context" or how to do that?

and APEX_WEBSERVICE_LOG View is not documented . I did not find a Documentation about that in the Doc

Thanks

Pierre

1 - 11
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 4 2018
Added on Sep 6 2018
11 comments
2,591 views