Skip to Main Content

ORDS, SODA & JSON in the Database

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!

403 Forbidden error. How can I trace it?

juliojgsOct 24 2023

I created a rest service, quite similar to others working. It is a simple GET with a query.

I'm getting a 403 Forbidden response when I call it from insomnia.

  • The request could not be processed because a function referenced by the SQL statement being evaluated is not accessible or does not exist

If I login to database actions in the rest module and template, and run the query , it runs.

If I connect to the database with the rest running user in sql developer, I also can run the query.

Comments
Post Details
Added on Oct 24 2023
1 comment
569 views