Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: export under linux
"s Lehaire" <s.lehaire_at_meilleuregestion.com> wrote in message
news:a8h6l3$ppm$1_at_reader1.imaginet.fr...
> HI!
> I've got a probleme to execute the exp under linux server. How can I save
> the database from my linux server to mydatabase on windows server.
> I try to execute the exp file under the bin folder but linux say : "exp:
> exp: cannot execute binary file" I tried bash exp ... and exec exp.... so
> how can I do to save it?
> thx for response
>
>
>
>
sounds like you haven't got your paths set properly. If you have I apologise for the next part:-
PATH=$PATH:/oracle/product/8.1.7/bin
ORACLE_HOME=/oracle/product/8.1.7
ORACLE_SID=mydatabase
export ORACLE_HOME PATH ORACLE_SID
Then try typing exp
The paths and name above are examples, but you should know them.
Regards,
Pete Received on Sat Apr 06 2002 - 05:47:45 CST
![]() |
![]() |