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 -> (newbie) Problems with Oracle 10g on Solaris 10 i86pc

(newbie) Problems with Oracle 10g on Solaris 10 i86pc

From: Alexander Prohorenko <alexander.prohorenko_at_gmail.com>
Date: 15 Dec 2004 06:40:26 -0800
Message-ID: <1103121626.807019.271190@z14g2000cwz.googlegroups.com>


Guys,

I've got a problem with Oracle 10g on a Solaris 10 x86. I was able to install and create a database successfully. I saw a lot of Oracle processes running, but after the server restart I can find only one Oracle-related process running:

/u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin

More than that, when I'm trying to connect to it, I receive the following:

oracle_at_downtown:~>sqlplus

SQL*Plus: Release 10.1.0.3.0 - Production on Wed Dec 15 16:28:09 2004

Copyright (c) 1982, 2004, Oracle. All rights reserved.

Enter user-name: system
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist Intel SVR4 UNIX Error: 2: No such file or directory

But I remember it worked fine just after install.

I also have got such messages in the dmesg output:

Dec 8 18:00:41 downtown root: [ID 702911 user.alert] (Oracle CSSD will be run out of init)

And also I receive some error messages on console.

The oracle user has the following environment variables set:

ORACLE_BASE=/u01/app/oracle
export ORACLE_BASE

ORACLE_SID=oradb
export ORACLE_SID

ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1 export ORACLE_HOME

TNS_ADMIN=$ORACLE_HOME/network/admin
export TNS_ADMIN
Can you please advise me how I can make it run?

Thank you. Received on Wed Dec 15 2004 - 08:40:26 CST

Original text of this message

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