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: plsql prompt for input

Re: plsql prompt for input

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Wed, 18 Feb 2004 05:13:18 -0800 (PST)
Message-ID: <20040218131318.28750.qmail@web60704.mail.yahoo.com>


Um Jared, actually it doesn't necessarily need a type. Here's the standard start to all my release to production or staging scripts:

set echo off term on
prompt

accept sysconn prompt "system password and connect string: " accept env prompt "Enter S for Staging, P for Production: "

Rachel


Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools

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 Wed Feb 18 2004 - 07:13:18 CST

Original text of this message

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