Expdp failed - when using mapped drive. [message #395337] |
Wed, 01 April 2009 03:13 |
ravivkumar
Messages: 34 Registered: April 2005 Location: chennai
|
Member |
|
|
Hi,
I am facing error ,while executing expdp a mapped drive.
Path : \\xx.xx.xx.xx\DataBaseBackup\--- > mapped as O:\ drive
Directory created in database ,
create directory expdp as 'o:\exportbackup';
grant read,write on directory expdp to system;
Directory : EXPDP
path : O:\ExportBackup\
C:\>expdp system/*******@testdb directory=EXPDP full=y dumpfile=testdb.dmp logfile=testdb.log
Export: Release 10.2.0.3.0 - Production on Monday, 23 March, 2009 22:10:31
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Produc
tion
With the Partitioning and OLAP options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 475
ORA-29283: invalid file operation
Regards
Ravikumar.V
|
|
|
|