Re: Writing to OS file

From: Scott Urman <surman_at_oracle.com>
Date: 1996/07/02
Message-ID: <4rbl7h$5hk_at_inet-nntp-gw-1.us.oracle.com>#1/1


In article <4r9mq9$9op_at_gossamer.itmel.bhp.com.au>, levy.lee.ls_at_bhp.com.au (Lee Levy) writes:
|> In article <31D81533.78BF_at_capecod.net>, Paul Jacobs <pjacobs_at_capecod.net> says:
 [snip]
|>
|> From memory:
|> package DBMS_OUTPUT from the database
|> package TEXT_IO from Forms.
|>
|> I'd get the doco either in the Forms designer, or through the F45 on-line help.
|> Dunno otherwise.
|>
|> and yes, you are right - it came in with 7.1.something

DBMS_OUTPUT (Oracle 7.0 and higher) allows you to output to the screen from SQL*Plus or Server Manager. TEXT_IO allows you to read and write to operating system files on the CLIENT since it is only available in Forms. PL/SQL 2.3 (with Oracle 7.3) allows SERVER-side reading and writing to operating system files with the package TEXT_IO. See the Application Developer's Guide or _Oracle PL/SQL Programming_ (info below) for more info.

|>
|> HIH
|> Lee
|> ** Status Report - 18 days until Maternity Leave, and counting **
|> ---------------------------------------------------
|> Lee Levy, ISSD Technical Dream Team, Del Code (34)
|> BHP Information Technology, ACN 006 476 213
|> PO Box 261, Warrawong, NSW 2502, Australia
|> PH: +61 42 75-5485 Fax: -5500 Tie: 8855-
|> Internet : levy.lee.ls_at_bhp.com.au
|> ---------------------------------------------------
|> Opinions expressed are mostly my own, so give me some credit.
 

-- 
------------------------------------------------------------------------
Scott Urman            Oracle Corporation           surman_at_us.oracle.com
------------------------------------------------------------------------
Author of _Oracle PL/SQL Programming_ ISBN 0-07-882176-2
Published by Oracle Press - http://www.osborne.com/oracle/index.htm
------------------------------------------------------------------------
"The opinions expressed here are my own, and are not necessarily that of
 Oracle Corporation"
------------------------------------------------------------------------
Received on Tue Jul 02 1996 - 00:00:00 CEST

Original text of this message