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

Home -> Community -> Usenet -> c.d.o.server -> Re: ops$root ...

Re: ops$root ...

From: Michael Serbanescu <mserban_at_postoffice.worldnet.att.net>
Date: 1997/04/17
Message-ID: <3355BD00.494D@postoffice.worldnet.att.net>#1/1

I don't think IDENTIFIED EXTERNALLY will work once you are in SQL*Plus. So, after creating "user ops$root identified externally", exit SQL*Plus and log into ORACLE (as user root) by entering, at the operating system prompt: "sqlplus /" and it should work.

Also, have you set the INIT.ORA parameter OS_AUTHENT_PREFIX to OPS$ ?

I hope this helps.

Michael Serbanescu
Sr. Consultant, MIACO Corporation



twod_at_not.valid wrote:
>
> Interesting one today.
>
> Logged in as root onto Solaris 2.5.1, fired up sqlplus and connected as
> system.
>
> SQL> create user ops$root identified externally;
> User created.
> SQL> connect /
> ERROR: ORA-01017: invalid username/password; logon denied
> Warning: You are no longer connected to ORACLE.
> [**IAP - I was expecting no create session privilege **]
> SQL> connect system/<pass>
> Connected.
> SQL> drop user ops$root;
> User dropped.
> SQL> create user root identified by foo;
> User created.
> SQL> connect root/foo
> ERROR: ORA-01045: user ROOT lacks CREATE SESSION privilege; logon denied
> Warning: You are no longer connected to ORACLE.
>
> The question is why no ops$ account for root ?
>
> Is this limited just to root, uid 0, gid 0 ?
>
> Oracle WWS couldn't come up with anything other than to prevent shadow
> processes being run as root.
>
> IAP
>
> --
> In an attempt to reduce junk email I use an invalid 'From' address.
> My correct email address is twod_at_value.net
Received on Thu Apr 17 1997 - 00:00:00 CDT

Original text of this message

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