M,
So how do I get the sp to return the rows count using OUT?
Well, RTFM will answer your question. I suggest the "PL/SQL User's Guide and Reference", which is available from:
http://tahiti.oracle.com If you only want to return a single value, I recommend a stored function -- and not a stored procedure. For example:
[Note: Uncompiled and untested. Please verify via documentation.]
I guess it's none of my business, but if the DBA's demand it, then why can't they show you how to do it? (Don't they know how to write PL/SQL?)
Good Luck,
Avi.
[ April 16, 2005: Message edited by: Avi Abrami ]