Re: oracle 8.1.7 exp.exe

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 29 Jan 2003 19:43:17 -0800
Message-ID: <92eeeff0.0301291943.7e2c4c89_at_posting.google.com>


amaresh.sripathi_at_turner.com (Amaresh Sripathi) wrote in message news:<c27761d2.0301291340.1ef06d4b_at_posting.google.com>...
> O/s: windows 2000
> oracle 8.1.7
> The <oracle_home>\bin\exp.exe program executed from the windows
> command line, always displays command syntax for exp command. It
> assumes syntax of the command is bad and displays help text of exp
> command.
>
> I have typed in exp <username/password> {KEYWORD=value or ..} (keyword
> parameters such as file, log, compress, and so on). Never exp command
> gets into interactive mode.
>
> I have used parameter file and executed the command as follows.
>
> exp parfile=exp.par
>
> The contents of exp.par are as follows.
> userid=system/manager
> buffer=100000
> file=exp.dmp
> log=exp.log
> full=y
> compress=y
>
>
> All exp command displays help text to me.
>
>
> Thanks.
> Amaresh Sripathi

If it is a local database then,
C:\> set oracle_sid=<SID>
C:\> exp xxxx/xxxxx ....

If it is remote then,
C:\> exp xxxx/xxxx_at_service_name ......

Atleast that is what I can see because the parameters are correct.

Regards
/Rauf Sarwar Received on Thu Jan 30 2003 - 04:43:17 CET

Original text of this message