You can follow below steps using dbca to create an empty database for 12c.
To get all the Pre-reqs done you can.
yum install oracle-database-server-12cR2-preinstall -y
You must ensure that you have the latest patchset installed for the database (In Future releases RU and RURs)
Start database configuration Assistant
export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1/dbhome_1
export PATH=$ORACLE_HOME/bin:$PATH
dbca
To get all the Pre-reqs done you can.
yum install oracle-database-server-12cR2-preinstall -y
You must ensure that you have the latest patchset installed for the database (In Future releases RU and RURs)
Start database configuration Assistant
export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1/dbhome_1
export PATH=$ORACLE_HOME/bin:$PATH
dbca
No comments:
Write comments