Heterogeneous database links on AWS RDS

0

Does AWS RDS support heterogeneous database links?

Examples:

  1. Oracle running on RDS with a database link to Postgres
  2. Postgres running on RDS using the oracle_fwd extension Not possible with RDS
2 Risposte
1
Risposta accettata

Database links in RDS Oracle are possible for homogeneous scenarios only. For heterogeneous scenarios you would need access in instance level in order to install drivers and configure Oracle Heterogeneous Services to do this, which is not possible in RDS.

I have already configured HS (to mySQL) in a Oracle running in EC2, if it is really necessary. I don't recommend because it's hard to handle sessions, I would go deeper in the case and tech requirements, looking for alternatives.

con risposta 3 anni fa
0

To refresh the answer: since end of October 2021, AWS offers an additional deployment option, "RDS Custom for Oracle" https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-rds-custom-oracle/ , with this deployment option the user has access to the underlying host.

Regards

AWS
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande