Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Which rights to create database ?

Re: Which rights to create database ?

From: TurkBear <jgreco1_at_mn.rr.com>
Date: Mon, 08 Apr 2002 12:04:29 -0500
Message-ID: <a1j3bukcaas2o4ff8kssr7i5m5pn2muhu8@4ax.com>

That error is :



ORA-01100 ORA-01100database already mounted

Cause:An attempt was made to mount a database with the name of a currently mounted database.


Try another way to create the new database: maybe by using the Database Configuration Utility...

"Theo Klein" <theoklein77_at_hotmail.com> wrote:

>I executed this commands:
>connect SYS/Password_at_datenban as sysdba;
>grant sysdba to scott;
>disconnect;
>
>Now I tried this:
>connect scott/tiger_at_datenban as sysdba;
>create database test;
>
>But instead to create the database I get this error messages:
>
>ORA-01501: CREATE DATABASE not successfull
>ORA-01100: Database already joined with MOUNT
>
>What's wrong ?
>
>Theo Klein
>
Received on Mon Apr 08 2002 - 12:04:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US