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-20       - By Arun Singh

Reply:     1     2     3     4     5     6     7     8     9  

On Friday 20 May 2005 09:32, Reinhard Weh wrote:
> Hello
> thanks all for your help, now it will work fine, it was my fault in
> /etc/profile.d/oracle.sh  :-(
Good to hear that you found the problem and it's working

>
> How can I "relink oracle for Async IO" ?
You can find plenty of information on this by looking old threads.You can
enable async i/o by doing ( Documented in :
http://ftp.novell.com/partners/oracle/docs/10gR1_sles9_install.pdf):
 
1.  cd $ORACLE_HOME/rdbms/lib
  make -f ins_rdbms.mk async_on
  make -f ins_rdbms.mk ioracle

2. Add “filesystemio_options=asynch” to $ORACLE_BASE/admin/<your_SID>/pfile

3. Restart your database (dbshut; dbstart) to make this change effective.

Check aio is enabled by :  "cat /proc/slabinfo |grep kio"


>
> Your Information is very useful for me
>   http://ftp.portera.com/Linux/
Good job Alexei :-)

>
>
> the information of set
>    LD_ASSUME_KERNEL
>
> will differ
>   2.4.18  Alexei
>   2.4.21  Arun
Both will do the job.  Actually, you can live without that in 10g (except few
apps). However, 2.4.21 is Oracle documented for 9iR2.

>
> will it no be important for /etc/profile.d/oracle.sh and /etc/init.d/oracle
> to check if we are on x86_64 (uname -i ) ?
Is this reliable to decide platform?  If so, you are right.

Cheers,
Arun

>
> regards
> Reinhard
>
> Alexei Roudnev schrieb:
> > Arun, I run older orarun many times, and had not a problem with this
> > group. But I did 2 patches:
> > - changes oracle version to 10.1.0 (in dir name, which do not make any
> > sense)
> > - removed this check of 'user == oracle' from  oracle.sh (I do not
> > remember, if it was really necessary; most liukely, not).
> >
> > His problem is _something nonstandard in installation sequence_. Fresh
> > sequence is:
> > - install SLES9 including C development and graphics
> > - update to ServicePack1
> > (do not create oracle user!)
> > - instal orarun
> > - edit /etc/profile.d/oracle.sh, correct LD_ASSUME_KERNEL = 2.4.18,
> > correct directory ($ORACLE_BASE/product/10.1.0/db_1), correct ORACLE_SID
> > - run rcoracle start
> > - instal oracle
> > - relink oracle for Async IO
> > - edit /etc/sysconfig/oracle
> > - run 'rcoracle start' again
> > - check 'rcoracle stop / rcoracle start' few times.
> > IT always worked, and it took about 30 minutes (after SP1 installation)
> > to complete everything.

--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting