Oracle Zero Downtime Migration – What an Innovation From Oracle :)
https://www.oracle.com/database/technologies/rac/zdm.html?utm_medium=social&utm_source=linkedin&utm_campaign=postfity&utm_content=postfity43e78
Category: Uncategorized
https://www.oracle.com/database/technologies/rac/zdm.html?utm_medium=social&utm_source=linkedin&utm_campaign=postfity&utm_content=postfity43e78
Oracle Cloud Services is used to provide 30Day free trial for a given unique email. But now when i’m trying to register, it’s not providing the services, it’s pending approval and Oracle is sending an email as below after registration of services, there is no guarantee whether it approves or not ๐ Did anyone faced […]
select papf.person_number, pu.username, papf.person_id , PPNF.list_name from per_all_people_f papf, per_users pu , PER_PERSON_NAMES_F PPNF WHERE papf.person_id = pu.person_id AND PPNF.PERSON_ID = pu.person_id AND PPnF.name_type=’US’ AND TRUNC(SYSDATE) BETWEEN papf.effective_start_date AND papf.effective_end_date and pu.username like ‘%abc%’ ; HCM Department Details SELECT papf.person_number, hauft.NAME Department FROM HR_ORG_UNIT_CLASSIFICATIONS_F houcf, HR_ALL_ORGANIZATION_UNITS_F haouf, HR_ORGANIZATION_UNITS_F_TL hauft, per_all_assignments_m paam, per_all_people_f papf WHERE haouf.ORGANIZATION_ID […]
Time taken to complete the process When dealing with Conversions/Integrations/Reports – Knowing details about ESS(Enterprise Schedule Service) is utmost import in Oracle Fusion Cloud ERP, below are the few queries, which are very much beneficial during your ESS Journey ๐ Time taken to complete the process SELECT REQUESTID, sysdate, to_char(PROCESSSTART,’yyyy-mm-dd hh24:mi:ss’) Start_Time, to_char( PROCESSEND,’yyyy-mm-dd hh24:mi:ss’) […]
When dealing with conversion make sure to get these things cleared Source Data Format Transformation Logic Cross Reference Third Party tools (make sure you use mention, as there is a chance of license issue/client disliking) Who will do what (who provides extract – client/implementation team, who provides the transformation logic, which team in the business […]
OIC is one of the powerful and easiest thing in Integrations, check out this simulator document to understand how easy to map between Oracle EBS and Oracle ERP Cloud.
Integration Simulator From Orace : https://www.oracle.com/webfolder/s/assets/demo/integration-simulator/index.html#step1 Oracle Official Integration Blog : https://blogs.oracle.com/integration/ Oracle Cloud Marketplace with many free integration recipes : https://cloudmarketplace.oracle.com/marketplace/en_US/homeLinkPage
Below query provides the details about the valueset details which are attached to DFF fields, modify the query according to your requirement.
Whatโs New Oracle Integration Large Data Handling Best Practice -1 Large Data Handling Best Practice-2 FBDI Manifest File Creation Tips Feature Flag Enablement Connectivity Agent HA Nested Scopes Scheduler custom iCal Expressions Schedule Parameters Dev OPs: Dev OPs with Developer CS OIC REST APIs: V1 V2 Latest Migration ICS to OIC Regression Framework Cost […]
I always prefer to choose the free services, so i can guide the developers in the most cost effective way. Recently when Mumbai cloud area was launched, i preferred for creating the cloud instance, to my surprise the list of services which it offered is few and also the Integration Services does not worked, i […]