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: [Q] execute PL/sql code NO output display on screen????

Re: [Q] execute PL/sql code NO output display on screen????

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Thu, 13 May 2004 17:11:48 -0400
Message-ID: <20040513211148.GA3434@mladen.wangtrading.com>

On 05/13/2004 03:06:14 PM, dba1 mcc wrote:
> I execute PL/SQL code to call UNIX shell script, but
> it did NOT display output on screen. The ORACLE
> version is 9.2.0.5 on SUN Solaris 8.

Of course it didn't display output on the screen. It was executed by a background process called ora_s#$%!_$ORACLE_SID which probably doesn't have your terminal open as file descriptor 1, the one and only STDOUT. You should store the output somewhere and then display it. One possible place to redirect output to would be $ORACLE_HOME/bin/oracle

>
> Any ideal?

Oh yes. To spend the rest of my life on a 150ft yacht, not having to worry about money and having an equivalent of Baywatch female cast obey my every command. It would be really ideal, as far as I am concerned. Oh yes, add peace in the world, happiness and freedom for all and other stuff recited by candidates in various beauty pageants, but yacht and money are really the essence of my ideals. Am I a dreamer, or what?

-- 
Mladen Gogala
Oracle DBA



Note:
This message is for the named person's use only.  It may contain confidential, proprietary or legally privileged information.  No confidentiality or privilege is waived or lost by any mistransmission.  If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender.  You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

----------------------------------------------------------------
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 Thu May 13 2004 - 18:05:44 CDT

Original text of this message

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