
August 9th, 2005, 09:00 AM
|
|
|
|
Database Interaction with PL/SQL: Introduction to Sub-programs
This is part 12 of a series of articles focusing on database interactions with Oracle PL/SQL. In my previous article, I looked at several examples of explicit cursors. I also introduced the concept of cursors with parameters. In this article we will look into sub-programs. Mainly we will concentrate on procedures and discuss some issues of variable scoping with respect to sub-programs.
Read the full article here: Database Interaction with PL/SQL: Introduction to Sub-programs
For more discussion go here: Blog Article Discussion
|