From oracle-l-bounce@freelists.org Thu Aug 25 07:10:56 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j7PCAujU029748 for ; Thu, 25 Aug 2005 07:10:56 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j7PCAoIP029724 for ; Thu, 25 Aug 2005 07:10:51 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 5BDAA1E6DA4; Thu, 25 Aug 2005 07:07:51 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09482-03; Thu, 25 Aug 2005 07:07:51 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id CB6B31E6C39; Thu, 25 Aug 2005 07:07:50 -0500 (EST) Message-Id: Date: Thu, 25 Aug 2005 08:05:32 -0400 From: "Jeffrey Beckstrom" To: Cc: Subject: Re: Send output to a PC every N minutes Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_A486E736.9EFFEA0D" X-archive-position: 24475 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: JBECKSTROM@gcrta.org Precedence: normal Reply-To: JBECKSTROM@gcrta.org X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-mailscan-MailScanner-Information: Please contact the ISP for more information X-mailscan-MailScanner: Found to be clean X-MailScanner-From: oracle-l-bounce@freelists.org X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on air891.startdedicated.com X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE autolearn=ham version=2.63 --=_A486E736.9EFFEA0D Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit That's what we were thinking of. The problem with sql*plus is that procedure has to end for output to get to screen. Then how do you reinvoke the procedure again. DBMS_JOB won't send output to a client PC. >>> rjamya 8/25/05 7:54:17 AM >>> What version? How do you want to send output? You could easily do this using sqlplus or dbms_job. A procedure and a mechanism to otput is all you need. raj On 8/25/05, Jeffrey Beckstrom wrote:Our developers have a requirement to query a table and send the output to a PC every N minutes. Developers don't know Perl so looking at some alternatives. I would hate to do it in Sql*plus since would have to start sql*plus, connect, run procedure, exit and repeat. That would be a lot of connecting. Any other suggestions. Jeffrey Beckstrom Database Administrator Greater Cleveland Regional Transit Authority 1240 W. 6th Street Cleveland, Ohio 44113 -- ------------------------------ select standard_disclaimer from company_requirements where category = 'MANDATORY'; --=_A486E736.9EFFEA0D Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Description: HTML That's what we were thinking of.  The problem with sql*plus is that procedure has to end for output to get to screen.  Then how do you reinvoke the procedure again.  DBMS_JOB won't send output to a client PC.

>>> rjamya <rjamya@gmail.com> 8/25/05 7:54:17 AM >>>
What version? How do you want to send output? You could easily do this using sqlplus or dbms_job. A procedure and a mechanism to otput is all you need.

raj

On 8/25/05, Jeffrey Beckstrom <JBECKSTROM@gcrta.org> wrote:
Our developers have a requirement to query a table and send the output to a PC every N minutes.  Developers don't know Perl so looking at some alternatives.  I would hate to do it in Sql*plus since would have to start sql*plus, connect, run procedure, exit and repeat.  That would be a lot of connecting.
 
Any other suggestions.
 
Jeffrey Beckstrom
Database Administrator
Greater Cleveland Regional Transit Authority
1240 W. 6th Street
Cleveland, Ohio 44113



--
------------------------------
select standard_disclaimer from company_requirements where category = 'MANDATORY';
--=_A486E736.9EFFEA0D-- -- http://www.freelists.org/webpage/oracle-l