ERP cloud - Paas - oaf

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

ERP cloud - Paas - oaf

satish
This post was updated on .
Hi Erman,

We need your expertise.

We currently have r12.2.5 with 19c database. We are planning to move to ERP cloud. We have got saas and paas DBCS vm from oracle. Paas for apex.

We would like to know will paas support oaf technology,because we have multiple custom pages.Few of them are converted to Apex.Still multiple pages are there.

Thanks,
SG
Reply | Threaded
Open this post in threaded view
|

Re: ERP cloud - Paas - oaf

ErmanArslansOracleBlog
Administrator
What do you mean by ERP cloud? Fusion (full SAAS) or standard EBS on Cloud?
Reply | Threaded
Open this post in threaded view
|

Re: ERP cloud - Paas - oaf

satish
It is fusion SAAS.
Reply | Threaded
Open this post in threaded view
|

Re: ERP cloud - Paas - oaf

satish
What is required to run oaf in oracle standalone database(paas). OAF pages will query the data from r12 ebs database which is in onpremise(until moved to saas).
Reply | Threaded
Open this post in threaded view
|

Re: ERP cloud - Paas - oaf

ErmanArslansOracleBlog
Administrator
Create an Oracle Database instance in your Oracle Cloud Infrastructure environment. Select a suitable database version compatible with your OAF application and the data model of your on-premises R12 EBS database. For getting the data from EBS database you can use dblinks, or you can just do it by configuring your connections in the app layer.
Also, : If necessary, implement a data synchronization strategy to keep data in the OAF application database synchronized with your on-premises EBS system. This could involve scheduled database jobs or third-party integration tools.