Re: Oracle exp switch?

From: Avi Abrami <aabrami_at_intersystemsww.com>
Date: Mon, 21 Jan 2002 08:43:25 +0200
Message-ID: <3C4BB88D.D3BA7CAA_at_intersystemsww.com>


Hizzy X wrote:

> I'm using the DOS shell in Windows 2000 not UNIX.

So install cygwin!

http://www.redhat.com/software/tools/cygwin/

>
>
> "Igor Ushkalo" <igorus_at_protek.ru> wrote in message
> news:a2bguj$et6$1_at_news.sovam.com...
> > Hello, Roadrunner!
> > You wrote on Sat, 19 Jan 2002 10:02:54 GMT:
> >
> > R> I'm using the Oracle "exp" command to do an export to a export file.
> > R> Does anyone know if their is a way I can stamp the time and date into
> > R> the filename of the export file?
> >
> > DATE_OF_EXPORT=`date | awk '{print $01 $02 $03 $04}'`
> > exp .... FILE=$ORACLE_SID$DATE_OF_EXPORT.dmp ....
> >
> > You can do everything via UNIX shell B-)
> >
> > R> or
> > R> Does the exp command have a switch that will not overwrite an
> > R> existing export file of the same name?
> >
> > Try to delete it before export from batch script....
> >
> > -- Best regards, Igor Ushkalo (igorus!) - igorus(at)mail.ru, ICQ #19972198
> >
> >
Received on Mon Jan 21 2002 - 07:43:25 CET

Original text of this message