Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Installing 8iEE on RedHat 6.0 - help!!!!

Re: Installing 8iEE on RedHat 6.0 - help!!!!

From: Kevin O'Gorman <kevin_at_trixie.kosman.via.ayuda.com>
Date: Sun, 28 Nov 1999 09:51:01 -0800
Message-ID: <38416B85.3D67C4B9@trixie.kosman.via.ayuda.com>


It's entirely possible it's a memory problem, since Oracle recommends a minimum
of 128MB RAM, or 256MB for some Java components.

However, to be sure, you probably want a more detailed error message. What I
usually do is run the program (sqlplus, svrmgr, whatever) under strace:

   strace -o tracefile svrmgr
this will put a trace of system calls in the tracefile. You want to look at the
last few, for system calls that failed, or for signals if any got processed.
This will usually help to narrow down the cause of the trouble. There will be
a LOT of output, so just focus on the end of the trace.

Guy Fullalove wrote:-
>
> I have just installed the Linux version of Oracle onto my PC, but am unable
> to run svrmgrl (or any other Oracle command) without getting the following
> error message :
>
> Memory fault (core dumped)
>
> Is this a shared memory problem? If so, can anyone give me an idea as to
> how to solve it? Step by step instructions would be excellent, as I am a
> bit of a newbie as far as Linux is concerned!
>
> Thanks
>
> PC spec :
>
> Intel Pentium 120Mhz, 48MB memory
>
> User: uid=500(oracle) gid=500(dba) groups=500(dba)
> Current Directory: /oracle/app/oracle/product/8.0.5/bin
> Ulimit: {
> core file size (blocks) 500000
> data seg size (kbytes) unlimited
> file size (blocks) unlimited
> max memory size (kbytes) unlimited
> stack size (kbytes) 8192
> cpu time (seconds) unlimited
> max user processes 256
> pipe size (512 bytes) 8
> open files 1024
> virtual memory (kbytes) 2105343
> }
> Swap: {
> procs memory swap io system
> cpu
> r b w swpd free buff cache si so bi bo in cs us sy
> id
> 0 0 0 1208 3468 1708 31672 0 1 28 3 165 17 2 1
> 97
> [From vmstat]
> }
> Disk Mounts: {
> /dev/hda1 on / type ext2 (rw)
> none on /proc type proc (rw)
> /dev/hdb5 on /data type ext2 (rw)
> /dev/hdb1 on /home type ext2 (rw)
> /dev/hda5 on /oracle type ext2 (rw)
> /dev/hdb6 on /usr type ext2 (rw)
> /dev/hdb7 on /usr/X11R6 type ext2 (rw)
> none on /dev/pts type devpts (rw,mode=0622)
> [From mount]
> }
> Disk Free: {
> Filesystem 1k-blocks Used Available Use% Mounted on
> /dev/hda1 509308 115378 367623 24% /
> /dev/hdb5 761835 22 722456 0% /data
> /dev/hdb1 1981000 467781 1410807 25% /home
> /dev/hda5 1367338 415319 881360 32% /oracle
> /dev/hdb6 893986 633480 214321 75% /usr
> /dev/hdb7 435432 73635 339308 18% /usr/X11R6
> [From df -k]
> }
> Environment: {
> CLASSPATH=/oracle/app/oracle/product/8.0.5/jdbc/lib/classes111.zip
> HISTFILESIZE=1000
> HISTSIZE=1000
> HOME=/home/oracle
> HOSTTYPE=i386
> INPUTRC=/etc/inputrc
> KDEDIR=/usr
>
> LD_LIBRARY_PATH=/oracle/app/oracle/product/8.0.5/lib:/oracle/app/oracle/prod
> uct/8.0.5/jdbc/lib
> LOGNAME=oracle
> MAIL=/var/spool/mail/oracle
> ORACLE_BASE=/oracle/app/oracle
> ORACLE_HOME=/oracle/app/oracle/product/8.0.5
> ORACLE_SID=LIVE
> ORACLE_TERM=vt220
> ORACLE_TRACE=T
> ORA_NLS33=/oracle/app/oracle/product/8.0.5/ocommon/nls/admin/data
> OSTYPE=Linux
>
> PATH=/usr/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/oracle/app/oracle
> /product/8.0.5/bin:.
> SHELL=/bin/ksh
> SHLVL=1
> TERM=linux
> TMPDIR=/tmp
> USER=oracle
> _=/usr/bin/env
> }
> System Tables: {
> }
> Semaphores: {
>
> ------ Shared Memory Segments --------
> key shmid owner perms bytes nattch status
>
> ------ Semaphore Arrays --------
> key semid owner perms nsems status
>
> ------ Message Queues --------
> key msqid owner perms used-bytes messages
>
> [From ipcs -sa]
>
> }
> Shared Mem: {
>
> ------ Shared Memory Segments --------
> key shmid owner perms bytes nattch status
>
> ------ Semaphore Arrays --------
> key semid owner perms nsems status
>
> ------ Message Queues --------
> key msqid owner perms used-bytes messages
>
> [From ipcs -ma]
>
> }
>
> {
> ------ Shared Memory Limits --------
> max number of segments = 128
> max seg size (kbytes) = 32768
> max total shared memory (kbytes) = 16777216
> min seg size (bytes) = 1
>
> ------ Semaphore Limits --------
> max number of arrays = 128
> max semaphores per array = 32
> max semaphores system wide = 4096
> max ops per semop call = 32
> semaphore max value = 32767
>
> ------ Messages: Limits --------
> max queues system wide = 128
> max size of message (bytes) = 4056
> default max size of queue (bytes) = 16384
>
> [From ipcs -l]
>
> }
> /etc/oratab: {
> LIVE:/oracle/app/oracle/product/8.0.5:N
> *:/oracle/app/oracle/product/8.0.5:N
> }
> Tracing: { }
>
> --
> Guy Fullalove
> (guy.fullalove_at_which.net)

--
Kevin O'Gorman (805) 650-6274 kogorman_at_pacbell.net At school: kogorman_at_cs.ucsb.edu
Permanent e-mail forwarder: Kevin.O'Gorman.64_at_Alum.Dartmouth.org Received on Sun Nov 28 1999 - 11:51:01 CST

Original text of this message

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