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

Home -> Community -> Usenet -> c.d.o.misc -> Two questions

Two questions

From: songmuh <songmuh_at_MCI2000.com>
Date: 1998/01/29
Message-ID: <01bd2cf1$b1aa2420$5c4e37a6@g2k486>#1/1

Hello,

Please pardon me if these questions have been asked before: 1. How can I have a list of all the triggers that are attached to my tables?
Can I do this at the SQL*Plus prompt?

2. When I execute a stored procedure, how do I get the output? For example, declare procedure sp_test (v_name in varchar2,

                                  n_number out number) is
                         begin
                                  ...
                                  select amount into n_number
                                  from my_table
                                  where condition;
                          end sp_test;

Now, I execute the procedure. Where does the ouput go? How do I catch the output?

TIA, Songmuh Received on Thu Jan 29 1998 - 00:00:00 CST

Original text of this message

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