NAVIGATION
Home
Gallery
Java
Linux
Web
Scripts And Utilities
Mobile And Sms
Misc
Contact
pixelWIKI
Nabaz Tag




<<

Oracle Notes

Not entirely Java related, but possiblt useful anyway.

Executing a package in sqlplus

var rc refcursor

exec :rc:=MY_PACKAGE.MY_FUNCTION
print rc


you only need to var rc once