I have an existing .dmp
file on EC2 instance which has access to RDS instance running Oracle 11g on AWS.
I have read Importing Data in AWS RDS, it seems that AWS does not support this kind of direct transfer.
It does require to have a Source Oracle DB
from where you have to create/export a .dmp
file which you can then transfer to destination RDS instance
by establishing a db link.
My question is, is there a way I can transfer/import my existing .dmp
file to the DATA_DUMP_DIR
on RDS Instance?
Any suggestions?