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 -> DBMS_OUTPUT with C-programs

DBMS_OUTPUT with C-programs

From: Florian Schmedding <schmeddi_at_arcturus.informatik.uni-freiburg.de>
Date: Wed, 4 Jun 2003 10:53:58 +0200
Message-ID: <Pine.GSO.4.44.0306041048050.12475-100000@arcturus.informatik.uni-freiburg.de>


Does anybody know how to receive the text output from PUT_LINE commands within a PL/SQL procedure in a C program? I'm calling the PL/SQL procedures with embedded SQL. I can only receive the text output from RAISE_APPLICATION_ERROR statements.

Second question:

How can I get a procedure's schema name within the procedure in PL/SQL? Is there any function?

Florian Received on Wed Jun 04 2003 - 03:53:58 CDT

Original text of this message

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