Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!apple!voder!pyramid!oracle!jdiaz From: jdiaz@oracle.uucp (Jean Marie Diaz) Newsgroups: comp.databases Subject: Re: ORACLE EXPorting via a shell script? Message-ID: <442@oracle.UUCP> Date: 12 Oct 88 18:18:32 GMT References: <397@cjinc.UUCP> Sender: jdiaz@oracle.uucp Reply-To: jdiaz@oracle.uucp (Jean Marie Diaz) Organization: Oracle Corporation, Belmont, CA Lines: 26 >I need to setup a shell scrip to automaticly export data from >an ORACLE database using their EXP program. The problem is that is seams >to only take input from the keyboard, anyone got any ideas? Hmm. Oughta look something like this: #!/bin/csh exp recordlength=16384 db/accounts >& logfile <