Thursday, May 1, 2025

How to create RAC database using dbca?

How to create RAC database using dbca?



Different Methods or Approaches to create database:

1. We can create database using manual method

- Manual method is tedious and involves lots manual efforts before and after the database creation


Option 1: using dbca and -silent key word to create database 
Option 2: using sql command line to create database 

2. We can create database using GUI using dbca method 

- dbca methos is easy and fully automated 

Step 1: drop database using dbca by launcing dbca GUI mode 
cd $ORACLE_HOME/bin 
./dbca >>> select create database option

No comments:

Post a Comment

-bash: oraenv: No such file or directory

-bash: oraenv: No such file or directory What Are Root.sh And OrainstRoot.sh Scripts In A Standalone RDBMS Installation? (Doc ID 1493121.1) ...