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 -> Help on SQL*Plus Command

Help on SQL*Plus Command

From: Chiunta Chen <chiunta_at_worldnet.att.net>
Date: Tue, 07 Sep 1999 16:27:08 -0500
Message-ID: <37D5832C.F91F0C90@worldnet.att.net>


Here is what I tried to accomplish

ACCEPT W_DATE_BEG PROMPT "Enter Period Start Date (mmddyyyy): "; ACCEPT W_DATE_END PROMPT "Enter Period End Date (mmddyyyy): ";

I want to generate a spool file with names like BTyymmdd in c:\temp. I was stumped at

DEFINE FILE_NAME = C:\TEMP\BT ......... SPOOL &FILE_NAME Is my goal possible?

Please also send a copy of your response to my e-mail. I appreciate your help. Received on Tue Sep 07 1999 - 16:27:08 CDT

Original text of this message

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