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