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?
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
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?
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.
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.
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?
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
the best thing I like about your videos is the last slide showing all styles in 1 slide.
Thank you 💐🙏
very clear explanation
Hi Siva, Awesome! All your explanations with videos are excellent , very clear and easy to understand along with proper examples . 👍
Thank you bro
Hi Siva wonderful explaination just want to know how many field we can Store in record type ?
Thank you
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?
Thank you, I am yet to post videos on partitions, please stay tuned
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.
Sure will post a video specifically for null VS empty string
Thank you Siva. Please help me with notion on Global Variable assignments. Do you have a video on his subject?
No videos right now, i will add this to my upcoming list.
@@SivaAcademy Thank you. I'll wait.
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.
Sure please stay tuned
super explanation Siva. I really loved it.
Thank you so much 🙂
one of the interview question, great explanation thank you sirji
Welcome bro
Thanks for your efforts... Great explaination
Welcome 💐 🙏
Explained very detailed. Thank you
My pleasure bro, thank you
much appreciated for given commanding explanation
Thank you
Very well Explained..
Thank you
Hi.. Anyone pls answer this question.. Why records can not be created at schema level?
Very clear and helpful, best 💯👍
Thank you 🙏💐
Thank you so much for clear explanation sir
Welcome
the materials are great but some are redundant//repeated.
Hi, I think we can create a record in schema level. Like
CREATE TYPE objtyp ( c1 NUMBER, c2 VARCHAR2(10) );
From which version did record type support constructor?
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.
Thank very much
Welcome
Thanks for indetail explanation....
Thanks a lot for your comment Raju :-)
Thanks Siva...
welcome bro
Thanks for Video sir.. Nice explaination..
Thank you 🙏🙏
Superrr sir thank u...
Welcome bro
Thank you Siva.
Sujaa
Welcome
how to write a program to display all values in emp table by using %type.
Please stay tuned, i post a video by next week on this topic
Sir please give pdf material for all this questions it's my humble request sir
Thank you sir....
🙏🙏
Hi Sir,
Please make video on utl_file.
Thanks
Sure, please stay tuned bro
@@SivaAcademy will be waiting 😊