I am trying to create tabase in Oracle 10g using query
Create database testdb
but it showing error CREATE DATABASE failed database already mounted
Please help me..
Use "STARTUP NOMOUNT" first.
Follow the directions in the Oracle docs. Or, much easier - use the DBCA (Database Configuration Assistant).