How to migrate a RDS Oracle to RDS Custom for Oracle?

0

How can I migrate a database from RDS Oracle to RDS Custom for Oracle?

2개 답변
1
  1. Backup Your Source Database
  • Use RDS Snapshots: Create a manual snapshot of your RDS for Oracle database, ensuring a consistent and recoverable point in time.
  • Export Data: Alternatively, use Oracle tools like Data Pump (expdp and impdp) for logical backups if you prefer or need to filter or transform data during migration.
  1. Transfer Data to RDS Custom for Oracle
  • Restore from RDS Snapshot: If RDS Custom supports direct snapshot import (which might not be directly supported between RDS for Oracle and RDS Custom for Oracle), use the snapshot to create your RDS Custom database.
  • Data Pump Import: More commonly, you'll transfer your data using Oracle Data Pump or similar tools to import your data into the RDS Custom for Oracle instance.
profile picture
전문가
답변함 한 달 전
profile picture
전문가
Artem
검토됨 한 달 전
0

Hello,

You can migrate from RDS for Oracle to RDS Custom for Oracle using physical migration, logical migration, or a combination. Below are a few of the methods that you can select based on the size , complexity and the downtime that can be afford.

  1. Oracle Datapump Export & Import
  2. Oracle Datapump for Initial Load + setup Database Migration Service (DMS) for CDC
  3. Database Migration Service (DMS) for Initial load and CDC
  4. RMAN full , incremental backups and archivelogs for point in time reovery (Refer this link to perform RMAN tasks on RDS for Oracle)
AWS
답변함 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠