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!

routine on apex server that update a remote db

KstoreJul 21 2020 — edited Jul 22 2020

Hello !!!

Can I create a routine on my apex server that update a remote db?

Thank's for Response ...

Bye

Comments

thatJeffSmith-Oracle

Sure, a db_link or ORDS running on the remote DB would make that possible and fairly easy

Kstore

Excuse me ....

we must connect to an API of another application and running not in ORACLE db

so we cannot use DBLINK ma only read/write the API of the other application..

There i a way to interface APEX/ORDS with an API of other application ???

from our webservice in APEX/ORD we want to call an endpoint of an other web service.

Thank you Very Mutch ...

EJ-Egyed

APEX has the ability to create a Web Source that you can use to interact with external APIs. Once the Web Source is defined, you will be able to reference the Web Source within the page.

pastedImage_0.png

1 - 3

Post Details

Added on Jul 21 2020
3 comments
148 views