Oracle 10gR2: expdb Fehler

Mäd Max

Grünschnabel
Hallo Forum

ich erhalte folgenden Fehler beim Expotieren:

ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-39087: directory name C:\UTILITIES\DATADUMP is invalid

folgenden Befehl setze ich ab:
expdp infodba/infodba full=y directory=C:\utilities\DataDUMP dumpfile=quality.dmp NOLOGFILE=y LOGFILE=quality.explog


mit dem alten export hat alles wunderprächtig funktioniert:
exp infodba/infodba statistics=none full=y buffer=1048576 file=C:\utilities\DUMP\quality.dmp log=C:\utilities\LOG\quality.explog


Weiss hier vielleicht jemand was?

Danke vorab für eure Antworten.
 
nach langem probieren gerade eben selber herraus gefunden:

The steps to do the export using the new utilities are different. First, set
the ‘expdp_dr’ using the SQL command like this:

SQL> create directory expdp_dir as ‘%PATH_YOU_ARE_USING%’;

also...

set ORACLE_HOME=x:\oracle\ora102
set ORACLE_SID=test
sqlplus /nolog

conn sys/pw AS SYSDBAcreate directory expdp_dir as 'C:\utilities\DataDUMP';
 

Neue Beiträge

Zurück