Oracle SOA 12C Tutorials | Database Adapter Polling (Logical Delete) | File Adapter (Write XML File)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

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

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

    Very nice explanation keep the Gud work ,appreciation

  • @angelruiz833
    @angelruiz833 3 ปีที่แล้ว +2

    hi, tahnks a lot for your work, your videos are amazing!! regards and I whish you all the best, good man

    • @IntegrationGuru
      @IntegrationGuru  3 ปีที่แล้ว

      Thanks a lot for your encouraging words 🙏🏻

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

    is it possible to poll a database table without using logical delete or the delete strategy..?

    • @IntegrationGuru
      @IntegrationGuru  2 ปีที่แล้ว

      Yes, there are 3-4 different polling strategies in your database adapter that you can use.

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

      @@IntegrationGuru Hi sir one more question.. Can we apply one OWSM policy to multiple composites in SOA?

    • @IntegrationGuru
      @IntegrationGuru  2 ปีที่แล้ว

      Yes we can.

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

    Hi, I have created a DB polling (Logical delete) project as you guided but while updating data in DB there is neither change in DB nor any instance got created in EM for the same. please help me out

    • @IntegrationGuru
      @IntegrationGuru  4 ปีที่แล้ว

      sometimes polling needs a service restart. If you are sure that you have done everything else correctly, just restart your service and it will work just fine.

  • @soumyadas3993
    @soumyadas3993 10 หลายเดือนก่อน

    Hello sir,
    Can you please post a video on polling data from multiple tables by creating a relation between them using db.

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

    hi
    only one record showing in write directory ,i want all records to display ,but every time it is showing one record

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

      You might be appending the records on to same file ..

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

    👌🏻👌🏻👌🏻👌🏻👌🏻

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

    If records in table are 10. How db adapter will poll the data with the same configurations that you had . Which 2 records will pick first?

    • @IntegrationGuru
      @IntegrationGuru  4 ปีที่แล้ว

      5 transactions will be created with 2 records each, ideally, the first 2 rows will be polled in the first transaction, next 2 in next transaction and so on.

    • @tarannumkhan6890
      @tarannumkhan6890 4 ปีที่แล้ว

      @@IntegrationGuru which 2 will be picked up first?

    • @IntegrationGuru
      @IntegrationGuru  4 ปีที่แล้ว

      @@tarannumkhan6890 Rownum 1 and rownum2 will be picked first.

    • @tarannumkhan6890
      @tarannumkhan6890 4 ปีที่แล้ว

      @@IntegrationGuru thanks.