is it possible to use a function in the source (@2:51)? I tried select function(a, b) from dual; and also return function(a, b); Both did not work. Thank you
Thanks for sharing.I trying it on apex cloud. How to configure ords setting there. I am getting following error , An unexpected error with the following message occurred: InternalServerException [statusCode=500, reasons=[]]
@@OracleTestlab I have tried but it was not working. When I run the join query in sqlworkshop->sqlcommand it's working perfect but when I try to use same join query in rest service it is throwing internal server error
very amazing video for the begginers to create a restapi. very amazing video thank you
Good Explanation for Beginner about REST Api for Oracle Apex
is it possible to use a function in the source (@2:51)? I tried select function(a, b) from dual; and also return function(a, b); Both did not work. Thank you
I get this Error :
Not found
The requested URL /testlab/test/employees was not found on this server
Hi bro, How to insert json data in oracle table by using oracle apex, please help or create a video
Nice ... build understanding to create API
How to Insert, Update and Retrieve processed data with an API
Nice Tutorial. Happy apexing .......
can u pass null in parameter?
Can you please make video using post method.
i got this error: InternalServerException [statusCode=500, reasons=[]]
WHEN I APPLIED THE EXAMPLE GOT THIS ERROR 503 Service Unavailable
good tutorial but what about securing the Restful service ?
It’s a basic demonstration, yes security options are there, you can figure it out yourself. Left it for you effort. Thanks.
Thank you
Thanks for sharing.I trying it on apex cloud. How to configure ords setting there. I am getting following error ,
An unexpected error with the following message occurred: InternalServerException [statusCode=500, reasons=[]]
Same problem bro. Any answer?
enable restapi from apex dont run the procedure from sql developer ,due to that some permissions are missing
I'm getting error 404 page not found
how to create api with multi parameter like dept_id and emp_id
you can create get parameters, or you have to create multiple handlers with get parameter
Can we use join query in while creating rest service?
Sure, you can try it.
@@OracleTestlab I have tried but it was not working. When I run the join query in sqlworkshop->sqlcommand it's working perfect but when I try to use same join query in rest service it is throwing internal server error
Can you help me on this? Please if possible
@@giriu733 if you have error in query, when you open the link, the page will show the query error message. that can be helpful to troubleshoot.
awesome