ORACLE AND AWS RDS FOR ORACLE TIP 1: HOW TO CONFIGURE YOUR ORACLE ON-PREM TO BE MIGRATED TO AWS RDS ORACLE? A guide to use Amazon Data Migration Service (DMS).

For those who attended the Oracle Open World 2019 in San Francisco, California in the USA (if you didn’t check out my compilation video about the event : https://www.youtube.com/watch?v=8bOLbXOJHmAh ) and have had the experience to also attend the KeyNotes probably would prefer to migrate their Oracle database On-Prem to Oracle Cloud Ed2 instead of AWS Amazon EC2 or RDS. However, as an IT professional, we have to do our best to deliver a high quality of service independently of the provider . So the purpose of this post is…

ORACLE AND AWS RDS FOR ORACLE TIP: How to configure your public Database Link in AWS RDS ORACLE. What happened with my TNSNAMES.ORA?

AWS RDS Oracle is a managed service. Hence, there are some functions associated with the database that are managed by AWS instead of the customer and the tnsnames.ora file is one of those items managed by AWS. So the question is: how to create and configure my public Database Link to use a service configured on my previous On-Prem database? So this is my Service configured in my TNSNAMES.ORA in my On-Prem database: To create your public Database Link in the AWS RDS Oracle , it has to be used…

ORACLE AND AWS RDS FOR ORACLE TIP: Archive log retention and switch log file in AWS RDS Oracle

I have an issue while I was migrating my Oracle database On-Prem to AWS RDS for Oracle. My archive area went 100% full and I wasn’t enable to connect in my database. When you create your database in AWS Cloud have in mind that you will also need to consider an additional space to your archive area. So the purpose of this post is to show to you how to check the retention of the archive logs in your RDS Oracle database plus to learn how to generate a new…

ORACLE AND AWS RDS FOR ORACLE TIP: Where is my alert log at AWS RDS?

Managing your Oracle database on AWS RDS has some differences comparing it with the management of your Oracle database On-Prem. One of these differences is the daily retention of 30 days for the alert log in text and 7 days for the XML type. Therefore, how can I find my alert log? You can use the Amazon CloudWatch Logs to export the logs of your database but if you aren’t using this service you can query alertlog view or a table-like format as below: When you query the alertlog view,…

ORACLE AND AWS RDS FOR ORACLE TIP: ORA-20900: RDS only supports Oracle Managed Files. Check ddl and remove any

I have started to migrate some database On-Prem to AWS RDS. I have been migration Oracle On-Prem to AWS Oracle RDS which means that it will be a Homogeneous migration process. Then as one of the steps to migrate this database, I have taken all the DDL of the tablespaces On-Prem and decided to create in my target RDS database. Therefore, in the creation process I stuck in this error: According to Amazon documentation “Amazon RDS only supports Oracle Managed Files (OMF) for data files, log files, and control files.…

Move an Oracle database from on-prem to AWS : EC2 or RDS?

Now with Cloud, many customer want to move their database On-Prem to some clouds as AWS, Oracle and IBM. Here I describe the differences if you want to move your Oracle database On-Prem to Amazon AWS. EC2: You manage the database at AWS by yourself. RDS (RELATIONAL DATABASE SERVICE) : Database as a Service (DBaaS) that automatically configures and maintains your databases in the AWS cloud. The user has limited power over specific configurations . Then if the customer chooses for EC2 you have these migrations options: Migrating Oracle database…

AWS Summit Stockholm on Wednesday, May 22, 2019 in Stockholm.

Hello, I would like to inform you all that I will be attending the AWS Summit on Wednesday, May 22, 2019 in Stockholm, Sweden. The main reason for attending this event is to understand better the AWS Cloud architecture for databases such as Oracle, MongoDB and MySQL. Here are the details for the event: There are still some places left to register for this event, so feel free to join: https://pages.awscloud.com/Stockholm-Summit-Register.html brunorsHi! I am Bruno, a Brazilian born and bred. Former Oracle ACE, Computer Scientist, MSc in Data Science, over…