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: Help: Can not set remote_login_passwordfile=none

Re: Help: Can not set remote_login_passwordfile=none

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 28 Jan 2006 15:00:15 -0800
Message-ID: <1138489215.383672.19700@f14g2000cwb.googlegroups.com>


NewRacGuy (nospam) wrote:
> Group,
>
> I am using Oracle 9206 on windows server 2003. When I set
> remote_login_passwordfile=exclusive, everything works fine, but when I set
> remote_login_passwordfile=none, I can not start the database, I got error
> "insuficient privilege", could someone tell me what is going on?
>
> Thanks for your help.

Answer from old rac guy:

Oracle does not allow RAC instances to operate with that setting. ( There is a reason I forget the details right now ).

If you need to run like that, you can ( I believe have to ) operate only one instance and set cluster_database=false.

Many of us running rac have some entries like this

cluster_database=false
rac1.cluster_database=true
rac2.cluster_database=true

If you run like this, you can shut down rac, set your ORACLE_SID to rac, and bring it up "not as RAC".

This is also helpful ( besides the parameter you are considering ) in switching database into and out of log archive mode.

But why in the first place would you want to change the parameter you are having problems with? Received on Sat Jan 28 2006 - 17:00:15 CST

Original text of this message

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