Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. C:>sqlplus system/passwd@exampledb
  2. C:>create directory DUMPS as '\storagedir';
  3. C:>exit
  4. C:>impdp system/passwd@exampledb directory=DUMPS dumpfile=example.dmp logfile=example-imp.log
  5. ... just works as expected
  6.  
  7. c:>impdp system/passwd@exampledb directory=DUMPS dumpfile=example.dmp logfile=example-imp.log
  8.  
  9. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
  10. ORA-39001: invalid argument value
  11. ORA-39000: bad dump file specification
  12. ORA-39155: error expanding dump file name "\storagedirexample.dmp"
  13. ORA-48128: opening of a symbolic link is disallowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement