Skip to Main Content
  • Questions
  • RAC 19c 4 nodes installation. GUI Vs CLI

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Vinay.

Asked: August 04, 2025 - 6:45 am UTC

Last updated: August 06, 2025 - 3:08 am UTC

Version: 19.25.0.0

Viewed 1000+ times

You Asked

Hi,

I need to install RAC with 19c on RHEL 9.5. Due to compliance clarification I am asked a justification to say GUI is only good option to install GRID, GG and DB.
We have only 6 installations with 4 nodes in each RAC.

I want to go with GUI and want to justify my decision.

Could you please help with this?

and Connor said...

I'm going to have to disagree with you here.

There's an old saying for DBAs: "If you need to do something once, do it manually. If you get asked to do it again, then build a script to do it"

The issue with a GUI is

- you'll use a GUI to install it on Dev
- you'll use a GUI to install it on Test
- you'll use a GUI to install it on Production

How do we *really* know all three were the same?

I would recommend scripting this so that the process is repeatable and can be evolved over time as requirements change.

For example, ansible

https://medium.com/oracledevs/devops-series-automate-oracle-19c-grid-infrastructure-installations-with-ansible-github-bc491bdd34ce
https://medium.com/oracledevs/devops-series-automate-installation-of-oracle-19c-rdbms-software-for-rac-with-ansible-github-e018ebfe09d5

Or TIm Hall has some vagrant builds

https://oracle-base.com/articles/19c/oracle-db-19c-rac-installation-on-oracle-linux-7-using-virtualbox


(Note: Links external to Oracle should not be viewed as an endorsement, they are provided as examples only)