zoukankan      html  css  js  c++  java
  • 052-102

    You want to import schema objects of the HR user using Oracle Data Pump from the development database, DEVDB, to the production database, PRODDB. A database link devdb.us.oracle.com is created between PRODDB and DEVDB.
    You execute the following command on the PRODDB database server:
    $ impdp system/manager directory = DB_DATA
    dumpfile = schemas.dat
    schemas = hr
    flashback_time = "TO_TIMESTAMP('25-08-2007 14:35:00', 'DD-MM-YYYY HH24:MI:SS')"
    The command fails displaying the following error:
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31640: unable to open dump file "/home/oracle/schema/schemas.dat" for read
    ORA-27037: unable to obtain file status
    What would you do to overcome the error?
    A.Add the user, SYSTEM, to the schemas option.
    B.Add the network_link = devdb.us.oracle.com option.
    C.Change the dumpfile option to schema.dat@devdb.us.oracle.com.
    D.Replace the schemas option with the network_link = devdb.us.oracle.com option.
    E.Replace the dumpfile option with the network_link = devdb.us.oracle.com option.

    通过 database link 导数据需要提供参数 network_link ,这时不会生成 dump file,所以不需要 dumpfile 参数。

  • 相关阅读:
    centos8网络连接(1)虚拟机网卡和网络编辑器设置
    centos7离线安装ruby
    centos7安装ruby-2.6.5,简单快捷的下载与安装方式
    redis 4.0.13 -- 集群模式
    活了
    世界无我
    markdown_test
    关于mimikatz在webshell运行
    可用性自动化V3
    关于sqlmap常用
  • 原文地址:https://www.cnblogs.com/Babylon/p/8023996.html
Copyright © 2011-2022 走看看