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: password problems in svrmgrl

Re: password problems in svrmgrl

From: Hero R. Post <HERO.POST_at_ORAP.NL>
Date: Tue, 5 May 1998 08:04:36 +0200
Message-ID: <6imafe$sj423@reader3.wxs.nl>


Hi Eric,
As for the password try 'oracle', that works for me. The reason you can connect when you login as Oracle, but not as an other user, is probably that a user ops$oracle has been define in the database. This makes it possible for Oracle to accept the operating system user Oracle without a password because the user is already validated by the operating system.
You might want to create a user root in Oracle that is validated by the operating system
ALTER USER ROOT IDENTIFIED EXTERNALY.
I hope this helps. Received on Tue May 05 1998 - 01:04:36 CDT

Original text of this message

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