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: Oracle 9i installation on Solaris 10

Re: Oracle 9i installation on Solaris 10

From: Tasm <tasm_at_tasm.com>
Date: Tue, 13 Jun 2006 10:23:18 +1000
Message-ID: <e6l0hn$5f$1@bunyip2.cc.uq.edu.au>


Look for all processes on the machine that are being run by oracle. Sometimes (normally only when patching) some oracle processes are running out of the ORACLE_HOME that you are trying to relink from. EG

ps -ef | grep ocss

   oracle 9383 1 0 Mar 11 ? 13:51 /zzz01/app/oracle/product/10.1.0/bin/ocssd.bin

   oracle 5670 2575 0 10:20:56 pts/16 0:00 grep ocss

Login as root user and execute the below command to stop it. /etc/init.d/init.cssd stop

I don't believe that the above process would be causing your problem though.

SofDev wrote:
> Installation fails during linking process at 61% & doesnt move ahead.
> When I abort the the installation & try to run relink all it hangs at
> the same process. I am installing 9.2.0.1.0 on Sun solaris (sparc - 64
> bit). As there any patch is to be apply at Solaris level or any
> specific parameter for Solaris 10.
>
> Jerome Vitalis wrote:

>> On Thu, 08 Jun 2006 04:03:34 -0700, SofDev wrote:
>>
>>> Hi friends i am not able to install oracle 9i on solaris 10 can anyone
>>> help me. installation process get hanged in between.
>>> can any one help me.
>> Not me.
>>
>> You should give more details about "the installation process getting
>> hanged" if you want to get any reply.

>
Received on Mon Jun 12 2006 - 19:23:18 CDT

Original text of this message

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