Oracle APEX - Adding user-friendly validations to Data Loading Wizard

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

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

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

    This is the most amazing Oracle Apex video I have ever seen, and I have watched a lot. You put Oracle to shame. I certainly hope you make more videos.

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

    Very helpful video. Nice Presentation. Looking forward to more such videos from your channel. Thank you so much.

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

    Thanks for the video, it's very good! One thing I would add in the file validations is, for the file type, also have the server-side condition for when the file browse item is not null as well. Otherwise, when there is no file selected, both validations will be triggered.

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

    Very good presentation and explanation. Thank you.

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

    Thanks, well informative video. I have done the similar task but in single page approach to reduce the user Clicks. But I need an idea how to give option to the end-user to map the column names.

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

    Great info about data loading. In same manner you can make video for data updation of certain column based on primary key or condition.

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

    Just amazing - Thank you

  • @karankahar99
    @karankahar99 7 หลายเดือนก่อน

    Very helpful video. Thank you so much.
    At the time of validation, can we update data on the same region by using an interactive grid where we get errors?

    • @MagalyIraheta
      @MagalyIraheta  7 หลายเดือนก่อน

      Hi, yes that’s possible, update data on the same region where you’re getting the errors!

    • @karankahar99
      @karankahar99 7 หลายเดือนก่อน

      @@MagalyIraheta ok thanks 😊, i will try it

    • @karankahar99
      @karankahar99 6 หลายเดือนก่อน

      Hi ​@@MagalyIraheta
      How we can make it faster while loading huge amount of data like
      25k to 30k rows in excel.
      Please guide.
      Thanks

  • @NikitaBafna-f9h
    @NikitaBafna-f9h ปีที่แล้ว

    Hi Magaly,
    Thanks for this superb video! Can you please let me know how to include header in the collection? I want to validate if the header is correct and as per the template provided to user. Unfortunately, the heder has to be skipped if we have named selectors in the data profile. Do you have a workaround?

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

    Thanks for the tutorial. I would like to ask you if you can make a tutorial on how to load or create a page as a matrix in Excel style. I want to create a matrix of rows and columns so that the user can fill in each field or fill it in like they do in Excel. Thank you very much for sharing your knowledge.

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

    Excelente contenido! Nuevo fan, saludos desde Paraguay 🎉

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

      Hola Pablo, me alegra escuchar que te gustó mi video! Muchas gracias por el apoyo! 😊

  • @mohamedhamzaaboudi9510
    @mohamedhamzaaboudi9510 3 หลายเดือนก่อน

    excellent tutorial; thanks

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

    nice mam we want to more apex tutorial

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

    Great video👍🏻

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

    👍 as usual

  • @kirubasrinivasan2705
    @kirubasrinivasan2705 9 หลายเดือนก่อน

    hello ...thanks for the video it looks great...i have a similar data load option...but our application users load wrong file or incorrect columns...how do i add validation to ensure they are loading the right columns/right file name...please help..thanks in advance

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

    Great job
    Is there any solution to add session_id to the apex_collections ? (distinguish multiple user loading files simultaneously)

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

      APEX Collections already works like this...

  • @YTI202.
    @YTI202. ปีที่แล้ว

    great 👍

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

    Hi
    Can you confirm if this approach I'd backward compatible with APEX 5.x because some features here wouldn't...thanks

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

    Hello Magaly, would you be able to compile your Oracle videos or create Oracle lessons and post them on Udemy Courses? I'd love to buy your comprehensive tutorials, which would help a lot of people who want to learn about the concept. I appreciate your time and effort in sharing your expertise. Hopefully, you will consider my suggestions for creating a comprehensive course and posting it on Udemy. Thank you very much.

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

    Great job ;)
    Can you also send scripts for tables, packages, ...

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

      Hi Marko, thank you for watching! You can find the scripts and supporting files in the link in the description!

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

    I have a suggestion that you add the sample file. whereas the user can download and upload data accordingly.

  • @FlorenceYeddu
    @FlorenceYeddu 7 หลายเดือนก่อน

    how records got inserted ? I think all the records including error records got inserted . correct me if i was wrong .

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

    WoW.........

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

    HI Magaly, When I created the validation for File Type, Apex doesn't seem to find apex_data_parser.asert_file_type. It wants me to delcare asert_file_type. I might be missing the apex_data_parser package. How do I get it? I can't find a place to download the package and functions. Any Ideas? Thank you Tom.

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

    How to clear the collection once the finish button is pressed??

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

    Hello make video on ajax

  • @SSReddy-t7r
    @SSReddy-t7r 4 หลายเดือนก่อน

    How to create collection?

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

    I've a similar scenario. Need some help. If you have some time please let me know and I'll provide the contacts. Thanks.

  • @OrlovEvgeniy-c4t
    @OrlovEvgeniy-c4t ปีที่แล้ว

    Very helpful video. Nice Presentation. Looking forward to more such videos from your channel. Thank you so much.