Board index » delphi » Create new instance (user) in oracle - newbie

Create new instance (user) in oracle - newbie

Hello,

I want to create a new instance in Oracle.
I connected as system/manager to the database via sql-plus.
I entered the line :
create user user_name identified by user_password
then I do exit and connect by using the new user_name+password.
I get an error message :
"ORA-01045: user user_name lacks CREATE SESSION privilege; logon denied".

How can I solve the problem.

Thanks :o)

 

Re:Create new instance (user) in oracle - newbie


Quote
"Eitan Mizrahi" <eit...@e-ntouch.com> wrote in message

news:3b3b65df_1@dnews...

Quote
> Hello,

> I want to create a new instance in Oracle.
> I connected as system/manager to the database via sql-plus.
> I entered the line :
> create user user_name identified by user_password
> then I do exit and connect by using the new user_name+password.
> I get an error message :
> "ORA-01045: user user_name lacks CREATE SESSION privilege; logon denied".

Just grant the CREATE SESSION privilege to the newly created user :-) And
where is your DBA?

Best regards,
Nikita

Re:Create new instance (user) in oracle - newbie


Quote
Nikita Ievlev wrote:
> "Eitan Mizrahi" <eit...@e-ntouch.com> wrote in message
> news:3b3b65df_1@dnews...
> > Hello,

> > I want to create a new instance in Oracle.

Be sure you understand the difference between a user and an instance or you'll
be in BIG trouble.  Have a look at roles if you're going to create new users
with the same/similar privileges.

John PIerce

Other Threads