Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Execute Store Procedure in Oracle

RE: Execute Store Procedure in Oracle

From: Hamid Alavi <hamid.alavi_at_quovadx.com>
Date: Fri, 4 Jun 2004 14:55:22 -0500
Message-ID: <C398496DF88AD711908C00065BEEE32CFE99FE@dfwmail.quovadx.com>


Sorry what do you mean by dbms_output parameter, I need just call this store procedure from sqlplus

-----Original Message-----

From: Paula_Stankus_at_doh.state.fl.us
[mailto:Paula_Stankus_at_doh.state.fl.us]
Sent: Friday, June 04, 2004 12:26 PM
To: oracle-l_at_freelists.org
Subject: RE: Execute Store Procedure in Oracle

set serveroutput on
execute procedure with the dbms_output parameters.

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Hamid Alavi Sent: Friday, June 04, 2004 3:32 PM
To: 'Oracle-L (E-mail)
Subject: Execute Store Procedure in Oracle

List,

Is any body know how you can execute an store procedure from SQLPLUS and get the output parameter from store procedure. I did EXECUTE sp_name(par1); from sqlplus and get error even call is the same, do I have to define any Variable or what? I can see the output thru the dbms_output but I need to see the output from SQLPLUS Thanks,

Hamid Alavi

Office : 818-737-0526
Cell phone : 818-416-5095



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Fri Jun 04 2004 - 14:43:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US