Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Which rights to create database ?
That error is :
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
![]() |
![]() |