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 -> Re: TNSPING from PL/SQL?

Re: TNSPING from PL/SQL?

From: T3 <c.maradey2_at_verizon.net>
Date: 23 Dec 2005 08:19:20 -0800
Message-ID: <1135354760.838491.213990@f14g2000cwb.googlegroups.com>


Think in you last procedure there is a problem in the

              c := dbms_sql.close_cursor; line.

don't you have to pass "c" to the close_cursor procedure?

so it would have to be something like d:= dbms_sql.close_cursor(c);

is that correct?

T3 Received on Fri Dec 23 2005 - 10:19:20 CST

Original text of this message

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