YOU ARE A TREASURE OF OUR COUNTRY.. YOU SHOULD BE PROTECTED.. Continue ur good work
@SivaAcademy4 жыл бұрын
It's my pleasure,Thank you
@ravikhanna294 жыл бұрын
Hi Siva, By seeing above video i am able to analyze the scenario where collection is better than cursor. So Could you please provide any scenario where usage of cursor is better than collection.
@vineetadola15472 жыл бұрын
One doubt: here you use bulk collect for storing the data into nested table .... But usually we can use extend function in collection and save the data right?? What is the use of bulk collect over extend function??
@SreeramReddyB5 жыл бұрын
Can we directly assign to out parameter from select bulk collect into statement ?
@kunuturuaravindareddy55803 жыл бұрын
simply superb clear and easily understandable
@SivaAcademy3 жыл бұрын
Thank you bro
@uditkumar-vg5hb Жыл бұрын
Hi Siva, u are explaining with python ..can u start and provide the learning videos of python as well. THANKYOU🙂
@suchitapatil45253 жыл бұрын
Hi sir please plz explain when we should use package and procedures
@photomyste32795 жыл бұрын
Here why we don't use extend in nested array
@swarnali114 ай бұрын
Very good detail explanation ...Thanks a lot :)
@SivaAcademy4 ай бұрын
Thank you
@poojalonibarhanpure22122 жыл бұрын
Hi sir, you have called a get emp list proc from python n fetched the row. As the cursor is open in oracle procedure doesn't it need to be closed? If yes then how to close the ref cursor. As it gave me a security concern that the cursor is not closed
@ankitvarshney152 жыл бұрын
I think, it is getting closed in Python code... cur.close()
@mathankumar22285 жыл бұрын
Then y we use ref_cur as a out parameter while Collection is doing it in single fetch?
@SivaAcademy5 жыл бұрын
If you have limited data, then you can send via collection, if you have huge amount of data, then it's not recommended to return as collection.... Via ref cursor we are just returning the pointer, not the data
@mathankumar22285 жыл бұрын
@@SivaAcademy ok thank you sir
@gsraj5112 жыл бұрын
Thanks Siva for your detailed explanation...
@SivaAcademy2 жыл бұрын
My pleasure 😊
@ajeet3823 ай бұрын
awesome work man
@radhachikkarangappa41323 жыл бұрын
Can you please give a session on Explain plan and Oracle hints
@SivaAcademy3 жыл бұрын
Sure please stay tuned
@priyankadesai98483 жыл бұрын
Please sir
@zramzscinece_tech53104 жыл бұрын
Your explanations are excellent, Please keep posting PLSQL related videos.
@SivaAcademy4 жыл бұрын
Thank you,Sure, Please stay tuned
@bhushanpalse5163 жыл бұрын
Excellent Explanation...sir
@SivaAcademy3 жыл бұрын
Welcome bro
@srarts69904 жыл бұрын
Can we create a materialized view on two different schema tables..?
@SivaAcademy4 жыл бұрын
Yes you can
@srarts69904 жыл бұрын
@@SivaAcademy Write a procedure to create views for all tables at a time? I got this question from one of interview. Will you help me on that sir..
@SivaAcademy4 жыл бұрын
Definitely Sai, I am preparing view related interview question, mostly I will be posting this week, I will add this question also as part of that, please stay tuned 👍
@rahulbadhe59305 жыл бұрын
nice session sir,, thank you so much.
@SivaAcademy5 жыл бұрын
@Rahul, Welcome, sure, will be starting performance videos, due to my personal work, its getting delayed, however, i will definitely will try to start the new series on performance soon, please stay tuned.
@mathankumar22285 жыл бұрын
So based on our business requirement we need to choose whether to use refcursor or collection.. am I right sir? Or can we use collection as a outparameter to front end always? So that the db usage will be reduced
@SivaAcademy5 жыл бұрын
Yes perfectly correct 👍👍
@lakshmanakumart22285 жыл бұрын
if oracle forms 12c and Reports 12c can work with Oracle 11g DB?
@SivaAcademy5 жыл бұрын
I am not sure about version compatibility between dB and forms
@pavankumar35974 жыл бұрын
hi sir please make full video on dbms_monitor package , how to use it , what is advantage off it and how to call it
@SivaAcademy4 жыл бұрын
Sure Pavan, Please stay tuned.
@vinayakavini53343 жыл бұрын
Super explanation. I have one query. When do we use cursors and insert script?
@rabishankarbhagat25583 жыл бұрын
Excellent explanation sir
@SivaAcademy3 жыл бұрын
Welcome bro 💐
@nileshdivate13 жыл бұрын
Hi..But index will start from 0 in collection
@gurumoorthysivakolunthu98782 жыл бұрын
Hi sir... Thanks a lot for your effort.... 1 doubt, Sir -- while using refcursor as out parameter... -- we are not closing the cursor both in procedure and in the calling anonymous block... ... Will the cursor closes automatically ...?
@ankitvarshney152 жыл бұрын
I think, it is getting closed in Python code... cur.close()
@shaheenshaikh67015 жыл бұрын
Record bhi hai na sir to hold more than 1 value
@SivaAcademy5 жыл бұрын
@Shaheen, yeah, however record cannot hold more than one row...
@padmapriya12623 жыл бұрын
Hi sir thanks for the detailed explanation. Can u please do one video for in which scenario we should use each plsql concepts
@SivaAcademy3 жыл бұрын
Sure please stay tuned
@jagadishdogga48865 жыл бұрын
Sir need difference between ref cursor and collections
@SivaAcademy5 жыл бұрын
@Jagasidh, I have covered little but the same video series, however, i will post explicitly on the difference between cursor and collection soon, please stay tuned.
@WorldEye885 жыл бұрын
So collections are more efficient for the DB resources? Thank you. Very nice
@SivaAcademy5 жыл бұрын
Not always... Depends on data
@WorldEye885 жыл бұрын
Thank you.
@sridhartamilselvan5 жыл бұрын
Thanks for this topic sir... I got some ideas from it.
@SivaAcademy5 жыл бұрын
@Sridhar, Its my pleasure.. :-)
@rahulbadhe59305 жыл бұрын
sir make videos of performance tuning...
@SivaAcademy5 жыл бұрын
@Rahul, sure...sorry for the delay..
@priyankadesai98483 жыл бұрын
Thank u for this video
@SivaAcademy3 жыл бұрын
My pleasure
@kdeepika64823 жыл бұрын
Wonderful sir ur
@SivaAcademy3 жыл бұрын
Thank you
@manishsahu27405 жыл бұрын
Very Nice learning through ur video. Thums up!
@SivaAcademy5 жыл бұрын
Thank you 🙏
@keerthin93624 жыл бұрын
Hi sir, Could you please explain when to use which type of collection in Oracle with examples?
@SivaAcademy4 жыл бұрын
Please look into this video, kzbin.info/www/bejne/imaqpmWbltZmZ80