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: NT Script

Re: NT Script

From: Jim Walski <jwalski3_at_classicplan.com>
Date: Mon, 18 Jun 2001 10:30:25 -0700
Message-ID: <F001.0032D7DA.20010618103154@fatcity.com>

I did this on another server and can't remember the exact details, but it went something like this:

  1. In SQLPlus create a rename.sql file with: Spool rename_export.bat select 'HOST REN export_file_name export_file_name_'||to_char(sysdate,'MMDDYYYY') FROM DUAL; spool off;
  2. In your script have two commands:

   sqlplus user/password start rename.sql    call rename_export.bat

HTH, Jim

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: Monday, June 18, 2001 9:56 AM

>Hello all,
> I know, I know, NT. Anyway, I was wondering if anyone knew how to append
>the system date to a file created through a script. Basically, what I want
>to do is have files set up to run exports every night, however, I need to
be
>able to appened the system date to the file when it is created so I don't
>just over write the file that was created the night before. Does anyone
>know how to do this, it would be greatly appreciated!!
>
>Sincerely,
>Kevin Kostyszyn
>DBA
>Dulcian, Inc
>www.dulcian.com
>kevin_at_dulcian.com
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Kevin Kostyszyn
> INET: kevin_at_dulcian.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jim Walski
  INET: jwalski3_at_classicplan.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Jun 18 2001 - 12:30:25 CDT

Original text of this message

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