Oracle PL SQL interview question What is cursor and what are the types of cursor in oracle

Поделиться
HTML-код
  • Опубликовано: 16 дек 2024

Комментарии • 69

  • @vivektarab1959
    @vivektarab1959 29 дней назад

    0:15 - What is a Cursor
    1:36 - As Expected Scalar Variable is not able to, or not Capable of Holding more than 1 value
    1:46 - But our Expectation is
    2:47 - As you can see the code
    3:12 - Details about Cursor
    4:30 - Cursor is nothing but a memory location a pointer to a m/m location
    4:39 - From an Interview Point of View, Cursor is nothing but a Pointer to a m/m location
    5:11 - Any Cursor Statement is executed through Oracle Only
    5:58 - There are few types of Named Cursor
    8:06 - Explicit Cursors

  • @jayasreetummala5123
    @jayasreetummala5123 4 года назад +3

    Most underrated video ❤️great job

  • @sampathkumar8392
    @sampathkumar8392 3 года назад +1

    You are GOD of Oracle

  • @satvinderbhangu361
    @satvinderbhangu361 4 года назад +5

    Thanks you did help me . I have questions could tell me how to create procedure using cursor with using nested table array.

  • @mkr7345
    @mkr7345 4 года назад

    Implicit cursor is a pointer to a memory location maintained and managed by sql or plsql engine .

  • @dattatrayarathi1014
    @dattatrayarathi1014 Год назад

    Thank you for sharing the video in details.

  • @sujaa1000
    @sujaa1000 4 года назад +1

    Siva, Thank you again.
    Sujaa

    • @SivaAcademy
      @SivaAcademy  4 года назад

      Welcome 🙏🙏 thanks for all your comments 🙏🙏

  • @pasha6644
    @pasha6644 3 года назад

    Very clear cut information 👍👍

  • @kumar-bi1to
    @kumar-bi1to 2 года назад

    Explained very well. Thank you

  • @vikasmishra4296
    @vikasmishra4296 3 года назад

    Please make a detailed video on how to load billion of records in Oracle table in most efficient way and check whether my data loaded successfully or not.
    Please explain different method ..
    Also explain load data from file like Excel.
    Also explain billion of record dml changes..

  • @SreenivasBORRA-kx3hb
    @SreenivasBORRA-kx3hb Год назад

    Hi sir I have recently faced a question that we need to write a cursor to calculate sum of salary without using SUM function. Could pls help on this question??

  • @dn9416
    @dn9416 4 года назад +1

    Very nice explanation ,thank you

  • @jithendrareddyambati3985
    @jithendrareddyambati3985 3 года назад +1

    Hi sir, no need of writing extend() here when storing the values in collection variable from select statement?

    • @Karsh.y
      @Karsh.y 3 года назад +1

      Hi Siva , could you please ans this question

  • @mollamainuddin6485
    @mollamainuddin6485 3 года назад

    thank you very much, spacially for the last example;

  • @akshaybhong2898
    @akshaybhong2898 4 года назад

    Sir please make some videos on oracle forms also...will get better understanding ...because the you way teach is very good...

    • @SivaAcademy
      @SivaAcademy  4 года назад +1

      Hi Akshay, I have not worked in forms and reports, however I am planning to post on oracle APEX, conceptually somewhat similar to forms and reports, please stay tuned.

    • @akshaybhong2898
      @akshaybhong2898 4 года назад

      @@SivaAcademy okay sir ...
      I mailed you to sir about topics please check mail sir..

  • @SujitKumar-wg7sz
    @SujitKumar-wg7sz 4 года назад +2

    How to capture cursor column value in exception section

  • @pulluriphani1185
    @pulluriphani1185 5 лет назад

    Sir really excellent explanation..

  • @sudarsanr87
    @sudarsanr87 2 года назад

    good and nice video

    • @SivaAcademy
      @SivaAcademy  2 года назад

      Thank you Sudarshan 👍💐

  • @mlipina5324
    @mlipina5324 5 лет назад

    Sir ! very nice explanation on cursor intro . please upload some more examples of bulk collect uses with some real examples , and the cases where
    we are switching to bulk collect and ref and sysref cursors .

    • @SivaAcademy
      @SivaAcademy  5 лет назад +1

      @Lipina, Sure, i will post as part of performance related videos.Please stay tuned.

  • @guhananbalagan3779
    @guhananbalagan3779 3 года назад

    Hi Siva could you please share your idea about cursor expression

  • @mohitkumar1854
    @mohitkumar1854 2 года назад

    Thanks A lot SIr ..:)

  • @kattelakarim9665
    @kattelakarim9665 2 года назад

    Hi Sir!
    Can you please explain what is the benefits of with hold option in cursors
    Recently I got one interview question about it.
    Thank you!

  • @arunrocketz
    @arunrocketz 4 года назад

    Awesome explanation sir

  • @SnehaYadogi
    @SnehaYadogi 9 месяцев назад

    Thanks a lot

  • @antonybabu5205
    @antonybabu5205 2 года назад

    Sir! How can i write plsql programs for flames concept

  • @SatyendraSingh-ul5iq
    @SatyendraSingh-ul5iq 3 года назад

    Thanks shiva. Can we increase cursor memory in run time of cursor

  • @slyroy7562
    @slyroy7562 4 года назад +1

    Hi sir ...
    (Cursors) Can we use more that one column in select statement?

  • @bharathipandian45
    @bharathipandian45 2 года назад

    Can you please explain unix commands as well

    • @SivaAcademy
      @SivaAcademy  2 года назад

      Sure, please stay tuned

    • @bharathipandian45
      @bharathipandian45 2 года назад

      , waiting for itvshiva I am the production support engineer

  • @yugandhartammineni1991
    @yugandhartammineni1991 4 года назад

    Getting PLS-00394 : wrong number of values INTO list of fetch statement error

  • @ganeshkamble2737
    @ganeshkamble2737 5 лет назад

    Excellent

  • @Sri_Gayatri_1
    @Sri_Gayatri_1 3 года назад

    Sir meru full course ki money entha

  • @dineshkumar-vp9dm
    @dineshkumar-vp9dm 5 лет назад

    What is difference between normal procedure and standard procedure
    pls share answer

  • @abhilashk2534
    @abhilashk2534 3 года назад

    Please mention sys ref cursor.. thanks..

  • @dineshkumar-vp9dm
    @dineshkumar-vp9dm 5 лет назад

    What difference between the for and forall clause

  • @durgakumarsunkara97
    @durgakumarsunkara97 5 лет назад

    nice explanation sir really ,more examples of bulk collect uses with some real examples upload sir...

    • @SivaAcademy
      @SivaAcademy  5 лет назад +1

      @durgakumar, Thank you 🙏... Sure, will be starting PLSQL performance tuning soon, will post as part of tuning video series.

    • @durgakumarsunkara97
      @durgakumarsunkara97 5 лет назад

      Tq sir,can you provide another video's about defferable ,non defferable and initiall y defferable .

  • @dattakor1548
    @dattakor1548 5 лет назад

    Superb...

  • @atul.thorat
    @atul.thorat 5 лет назад

    please clear cluster index and non cluster index use in plsql?

  • @atul.thorat
    @atul.thorat 5 лет назад

    Helpful

  • @gobirajendiran263
    @gobirajendiran263 5 лет назад

    Super..

    • @SivaAcademy
      @SivaAcademy  5 лет назад

      @GOBI, Thanks for your comments 🙏🙏

  • @tanushreechatterjee3766
    @tanushreechatterjee3766 4 года назад

    Sir, what is the difference between a cursor and select * statement?

    • @SivaAcademy
      @SivaAcademy  4 года назад

      Technical both are same,one will get executed as implict cursor and another one is explicit cursor

  • @shumailasami2277
    @shumailasami2277 5 лет назад

    Please explain cluster index and non cluster index

    • @SivaAcademy
      @SivaAcademy  5 лет назад

      Sure, will post on cluster and non cluster index.