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: Theo Klein <theoklein77_at_hotmail.com>
Date: Mon, 1 Apr 2002 18:32:50 +0200
Message-ID: <a8a23r$qlcho$1@ID-124047.news.dfncis.de>


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 01 2002 - 10:32:50 CST

Original text of this message

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