Skip to Main Content

Cloud Connectivity

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!

How to get the OTM tables data without using Database Links

SayiJun 17 2025

As of now we are using the Database link in all our eBus packages to get the shipment related data from Oracle Transport Management system
which is in ON-PREM application . Mostely we are selecting columns from OTM tables and joining with eBus tables.

Now we are going to use OTM cloud and hence we are not going to use database links anymore and trying the best possible ways to get the data from OTM.

Could you please suggest if any Rest API/SOAP APIs available or Is there a way where we can call directly from OTM database.

Ex:-

SELECT wl.city||'',''|| wl.state
FROM wsh_locations wl,--Ebus Table
shipment_stop@'|| p_database_link || ' sstp_otm,--OTM Table
wsh_trips wt --Ebus Table
WHERE wt.attribute1 || ''.'' || wt.tp_plan_name = sstp_otm.shipment_gid

+ Another joins..

Comments
Post Details
Added on Jun 17 2025
0 comments
47 views