【问题标题】:oracle RAC expdp store dmp file in which nodeoracle RAC expdp 将dmp文件存放在哪个节点
【发布时间】:2017-10-01 12:36:34
【问题描述】:

我们有一个带有两个物理节点的 linnux Oracle 11g RAC 设置,实例名称是 ora_inst1、ora_inst2 和 ora_inst

ora_inst1 在 node1 上运行 ora_inst2 在 node2 上运行 ora_inst 在两个节点上运行

expdp system/password@ora_inst dumpfile="dumpfile" dumpdir="/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/log/"

当我们运行上述命令时,Oracle 有时将转储文件存储在 node1 中,有时在 node2 中。在这种情况下,oracle 是如何选择节点的?

【问题讨论】:

  • 这取决于 ora_inst 的定义。默认情况下,它会像循环一样。它可以配置为仅在 ora_inst1 不可用的情况下访问 ora_inst2。或者,如果您以精确节点为目标,您可能更喜欢在命令中使用 ora_inst1(或 ora_inst2)。

标签: oracle oracle11g expdp oracle-rac


【解决方案1】:

它取决于 tns_alias (ora_inst) 的配置。当您使用 tns 别名 ora_inst 连接到数据库时,它将使用 SCAN 名称连接到 node1 和 node2。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-05-25
    • 1970-01-01
    • 1970-01-01
    • 2012-06-26
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多