PL/SQL Oracle tutorial - REF CURSOR and SYS_REFCURSOR - PL/SQL for beginners (Lesson 10)

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Is this made with text to voice? In 2012?! This good?! Wooow, I respect this!

baconsky
Автор

Very good video..able to understand ref cursor clearly..Thanks for the upload..

karthigabalraj
Автор

Thanks a lot sir...really good video. clarifying all the ref cursor concepts...

niveditadahiya
Автор

Great video, but instead of using the while to list the data, you can use a simple loop and exit when the cursor finds nothing
Ex: EXIT WHEN cur_employees% NOTFOUND

I think it would look better this way and easier to understand, but it goes from the opinion of each one ..

alifepereira
Автор

its great video thanks ...
i hope you make zoom screen to see what you are typing :)

jamalbana
Автор

The font is small. Cannot make out. Can we have the codes also?

prasannakurugod
Автор

nice video, by the way which music are you plying in backend?

yashtrologer
Автор

great examples, however could not understand the last example. When in the function you only retrieved surname, how in the anonymous block you retrieved DepId. And similarly the function you created you used deptno in the SQL query, but the table has depId. How did the function work? Could you please give an insight on this.

sanjitparida
Автор

Fuck! This is so confusing '(*_*)!

christech
Автор

In the last example, if you close the ref cursor inside the function itself, you will be able to open the cursor after the function call return. Am I right?

rajaramv