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!
Is there a way to avoid the "custom type mapping" error when filling a dataset via the dataadapter when selecting all columns from a table that contains a UDT ?
Sure, a db_link or ORDS running on the remote DB would make that possible and fairly easy
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 ...
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.