Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
10.1.0.3 SLES9+SP1 dbstart Error 01031

10.1.0.3 SLES9+SP1 dbstart Error 01031

2005-05-19       - By Alexei Roudnev

Reply:     1     2     3     4     5     6     7     8     9  

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