|
-
Hi Manjunathk,
I am new to PL/SQL also (ok, very new) but I was wondering if the problem could be with the parameter?
The default mode for parameters is IN, which can't be modified in the procedure. They are treated like constants within the procedure. Both OUT and IN OUT parameter modes can be written to, though.
Good luck with this!
Mary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|