DBA Hub

📋Steps in this guide1/1

REUSE_DUMPFILES Parameter In EXPDP

If we try to export a dumpfile with the name, which is already present in that directory. then we will get error like ORA-27038: created file already exists

oracle configurationintermediate
by OracleDba
20 views
1

Overview

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file “/data/app/oracle/dbaclass_estim.dmp“
ORA-27038: created file already exists
Additional information: 1

expdp parfile=exp_reusedmp.par

Comments (0)

Please to add comments

No comments yet. Be the first to comment!