expdp not creating the export dump file and neither returning any errors
RDBMS Version
: 10.2.0.4
Operating System and Version
: Linux x86 Redhat AS 4
Error Number (if applicable)
:
Product (i.e. SQL*Loader, Import, etc.)
: expdp
Product Version
: 10.2.0.4
expdp not creating the dump file
expdp script I run is not creating dump file and is also not reporting any error.
I am just trying to export demo tables
Here is the expdp command I ran
"$ORACLE_HOME/bin/expdp" \"/ as sysdba\" tables=SCOTT.BONUS,SCOTT.DEPT,SCOTT.EMP,SCOTT.SALGRADE DUMPFILE=tsrstdir:SCOTT.0.dump LOGFILE=tsrstdir:exp.log 2>&1
Output is as shown below
Export: Release 10.2.0.4.0 - Production on Monday, 31 August, 2009 10:44:34
Copyright (c) 2003, 2007, Oracle. All rights reserved.