21. For Each Loop - looping statement in Oracle Integration | How to use for each loop in oic

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 14

  • @al-omdaahmed3191
    @al-omdaahmed3191 ปีที่แล้ว +1

    again thanks alot for your time and effort for such great videos

  • @ramonlopes144
    @ramonlopes144 2 ปีที่แล้ว +1

    thanks from Brazil.

  • @samirkumarjha8104
    @samirkumarjha8104 ปีที่แล้ว +1

    nice one !!

  • @mohammednoushad9835
    @mohammednoushad9835 2 ปีที่แล้ว +1

    Do video on ..Use for each loop for reading multiple files

  • @ArvindaSudan
    @ArvindaSudan ปีที่แล้ว +1

    So, if i want only 3 records to be looped and once that is completed, the remaining 2 has to loop, how to do that?

  • @mohamedsamirtolba8198
    @mohamedsamirtolba8198 ปีที่แล้ว +1

    Grate content, good job
    Please help me to know if I can expose a REST service to retrieve parent and child values from the Database?
    {
    "id": 1,
    "children": [
    {"id": 1, ...},
    {"id": 2, ...},
    {"id": 3, ...}
    ],
    }

    • @foxoracleappssolutions
      @foxoracleappssolutions  ปีที่แล้ว

      Yes we can,
      Yes,
      You can query data from the database,
      First query parent data from database,
      Then add for each for parent records, and inside the parents record loop, use another query to get chield data from database based on parent value and add all the details in a file, json or xml,
      Once out loop (parent records loop) ends, map files data with integration response

  • @dharmendersingh8832
    @dharmendersingh8832 2 ปีที่แล้ว +1

    you should show what's the result of integration and also your videos is stucking