by infra xpertzz | Jan 18, 2021 | Oracle
Recently we faced an issue in starting our 2 Node RAC database. We were getting the below error : [oracle@racnode1 Desktop]$ srvctl start database -d infra PRCR-1079 : Failed to start resource ora.infra.db ORA-01078: failure in processing system parameters CRS-2674:...
by infra xpertzz | Jan 6, 2021 | AWS
In this post we will see how we can migrate an On-premise Oracle database to Mysql RDS using AWS SCT and AWS DMS Before we proceed with the migration, we need to know what is AWS SCT For more posts on AWS RDS please check the INDEX page or visit our YouTube channel...
by infra xpertzz | Dec 23, 2020 | Oracle
While cloning from Production to Non Production Databases, we come across same DBID being generated for the Non Prod Database. This would result in RMAN backup related errors, if you are using the same catalog database for both Production and Non Production Databases....
by infra xpertzz | Dec 20, 2020 | Oracle
Due to network issues or any other temporary issues, the synchronization between your Primary and Standby database might not be in SYNC. Here we would discuss, how to Roll Forward your Standby Database in Oracle RAC to ensure syncup with the Primary Database. Please...
by infra xpertzz | Dec 17, 2020 | AWS
Since AWS RDS is a PaaS, we donot have login to the Database host, rather we can connect to the database and there are some built-in queries which can help make our life easier to perform the Backup Operations in AWS RDS For more posts on AWS RDS please check...