How to create Oracle Database Manually. /* Step By Step /*

Опубликовано: 30 Сентябрь 2024
на канале: Parag Mahalle
4,429
82

We can create Oracle Database Manually.
It is very easy to create.
First we can create pfile from init.ora file.
This file located on $ORACLE_HOME/dbs directory.
Modify init.ora file and create pfile. startup database in nomount mode.
Then Write Oracle Database creation script and create database.
Controlfile is created automatically.

It is very easy to understand. plz follow this steps to create Database manually.

Installation Script :