Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Export on Oracle Linux 8.0.5 Problem
Is your $ORACLE_HOME/bin in your path? You might be using two different exp
executables. Check which exp program you are using in interactive mode by
% ls -l `which exp`
and then compare to
% ls -l $ORACLE_HOME/bin/exp
I don't know about Linux, but this sometimes causes funkiness on Solaris...
gigadud wrote in message <37e7aec8.67643265_at_news2.newscene.com>...
>We are tring to export on a linux box from script and having problems.
>
>1. When we just "exp" in interactive and and enter the parms we have
>no problem. When we perform a $ORACLE_HOME/bin/exp in interactive
>we get a core dump.
>
>2. In Script when we use the "exp" the export works fine, if we use
>$ORACLE_HOME/bin/exp in script we get a core dump.
>
>Is there anyway to prevent the core dump when running
>$ORACLE_HOME/bin/exp ?
>
>-Don-
Received on Tue Sep 21 1999 - 13:31:19 CDT
![]() |
![]() |