Creating RAC12c Database From Command Line
Creating RAC12c Database From Command Line
Revision
Date
1.0
2014-06-06
Author
Description of change
Document Creation.
.
This is basically using dbca to create the database but from the command line and can be used from a
shell script.
[oracle@rac1 bin]$ ./dbca -silent -nodelist rac1,rac2 -createDatabase -templateName
General_Purpose.dbc -gdbName raclab3.domain.com -createAsContainerDatabase false -SysPassword
Note: Since the password is in the commands then they will have to secure their scripts.
Also the other needed steps that are needed for a RAC database can be added to the script using sqlplus
commands.