Oracle APEX Collections Concepts and Practice Session

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 15

  • @samirkhanra6961
    @samirkhanra6961 Рік тому +1

    Hello Sir, This is really a nice video. I have learnt a lot on this topic

  • @rafiuddinmohammed4654
    @rafiuddinmohammed4654 2 місяці тому

    Hi... Nice video.. keep it up... can you also share how do upload the file to apex_collection and download from apex_collection

  • @bhavinadhvaryu8549
    @bhavinadhvaryu8549 Рік тому +1

    Thank you for sharing the video. Very easy explanation, really nice video. Could you please add functionality to process the collection rows to/from the database (DML functionality). Thank you!

    • @ERPstuff
      @ERPstuff  Рік тому +1

      Just use a loop and insert into your table once processing completed as data is there in APEX_COLLECTIONS.

    • @bhavinadhvaryu8549
      @bhavinadhvaryu8549 Рік тому

      @@ERPstuff Thanks so much for your prompt reply. I will do accordingly. Thank you!

  • @fahdbahoo1
    @fahdbahoo1 Рік тому +1

    We can make our own table to get same functionality, what is so special about collections ?

    • @ERPstuff
      @ERPstuff  Рік тому

      The purpose of this is to work in memory instead of reading and writing in disk. Table means to read and write to disk and it is mentioned in the video. Its a feature in Oracle APEX you want to use then you can else you can skip it. thanks

    • @fahdbahoo1
      @fahdbahoo1 Рік тому +1

      @@ERPstuffi want to use, but i need to understand.
      How it is in memory ? collection is also a table, data is being written to disk. calling to collection functions are servers calls it is not Javascript saving data on client side

    • @ERPstuff
      @ERPstuff  Рік тому +1

      It is kept in the current session only so no need to write in disk. This is what I know and if you have any specific information please do share URL. Thanks

    • @fahdbahoo1
      @fahdbahoo1 Рік тому +1

      HTTP is stateless, so data must be written to disk

    • @ERPstuff
      @ERPstuff  11 місяців тому +1

      this is a feature it might suit you or another user. thanks