Oracle Error Message
PLS-00361: IN cursor ‘string’ cannot be OPEN’ed
Reason for the Error
A cursor parameter with mode IN cannot be modified, and therefore cannot be opened.
Solution
Change the cursor parameter to be IN OUT or OUT
Learn Programming and technology with ease @ developerpublish.com
PLS-00361: IN cursor ‘string’ cannot be OPEN’ed
A cursor parameter with mode IN cannot be modified, and therefore cannot be opened.
Change the cursor parameter to be IN OUT or OUT