Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Which rights to create database ?
grant sysdba to username will do it, provided (a) you are using a password
file for privileged user authentication (b) the password file is an EXCUSIVE
one, not a shared one and (c) you are under the ENTRIES limit set when the
password file was created.
If any of those three conditions are not met, then the grant will fail.
If (a) is not true, then you must be using O/S authentcation, in which case adding the user into the appropriate O/S group will allow him or her to log on as a privileged user and issue create database commands.
If (b) is not true, then just tell your user the SYS as SYSDBA password.
If (c) is not true, delete the password file and re-create it using the orapwd utility and specifying a higher ENTRIES limit.
Regards
HJR
-- ------------------------------------------ Resources for Oracle : www.hjrdba.com ============================ "Theo Klein" <theoklein77_at_hotmail.com> wrote in message news:a89mri$q316v$1_at_ID-124047.news.dfncis.de...Received on Mon Apr 01 2002 - 09:57:21 CST
> Which rights have I to give a user with the grant command
> that he can use the create database command without the error "not enough
> rights"?
>
> The Klein
>
>
![]() |
![]() |