https://github.com/oracle-devrel/terraform-oci-arch-db-migration
terraform-oci-arch-db-migration
https://github.com/oracle-devrel/terraform-oci-arch-db-migration
Last synced: about 5 hours ago
JSON representation
terraform-oci-arch-db-migration
- Host: GitHub
- URL: https://github.com/oracle-devrel/terraform-oci-arch-db-migration
- Owner: oracle-devrel
- License: upl-1.0
- Created: 2022-01-26T22:40:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T20:17:13.000Z (over 1 year ago)
- Last Synced: 2026-04-21T15:10:05.916Z (2 months ago)
- Language: HCL
- Size: 479 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# terraform-oci-arch-db-migration
This repository stores a variety of examples demonstrating how to provision the infrastructure needed for 4 Database Migration use cases.
## How this project is organized
The terraform code for each Database Migration use case is stored in a separate folder.
The folders are organized as follows:
- [oci-arch-ee-atp-db-mig](oci-arch-ee-atp-db-mig): launch the VCN, a compute instance and an Autonomous Transaction Processing database.
- [oci-arch-ee-bm-db-mig](oci-arch-ee-bm-db-mig): launch the VCN, a compute instance and a Bare Metal Database System.
- [oci-arch-ee-exa-db-mig](oci-arch-ee-exa-db-mig): launch the VCN, a compute instance and a Exadata Cloud Service Database System.
- [oci-arch-se-vm-db-mig](oci-arch-se-vm-db-mig): launch the VCN, a compute instance and a Virtual Machine Database System.
## Prerequisites
First off we'll need to do some pre deploy setup. That's all detailed [here](https://github.com/oracle/oci-quickstart-prerequisites).