by infra xpertzz | Apr 6, 2021 | Oracle
In this post we will see 12.2.0.1 Physical Standby Database creation using RMAN Primary Server Details : Hostname : Primary IP Address : 172.168.190.15 DB Unique Name : INFRADBP_PRIME Standby Server Details : Hostname : Standby IP Address : 172.168.190.20 DB...
by infra xpertzz | Feb 7, 2021 | Shell Scripting
FUNCTIONS & SIGNALS 6.1. Signals Finding the signal man page Your system contains a man page listing all the available signals, but depending on your operating system, it might be opened in a different way. On most Linux systems, this will be man 7 signal. When in...
by infra xpertzz | Feb 3, 2021 | Shell Scripting
CONDITIONS & INTERACTIVE SCRIPTS 4.1. IF clause General At times you need to specify different courses of action to be taken in a shell script, depending on the success or failure of a command. The if construction allows you to specify such conditions. The most...
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 | Dec 31, 2020 | Oracle
In this post, we will see how we can move Files related to the database from one location to the other. This activity might be needed, if the database files and application related files are kept in the same directory and we need to separate DB related files from...