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

Home -> Community -> Usenet -> c.d.o.server -> Re: 10g on Fedora Core 2 - all Oracle backgr. proc. show as: .../oracle.bin

Re: 10g on Fedora Core 2 - all Oracle backgr. proc. show as: .../oracle.bin

From: Yang <dbaoracle_at_wanadoo.fr>
Date: Sun, 21 Nov 2004 11:34:17 +0100
Message-ID: <41a06f20$0$14309$626a14ce@news.free.fr>


Hi,

The process ocssd is the normal oracle 10g process if you want to run your instance in ASM mode (also in RAC mode, I think).

I have an instance running without ASM mode and I had shutdown all these ocssd process by :

    su - root
    /etc/init.d/init.cssd stop
Oracle installer has put init.cssd in your /etc/inittab. So disable it before next reboot.

Oracle has changed the process name's format as they usually do for each major-version changes (V6=>V7=>8i=>9i...). So you could not find these _pmon_, _smon_, ... process.

hth

Yang
dba oracle

"Vic B." <sbrk_at_shaw.ca> a écrit dans le message de news: a8660c69.0411210019.2b8bc380_at_posting.google.com...
> Fedora Core 2, kernel 2.6.8-1.521, i686
> Oracle 10g Ent. 10.1.0.2.0
>
> Summary: The database is up and running, but there are no background
> processes, I.e. ora_pmon_, ora_smon_... in when *ps auf* or *pd -ef*
> are issued, apparently Oracle background processes are all named
> oracle.bin ?!
>
>
> A fresh install of 10g two days ago and it's up and running.
>
> I had only one error showing up: ORA-12175: Unable to create shared
> memory segment, during the first DBCA run. I resolved it with the
> following:
>
> cd $ORACLE_HOME/bin
> mv oracle oracle.bin
>
> cat >oracle <<"EOF"
>
> #!/bin/bash
> export DISABLE_HUGETLBFS=1
> exec $ORACLE_HOME/bin/oracle.bin $@
> EOF
> chmod +x oracle
>
> After that the database was up and running, but there's this one thing
> I've noticed: instead of seeing Oracle background processes by name,
> I.e. ora_pmon, ora_smon, ora_lgwr ...
>
> this is what I'm getting:
>
> ps -ef
> UID PID PPID C STIME TTY TIME CMD
> root 2755 1 0 14:34 ? 00:00:00 /bin/su oracle -c exec
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd
> oracle 3130 2755 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3132 3130 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3133 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3134 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3135 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3136 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3137 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3138 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3139 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3141 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3142 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3143 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3144 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3145 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 3146 3132 0 14:35 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
> oracle 9094 1 1 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9096 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9098 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9100 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9102 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9104 1 1 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9106 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9108 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9110 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9112 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin
> oracle 9116 1 0 19:07 ? 00:00:00
> /u01/app/oracle/product/10.1.0/db_1/bin/oracle.bin (DESCRIPTION=(LOCA
>
> Any ideas about the reason why this is happening and how to see 'REAL'
> oracle background process names?
>
> TIA,
>
> Vic
Received on Sun Nov 21 2004 - 04:34:17 CST

Original text of this message

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