Could any expert help me to create database manually step by in oracle 11g
Oracle Database
Last Comment
OP_Zaharin
8/22/2022 - Mon
slightwv (䄆 Netminder)
Define manually.
To many this means running the Database Configuration Assistant (DBCA).
This can also mean actually running the CREATE DATABASE sql command from sqlplus.
Sean Stuber
easiest way, use dbca (database creation assistant) click through the wizard for whatever options you want
and then select "create scripts" but not "create database"
then, edit those scripts as needed and run them through sql*plus
slightwv (䄆 Netminder)
You've asked a similar question in the past. Those steps/links should help as well. The steps really don't change much between versions and operating systems.
To many this means running the Database Configuration Assistant (DBCA).
This can also mean actually running the CREATE DATABASE sql command from sqlplus.