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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I create a new database ?

Re: How can I create a new database ?

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Mon, 01 Apr 2002 13:26:48 GMT
Message-ID: <seZp8.172087$uA5.145206@rwcrnsc51.ops.asp.att.net>


A tablespace and a database are not the same thing. If you were able to logon and grant scott a privlidge they you already have a database. In Oracle each instance is 1 database. Each database can have multiple schemas which is what you want.
Jim
"Theo Klein" <theoklein77_at_hotmail.com> wrote in message news:a89ll8$ou3vs$1_at_ID-124047.news.dfncis.de...
> I can't believe that there is no way to create a database
> in Oracle 9i without the configuration assisstent only
> with the "create database" command.
>
> Now I tried this:
> Logged in as SYS/***:
> grant create tablespace to scott;
>
> Then I logged in as scott:
> create database test;
>
> But I get the error:
> ORA-01031: Not enough rights
>
> Which rights have I to give scott that he can create
> databases ?
> (I can't do this as SYS/***:
> grant create database to scott;
> Because I get this error:
> ORA-00990:Missing or invalid right)
>
> Pleas help me!
>
> Theo Klein
>
>
>
>
Received on Mon Apr 01 2002 - 07:26:48 CST

Original text of this message

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