- Newest
- Most votes
- Most comments
Hello, There is no server access available in RDS Oracle so there is no way to log into server and do an import. Here is a link to the documentation that explains how import can be done into RDS database by placing dump files into a S3 bucket - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Procedural.Importing.DataPump.html If you are getting any errors then please open a support ticket to engage support to resolve the issues.
Hello,
You can install Oracle datapump utility in any EC2 instance or in your local machine (based on the public accessibility settings of your RDS instance) and use that utility to import your data using the dump file which you have already uploaded in to the S3 bucket.
To do that, you must have integrated S3 with RDS instance already as per the document "Amazon S3 integration"
Follow the document "Importing data with Oracle Data Pump and an Amazon S3 bucket" to accomplish the data import activity.
A couple of observations that may help: -- rdsadmin has the syntax to grant the master user privs to alternate accounts. -- you didn't mention any effort to make a client connection by means of sqlplus, sqlci, Toad, sqlDeveloper, etc. specifying the end node and port -- presuming your parameter group(s) is set up for network access. -- somewhat obviously, once you have command access your DBA account should be used to unlock and reset your master account. -- it's cumbersome, but should you have no other options, add APEX to your instance to pick up its built-in SQL Worksheet.
-- some further reading on data pumping in RDS: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Procedural.Importing.DataPump.html
A couple of observations that may help: -- rdsadmin has the syntax to grant the master user privs to alternate accounts. -- you didn't mention any effort to make a client connection by means of sqlplus, sqlci, Toad, sqlDeveloper, etc. specifying the end node and port -- presuming your parameter group(s) is set up for network access. -- somewhat obviously, once you have command access your DBA account should be used to unlock and reset your master account. -- it's cumbersome, but should you have no other options, add APEX to your instance to pick up its built-in SQL Worksheet.
Finally, for guidance with using datapump for an AWS instance: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Procedural.Importing.DataPump.html
A couple of observations that may help: -- rdsadmin has the syntax to grant the master user privs to alternate accounts. -- you didn't mention any effort to make a client connection by means of sqlplus, sqlci, Toad, sqlDeveloper, etc. specifying the end node and port -- presuming your parameter group(s) is set up for network access. -- somewhat obviously, once you have command access your DBA account should be used to unlock and reset your main account. -- it's cumbersome, but should you have no other options, add APEX to your instance to pick up its built-in SQL Worksheet.
See also: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Procedural.Importing.DataPump.html
A couple of observations that may help: -- rdsadmin has the syntax to grant the m*ster user privs to alternate accounts. -- you didn't mention any effort to make a client connection by means of sqlplus, sqlci, Toad, sqlDeveloper, etc. specifying the end node and port -- presuming your parameter group(s) is set up for network access. -- somewhat obviously, once you have command access your DBA account should be used to unlock and reset your ma**er account. -- it's cumbersome, but should you have no other options, add APEX to your instance to pick up its built-in SQL Worksheet.
For notes on using rds datapump services: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Procedural.Importing.DataPump.html
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago