10.1.0.3 SLES9+SP1 dbstart Error 01031 2005-05-19 - By Alexei Roudnev
I can guess, that you did one mistake - did not follow standard Oracle directory names.
Usually it is all at
/opt/oracle/product/10.1.0/db_1/....
not in /opt/oracle/ora10
It all worked many times with our installations, which used standard scripts (100% automated); you can try to download it from http://ftp.portera.com/Linux/ and run (running REMOVE_ALL.sh script initially).
Oracle problem is simple. IT is well tested, but in standard configuration,. One step aside (even using non usual directory for databsae) and you are in trouble.
(In your case - some inconsistency between /etc/oratab, /etc/sysconfig/oracle, /etc/profile.d/oracle.sh. I usually link /var/opt/oracle/oratab -> /etc/oratab. Add
env
command into rcoracle (/etc/init.d/oracle) script BEFORE it starts 'dbstart' , and check settings.
Or (I recommend) reinstall it all using scripts - it been tested on approx 10 different SLES9 systems (both i386 and x86_64) and never failed. (It have it's own orarun, which is older version, as I remember).
Reinhard Weh wrote:
> Hello, > > my config: > > SunFire V20z AMD64 > SLES9 + SP1 x86_64 (and all SuSE Updates) > 10g (10.0.1.3) > > orarun-1.8-109.5 > > new installation (less problems with the LD_ASSUME_KERNEL) > > With dbca I have created a new instance b1 > > Wenn I will start the instance with > /etc/init.d/oracle start > > in the include script > /opt/oracle/ora10/bin/dbstart > > the startup command will not use the correct password. The dbca will > put the password for the instance in the file > /opt/oracle/ora10/dbs/orapwb1 but I don't found in the script where > this passwd file will be read. > > > > the error message is: > QL*Plus: Release 10.1.0.3.0 - Production on Thu May 19 10:43:38 2005 > > Copyright (c) 1982, 2004, Oracle. All rights reserved. > > SQL> ERROR: > ORA-01031 (See ORA-01031.ora-code.com): insufficient privileges > > > > Is this a problem from the script from orarun ? > Or from my configuration ? > > How have anybody solved this problem > > regards > Reinhard Weh > >
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting
|
|