【问题标题】:Dumpfile on RDS - OracleRDS 上的转储文件 - Oracle
【发布时间】:2018-04-23 11:21:31
【问题描述】:

我需要将转储文件移动到 Oracle RDS 实例,我已提交 http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Procedural.Importing.html,我知道可以使用 dbms 文件传输来实现,但我有几个问题:

1) 假设我在本地有一个转储文件,我不能直接上传吗?需要我总是必须设置一个数据库,然后使用 dbms_file_transfer 来移动它吗?通常数据中心无法访问 Internet,所以我们总是需要一个 jum 数据库?

2) 假设我们的转储文件为 f 600 GB(25GB 的多个文件),在 RDS 上移动这些文件将是多么容易、可靠。我知道这在很大程度上取决于网络速度和距离仍然是 dbms 文件传输是传输 600+ GB 数据的可靠方法吗?

提前致谢

问候!

【问题讨论】:

    标签: oracle database-migration amazon-rds rds


    【解决方案1】:

    我确实为这本手册导入了数据库。 有必要采取几个步骤。

    1) Create a free instance of EC2 or a paid instance with a large disk.
    2) Install a free database version of the Oracle XE version.
    3) Copy several files to the DUMP directory (the free instance of EC2 has a limit of 30 GB) 
    via the sftp protocol. (The speed depends on your Internet provider, downloading the oracle installation package from oracle.com was at a speed of 30 MB per second)
    4) Transfer files to the RDS instance.
    5) Delete files in the DUMP directory
    6) repeat the steps 3,4,5 to transfer 600 GB.
    

    【讨论】:

      猜你喜欢
      • 2019-06-30
      • 1970-01-01
      • 2018-06-30
      • 2021-04-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多