Oracle APEX Upload Excel Data into Table or Collection in an Easy way without a Data loading feature

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • Blog Link for code: thapliyalravi8...
    Oracle APEX Upload Excel Data into Table or Collection in an Easy way without a Data loading feature
    with these simple steps you can store excel data in collection and in the table as well.
    razorpay payment gateway integration || payment gateway for website
    • razorpay payment gatew...
    Shopify API Tutorial | Shopify tutorial for beginners || Shopify API get all products || postman API
    • shopify API Tutorial |...
    PayPal smart payment button for website | PayPal account Kaise banaye | PayPal business account
    • How to create paypal a...
    oracle apex tutorial for beginners in hindi || step-by-step from starting || oracle apex ✔️
    • oracle apex tutorial f...
    THANKS FOR WATCHING
    #oracleapex #oracle #oracleapextutorialforbeginners
    #apex #oracleapex #apextutorial #youtubeChannel #applicationexpress #oracleapexinstallation #apexinstallation #apexproject #apexintroduction #oracleapextutorialforbeginnersinhindi #apexnewfeatures #oracleapextutorialforbeginnersinhindi #oracleapextutorialinhindi #oracleapextutorialforbeginners #oracleapextutorial1

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

  • @EduardoDecisao
    @EduardoDecisao หลายเดือนก่อน +1

    Amazing tutorial, but I've a question about it.
    It works perfectly when I use a Excel with one worksheet. But when I need to get data from a EXCEL in another worksheet that it is not the first, I add p_xlsx_sheet_name => 'TAB_NAME' in the parameters for apex_data_parser.parse. But then i receive an error "Specified worksheet does not exist in XLSX file". I've check the worksheet name multiples times, tried other documents but can't get it to work with others worksheets outside of the first (by not using p_xlsx_sheet_name). Have you ever tried something like this and had success?

  • @enghabib2100
    @enghabib2100 6 หลายเดือนก่อน +1

    sir thank you ap ne mera kaam 0% solve to kr dya he pr ye report wala region may app ne query lekhi he wo app ne proper ni dekhaya

  • @nuamansharif2801
    @nuamansharif2801 9 หลายเดือนก่อน +1

    Thank you very much for your short and complete tutorial. I love tutorial like this

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

      Thanks

  • @nuamansharif2801
    @nuamansharif2801 9 หลายเดือนก่อน +1

    Dear I follow your video but not working nothing apear on interactive report i think collection name problem where is collection name Collection_nameI I use same as yours not work then table name also not working

  • @mateo_corli2985
    @mateo_corli2985 4 หลายเดือนก่อน +1

    Hello! I have problem with .xls files it says "Uploaded file is invalid or has wrong extension".
    I need to pick both xlsx and xls files.

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

    good tutorial, I was able to recreate this program.
    Make a video in English next time.
    Thanks.

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

    your video is short and crisp. can you please give code on how to update instead of insert?...i have several records which needs to be updated after the data is inserted...thanks
    ...i used the below PL/SQL to update ...but still update not happening to the table and no error message...can you please help what i am doing wrong here?
    for c1 in (select c001, c002, c003, c004
    from apex_collections
    where collection_name = 'load') loop
    update temp_emp
    set empname = c1.c002,
    empsal = c1.c003,
    hiredt = c1.c004
    where empid = c1.c001;
    end loop;
    apex_collection.delete_collection( p_collection_name => 'load' );
    commit;

  • @kamruzzamanpintu8670
    @kamruzzamanpintu8670 7 หลายเดือนก่อน +1

    Thank you very much for your complete tutorial

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

      You are welcome

  • @machenderjambhikunta32
    @machenderjambhikunta32 5 หลายเดือนก่อน +1

    Hello when I upload the excel file and click to populate on the interactive report, it does not show the data on the excel sheet

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

    Very good sir thanks very much

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

    vERY GOOD tutorial....process is very easy to load data from excel to database.. thanks.

  • @rajparmar5030
    @rajparmar5030 23 ชั่วโมงที่ผ่านมา

    I have 10 lakh records in excel file what can i do?
    Possible using collection?

  • @SuryaKG-f3i
    @SuryaKG-f3i 6 หลายเดือนก่อน

    Nice tutorial ,But How load the xl data into table which is having more than 50 columns

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

    thanks. Nicely explained.

  • @enghabib2100
    @enghabib2100 6 หลายเดือนก่อน +1

    file upoad hojata successfully lekin report display ni ho rha same query use krta ho

  • @ashrafulislam-nr3kn
    @ashrafulislam-nr3kn 4 หลายเดือนก่อน +1

    Data is not showing in the Report. How to solve this issue

  • @enghabib2100
    @enghabib2100 6 หลายเดือนก่อน +1

    sir may ne save process follow kia pr report display ni ho rha

  • @yashaswinis7258
    @yashaswinis7258 10 หลายเดือนก่อน +1

    Hi Sir,
    Thanks for the tutorial,
    But I'm stuck
    Till uploading data in collection and displaying in report is working
    When I'm. Trying to save that into db table it's giving PK constraint. Error but when I manually insert the same record in the db it works.it's throwing me erroringg me error when I try to insert through collection into database.
    Please help i have to deliver this utility in 3-4 days

    • @TechProbie
      @TechProbie  10 หลายเดือนก่อน +1

      Sure connect on thapliyalravi81@gmail.com with screenshot and
      today only we will resolve it

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

      Can you please confirm how it was solved?...

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

      @@kirubasrinivasan2705 nope
      I have mailed Sir today. Even I’m checking
      If u have got the solution please let me know because I have a similar requirement to delete records but apart from records displaying on report it’s not going to db and actually deleting any records neither am I getting any errors for delete case.

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

    how do resolve , upload 0,001 and convert to 1E3 and after upload 1000 ,

  • @machenderjambhikunta32
    @machenderjambhikunta32 5 หลายเดือนก่อน +1

    give sample.xl data

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

    thanks!

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

    nice tutorial

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

      thanks anant kumar

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

    Hi can you help me i tried same but my uploaded file is not reverting to the report

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

      Sure connect on thapliyalravi81@gmail.com

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

      Got it

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

    what is the header is the excel file ! couldn't see the first line at raw data in Excel !

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

      can you explain little bit

  • @enghabib2100
    @enghabib2100 5 หลายเดือนก่อน +1

    sir is p mujy tora help chayie please if you have time

    • @TechProbie
      @TechProbie  5 หลายเดือนก่อน

      tell me

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

    what language are you speaking in video?

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

      Hindi (indian language)

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

    I don’t know ordo language or pangala language I’m from EGYPT 🇪🇬 can you speak English or Arabic

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

      If you need help you can contact me, directly we can discuss your issues, on Skype call @ahmed

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

      Get code for this video from this blog: thapliyalravi80.blogspot.com/2022/07/upload-excel-in-database-directly-in.html

  • @dancharlesplange-annan7227
    @dancharlesplange-annan7227 ปีที่แล้ว +1

    Hello when I upload the excel file and click to populate on the interactive grid, it does not show the data on the excel sheet

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

      Join this meeting to discuss all the issues you have. We will meet on Sunday between 12:00 PM to 1:00 PM. Use the following link to join the meeting: meet.google.com/zdu-keqx-awq. See you there!

    • @dancharlesplange-annan7227
      @dancharlesplange-annan7227 ปีที่แล้ว

      @@TechProbie thanks 🙏🏾

    • @dancharlesplange-annan7227
      @dancharlesplange-annan7227 ปีที่แล้ว

      @@TechProbie I figured out the problem

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

      @@dancharlesplange-annan7227 may i know what is the fix. I am also facing the same issue. nothing happens when clicking upload file.

    • @adnanal-manhi2053
      @adnanal-manhi2053 ปีที่แล้ว

      @@vimalk8476 plz solution