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