oracle plsql records and collections type

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

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

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

    Hi Siva, it's really helpful whoever wants to learn plsql concepts at the stage of beginning. Plzz help for my queries?
    1.Is it possible to share the bind variables across the plsql blocks and is it access in different sessions?
    2.Does record type variable hold row type variable?

  • @jahongir2212
    @jahongir2212 8 หลายเดือนก่อน

    Hi thanks for explaining, I’ve a problem:
    Have a record type like your emp_rec_type… so
    I do:
    Some loop
    i := count+1;
    emp_rec(i).empname := loop.value1
    emp_rec(i).empsal := loop.value2
    End loop;
    So how can i get a unique values in emp_rec
    I’m using this:
    if not emp_rec.exist(loop.value1) then
    ….
    end if;
    Here i get a boolshit

  • @abbeydudeuk
    @abbeydudeuk 3 ปีที่แล้ว

    the best thing I like about your videos is the last slide showing all styles in 1 slide.

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

    very clear explanation

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

    Hi Siva, Awesome! All your explanations with videos are excellent , very clear and easy to understand along with proper examples . 👍

  • @jiyasworld2021
    @jiyasworld2021 3 ปีที่แล้ว

    Hi Siva wonderful explaination just want to know how many field we can Store in record type ?

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

    Hey Siva, really loved the way you explain concepts. Simple and brilliant! Would like to see some videos on partitioning as well. Are there any which you have already recorded?

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

      Thank you, I am yet to post videos on partitions, please stay tuned

  • @SAK-y6j
    @SAK-y6j 5 ปีที่แล้ว

    Thanks for sharing .Your video lectures are really awesome.
    I have a doubt in this lecture. As per my knowledge space or empty string is not Null in oracle .
    How Null error response is generated when empty string is assigned to the field ? Please clarify.

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

      Sure will post a video specifically for null VS empty string

  • @WorldEye88
    @WorldEye88 4 ปีที่แล้ว

    Thank you Siva. Please help me with notion on Global Variable assignments. Do you have a video on his subject?

    • @SivaAcademy
      @SivaAcademy  4 ปีที่แล้ว

      No videos right now, i will add this to my upcoming list.

    • @WorldEye88
      @WorldEye88 4 ปีที่แล้ว

      @@SivaAcademy Thank you. I'll wait.

  • @parthasukla2758
    @parthasukla2758 4 ปีที่แล้ว

    Hi Siva,
    Thanks for making such type of videos.
    Could you let us know what is the difference between record type and object.
    Thanks in adv.

    • @SivaAcademy
      @SivaAcademy  4 ปีที่แล้ว

      Sure please stay tuned

  • @vijaysimhadri9213
    @vijaysimhadri9213 3 ปีที่แล้ว

    super explanation Siva. I really loved it.

    • @SivaAcademy
      @SivaAcademy  3 ปีที่แล้ว

      Thank you so much 🙂

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

    one of the interview question, great explanation thank you sirji

  • @SanjayKumar-ng7zp
    @SanjayKumar-ng7zp 3 ปีที่แล้ว +1

    Thanks for your efforts... Great explaination

  • @kumar-bi1to
    @kumar-bi1to 2 ปีที่แล้ว

    Explained very detailed. Thank you

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

      My pleasure bro, thank you

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

    much appreciated for given commanding explanation

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

      Thank you

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

    Very well Explained..

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

    Hi.. Anyone pls answer this question.. Why records can not be created at schema level?

  • @Ins_8800
    @Ins_8800 4 ปีที่แล้ว

    Very clear and helpful, best 💯👍

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

    Thank you so much for clear explanation sir

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

    the materials are great but some are redundant//repeated.

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

    Hi, I think we can create a record in schema level. Like
    CREATE TYPE objtyp ( c1 NUMBER, c2 VARCHAR2(10) );

  • @minicat1983
    @minicat1983 4 ปีที่แล้ว

    From which version did record type support constructor?

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

      Hi @minicat1983, From 18c onwards, any PL/SQL value can be provided by a qualified expression, just like a constructor provides an abstract data type value.

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

    Thank very much

  • @raju26067
    @raju26067 5 ปีที่แล้ว

    Thanks for indetail explanation....

    • @SivaAcademy
      @SivaAcademy  5 ปีที่แล้ว

      Thanks a lot for your comment Raju :-)

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

    Thanks Siva...

  • @deepakjagdale6215
    @deepakjagdale6215 5 ปีที่แล้ว

    Thanks for Video sir.. Nice explaination..

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

    Superrr sir thank u...

  • @sujaa1000
    @sujaa1000 4 ปีที่แล้ว

    Thank you Siva.
    Sujaa

  • @kodurupavan3712
    @kodurupavan3712 4 ปีที่แล้ว

    how to write a program to display all values in emp table by using %type.

    • @SivaAcademy
      @SivaAcademy  4 ปีที่แล้ว

      Please stay tuned, i post a video by next week on this topic

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

    Sir please give pdf material for all this questions it's my humble request sir

  • @narendraganji2319
    @narendraganji2319 5 ปีที่แล้ว

    Thank you sir....

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

    Hi Sir,
    Please make video on utl_file.
    Thanks

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

      Sure, please stay tuned bro

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

      @@SivaAcademy will be waiting 😊