when create my instance I decide to use the same passwort for all these oracle accounts
sys system dbsnmp sysman
i remember that oracle save thess passwort in /opt/oracle/ora01r2/dbs/oarapw <SID>
but how will the /opt/oracle/ora10r2/bin/dbstart read this enrypted password file ?
regards Reinhard
> echo 1 > /proc/sys/vm/disable_cap_mlock > > echo "vm.disable_cap_mlock = 1" >> /etc/sysctl.conf > chkconfig boot.sysctl on > > > > -- -- Original Message -- -- > From: "Reinhard Weh" <reinhard.weh@(protected)> > To: <suse-oracle@(protected)> > Sent: Thursday, March 30, 2006 12:55 AM > Subject: [suse-oracle] ora10R2 startup ORA-01031 (See ORA-01031.ora-code.com) > > > Hello > > I have installed > SLES9+SP3 > orarun 1.8 109.5 (also testet 1.8 109.16) > Oarcle 10.2.0.2 > > When I use /etc/init.d/oracle start the instance will not start > with following error. > > /opt/oracle/ora10r2/bin/dbstart: Starting up database "bu" > Do M?r 30 10:40:07 CEST 2006 > > SQL*Plus: Release 10.2.0.2.0 - Production on Thu Mar 30 10:40:07 2006 > > Copyright (c) 1982, 2005, Oracle. All Rights Reserved. > > SQL> ERROR: > ORA-01031 (See ORA-01031.ora-code.com): insufficient privileges > > SQL> ORA-01031 (See ORA-01031.ora-code.com): insufficient privileges > SQL> > /opt/oracle/ora10r2/bin/dbstart: Database instance "bu" warm started. > > > In this Oracle startfile /opt/oracle/ora10r2/bin/dbstart > 221 *) $SQLDBA <<EOF > 222 connect / as sysdba > 223 startup > 224 quit > 225 EOF > 226 ;; > > > I think it is a problem that the passwort for sys/system ... user I have > change, but how looks the > script these passwords ? >
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting