Page 1 of 1

Creating a Database

Posted: Thu Nov 06, 2008 1:05 pm
by abbas9001
Hello All,

I have oracle 10g installed and now I would like to create a new database in it.
Can I get some assistance on this please.

Abbas

Posted: Sun Nov 16, 2008 2:10 am
by amirtai
Hello there

Please run Database Configuration Assistant for creating/removing database.

WINDOWS:
Click start -> Oracle OraDB10g_Home1 (your Oracle Home) -> Configuration and Migration Tools -> Database Configuration Assistant

UNIX/LINUX:
$ export ORACLE_HOME=...
$ export PATH=$PATH:$ORACLE_HOME/bin
$ export DISPLAY=localhost:0.0
$ dbca &

Please check link below for further info.

http://www.orafaq.com/wiki/DBCA#Start_DBCA

Have fun.
Amir