Oracle DML Error Logging Tables

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 89

  • @ujjwalgiri6526
    @ujjwalgiri6526 4 роки тому +3

    Based on this, HCL interviewer asked me.
    Question: suppose you have 3 DML statements.If you want to run from 1st to 3rd, what will u do,doesn't matter if error occurred in any of them .?
    My Ans :
    I answered him ,I will create three error log table and use them with DML .
    Interviewer: I didn't hear about this concept.he immediately checked it on laptop n said yes u r correct .But we can do it by writting all three statement in seperate three blocks.

    • @SivaAcademy
      @SivaAcademy  4 роки тому

      👍👍💐

    • @ujjwalgiri6526
      @ujjwalgiri6526 4 роки тому +1

      Good morning Dear Shiva Sir ....Sir ,I m still waiting for the real use of the GTT & PTT

    • @SivaAcademy
      @SivaAcademy  4 роки тому +1

      Good morning Ujjwal, sure bro I am yet to record GTT, while posting I will add this post

    • @ujjwalgiri6526
      @ujjwalgiri6526 4 роки тому

      @@SivaAcademy thanks a lot Sir

    • @SivaAcademy
      @SivaAcademy  4 роки тому

      Welcome bro 🙏💐💙

  • @ravisankarsrinivasan9981
    @ravisankarsrinivasan9981 3 місяці тому

    Thank you Shiva Sir, for all the awesome lessons you are posting.. Each and every videos of yours are very well explained.. pls continue sharing your knowledge

    • @SivaAcademy
      @SivaAcademy  3 місяці тому +1

      Thank you Ravi, please stay tuned for more video's

  • @ebinvarghese4239
    @ebinvarghese4239 5 місяців тому

    I would like to thank you for giving us such an excellent video tutorial. This includes the explanation from the very basics and included the reasons and cuases for each explanation. Looking forward for more tutorials.

  • @SriLife2
    @SriLife2 4 роки тому +2

    Doing greate job Siva. Keep it up. I have a chalange i.e I need to generate the SQL query output as Excel. That should be automate no manual effort present once got automated.

    • @SivaAcademy
      @SivaAcademy  4 роки тому +3

      Sure bro I will post an video, please stay tuned

    • @SriLife2
      @SriLife2 4 роки тому +1

      @@SivaAcademy ok

    • @priyankasaluja378
      @priyankasaluja378 4 роки тому

      Also, if I want to generate the output as an xml. Can you please add this in the same video which you will create?

  • @vijaydubey1734
    @vijaydubey1734 3 роки тому +1

    Sir it was the most appreciated video , thanks a lot and God bless you always .
    Many thanks Sir 👌👌👍 . It was a great learning Today 🙏🙏🙏💐😊😊

    • @SivaAcademy
      @SivaAcademy  3 роки тому

      Its my pleasure, thank you 💐💐💐

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

    Awesome .always love your detailed videos

  • @ranajparida3902
    @ranajparida3902 4 роки тому +1

    Thanks Siva sir,
    This is the new I learned today.. Thanks

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

    Hello Siva... What a perfect video it is.... Can we use these all commands inside the procedure. As, I am doing multiple inserts by using the procedure.

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

      Thank you, yes you can use in procedure 👍

  • @nviknesh8112
    @nviknesh8112 2 роки тому

    Thank you siva. You are great 👍.. May I know from which version oracle introduced this clause??

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

    Many thanks for this video.

  • @THERANGERWOLF
    @THERANGERWOLF 5 місяців тому

    Thanks brother. It helped me a lot

  • @arunneela7
    @arunneela7 3 роки тому

    You are just Amazing Siva. You teach with so much clarity

  • @amansharma3417
    @amansharma3417 4 місяці тому

    Hi,
    A question: There is only one parameter which can be passed while using LOG ERRORS (). This get saved in column ORA_ERR_TAG$ of error logging table.
    Is there any way by which we can map a specific column of error logging table to a specific value?

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

    Hi Siva, excellent vedio. Is it possible to use LOG ERROR INTO clause along with FORALL dml statement?

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

      Yes bro, you can use error log table in forall statement

  • @elenabit6193
    @elenabit6193 3 роки тому

    Thank you sir, It was a great learning Today

  • @lekhyadivya2626
    @lekhyadivya2626 4 роки тому

    Thank you so much Siva garu.... Well explained ...:) . Please also post a video on forward declaration and overloading in sub programs...

    • @SivaAcademy
      @SivaAcademy  4 роки тому +1

      Welcome 🙏, please look into this video ua-cam.com/video/yUFA-g21_ug/v-deo.html

  • @abhijitmore6721
    @abhijitmore6721 6 місяців тому

    Thanks a lot ❤

  • @shishirrobin90
    @shishirrobin90 2 роки тому

    Hello Sir,
    Firstly, I would like to congratulate you for doing a fantastic job by posting videos that are really helpful and insightful.
    Finally, I have a question regarding the use of the DML Error Loggin table, say I'm inserting n number of rows to my target table and I'm getting the ORA-00001: unique constraint (********) violated error for a row insertion, so would the other rows get inserted or the whole thing will get terminated and rolled back.
    Please reply to my question.
    Thanks

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

    Can we use DML error loging concept on Clob data type values??

  • @swati8201
    @swati8201 3 роки тому

    Unique video on this topic...
    🙏

  • @bharatbagul9292
    @bharatbagul9292 4 роки тому

    Great job.. Siva... really good Explanation...

  • @Ins_8800
    @Ins_8800 3 роки тому

    You explained perfectly, again💯👍

  • @vishwas22khare
    @vishwas22khare 4 роки тому

    Nice video .
    Sir what if a package compilation is taking very long time how we can rectify it.

  • @suraj454
    @suraj454 4 роки тому

    Really superb shiva...

  • @karamchedadithya4330
    @karamchedadithya4330 4 роки тому

    Hello Siva , many thanks for posting valuable videos on Sql/plsql..really appreciate your interest towards databases...Here is a request from me . Could you post a video explaining lengthy explain plans of Sql queries?

    • @SivaAcademy
      @SivaAcademy  4 роки тому

      Thank you 🙏, sure, please stay tuned I will cover in upcoming videos

  • @gunjanbhatt4543
    @gunjanbhatt4543 2 роки тому

    Well explained.

  • @imranamjad4294
    @imranamjad4294 2 роки тому

    Hi Siva thanks for the valuable videos you are making! may I know the video(s) link related to Oracle Lock mechanism? Thanks!

  • @kaviyarajk5663
    @kaviyarajk5663 4 роки тому

    nice bro...doing good.Please also post a video on forward declaration and overloading in sub programs...

    • @SivaAcademy
      @SivaAcademy  4 роки тому

      Thank you, please look into this video ua-cam.com/video/yUFA-g21_ug/v-deo.html

  • @mukeshchitte3870
    @mukeshchitte3870 4 роки тому

    That is what I was looking for, Siva, don't know how do I say thanks.

    • @SivaAcademy
      @SivaAcademy  4 роки тому

      Its my pleasure, welcome 🙏💐

  • @SujitKumar-wg7sz
    @SujitKumar-wg7sz 4 роки тому

    Nicely explain siva

  • @ns16job
    @ns16job 3 роки тому

    i am using MERGE with subquery in Using clause. All the records to be loaded are deliberately made erroneous still my error log table is not showing any entry. ANy idea why

  • @shashank2004
    @shashank2004 4 роки тому

    Nice explanation bro... Thank u so much

  • @shaikrasheed2861
    @shaikrasheed2861 2 роки тому

    U r umazing sir i have one dout regarding in plsql packages let us assume i have one package contains many procedures and functions if we get any error how would i know which line error it is.??

  • @jamaldeen8071
    @jamaldeen8071 4 роки тому

    Awesome explanation

  • @SatyendraSingh-ul5iq
    @SatyendraSingh-ul5iq 3 роки тому

    Hello shiva, thanks for this video. Error log table will work with insertion in collection also ? Where can we use this exception handling method

    • @SivaAcademy
      @SivaAcademy  3 роки тому

      This is mainly to handle the error as part of dml statements

    • @SatyendraSingh-ul5iq
      @SatyendraSingh-ul5iq 3 роки тому

      @@SivaAcademy will it work in plsql also for dml ?

    • @SivaAcademy
      @SivaAcademy  3 роки тому

      Yes, it will work in plsql

  • @bangaloreshydrohome5863
    @bangaloreshydrohome5863 3 роки тому

    Wobderfull

  • @vishwas22khare
    @vishwas22khare 3 роки тому

    Can we use it with bulk collect also?

  • @khanaasif5606
    @khanaasif5606 4 роки тому

    Very useful.

  • @abhisheknittala7181
    @abhisheknittala7181 3 роки тому

    thanks, very handy!

  • @bharaths4763
    @bharaths4763 2 роки тому

    Constraints error
    can we handle this concept?

  • @masalhemant4255
    @masalhemant4255 4 роки тому

    Nice vedio...

  • @vvasnani
    @vvasnani 4 роки тому

    Can we have the same logic for the Merge statement?

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

    How to use with insert all log errors into OBJECT_NAME reject limit unlimited;

  • @NehaSingh-zt2bb
    @NehaSingh-zt2bb 4 роки тому

    Can you please do a video on Merge v/s Update.

  • @pritammishra9850
    @pritammishra9850 4 роки тому

    Siva , such a gem leq.....can you provide a bunch of question of sql for lateral interview purpose ?

    • @SivaAcademy
      @SivaAcademy  4 роки тому

      Please look into this playlistua-cam.com/play/PLb1qVSx1k1Vr0v4wVyvT3GEuA0J0M4xBm.html

  • @deepaksaxena3068
    @deepaksaxena3068 4 роки тому

    hey siva, hav'nt you posted this on your blog portal?

    • @SivaAcademy
      @SivaAcademy  4 роки тому

      Hi Deepak, looks like no one follows the blog, so I didn't post the scripts, probably from next video onwards wherever needed I will add the scripts and post the links

  • @pawansonole9127
    @pawansonole9127 4 роки тому

    Hi Shiva,
    How to insert 10 millions of records from flat file into table can you give any example?

    • @SivaAcademy
      @SivaAcademy  4 роки тому +1

      I guess SQL loader will work, however I will try and post with other possible options with time taken details