Tagged: how to create database in oracle 11g step by step

Steps in creating a database

In this post, we are going to create an Oracle database using DBCA Start the Database Configuration Assistant (DBCA) Run the DBCA from $ORACLE_HOME/bin directory. On a welcome page click next. Step 1: select...

Steps in creating a database manually

In this post, we are going to learn “how to create an Oracle database manually”. The database in Oracle can be created using DBCA and using the manual method. it would be a good idea...