ORDS - PUT failing with 403 Forbidden error
Summary
Rest enabled table's PUT works but custom ORDS in a module doesnt workContent
PUT api created via custom ORDS service with a simple UPDATE statement is failing with the following error :
- The request could not be processed because a function or procedure referenced by the PL/SQL statement being evaluated is not accessible or does not exist
while the same update operation works fine via PUT method generated by rest enabling the same table.
I tried setting Origins Allowed on the module but no luck. Any pointers plz ?
1