Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: calling a stored procedure from a sitescope monitor
Chris
You wrote "I just want to call it and get the one value it returns." I think that procedure does not return values, functions does. If you want to get value from a procedure you have to pass a parameter that the procedure will return the value in.
Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: Tuesday, May 21, 2002 6:33 AM
> Has anyone done this? Let's say I have a procedure named foo and want to
> call it in a Sitescope monitor. There are no arguments to foo. I just want
> to call it and get the one value it returns. Freshwater doesn't have any
doc
> for this and they've been sitting on my request for information for a
week.
>
> They do have a document with an example for SQL Server but nothing for
> Oracle. If Oracle were like SQL Server, you'd just put the name of the
> procedure in the query line on a typical database monitor, but I tried
that
> and it doesn't work.
>
> We're using the jdbc thin driver to a version 8.1.7.2 instance if it makes
> any difference.
>
> Thanks.
>
> -Chris
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Chris McGrail
> INET: aminotorami_at_hotmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Yechiel Adar INET: adaryechiel_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed May 22 2002 - 05:28:23 CDT