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: install problem,8.1.7 on solaris8_x86

Re: install problem,8.1.7 on solaris8_x86

From: Bricklen <bricklen_at_shaw.ca>
Date: Sun, 10 Feb 2002 20:47:54 GMT
Message-ID: <3C66DC27.58E33E26@shaw.ca>


try using svrmgrl to start the db, or sqlplus failing that. that error message covers lots of possible problems. Others on this board are far more knowledgeable than I and will no doubt be able to help you further.

Cheers,

Brick

mark a thomas wrote:
>
> I am not able to start the database.
> I followed the quick start instructions on bolthole.
>
> $ cat .profile
> ORACLE_BASE=$HOME
> ORACLE_HOME=/opt/oracle/OraHome1
> ORACLE_SID=ora1sid
> PATH=/usr/sbin:/usr/bin:$ORACLE_HOME/bin
> LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/dt/lib:/usr/openwin/lib:$ORACLE_HOME/lib
>
> export LD_LIBRARY PATH ORACLE_SID ORACLE_HOME ORACLE_BASE
>
> $ tail /etc/system
>
> set shmsys:shminfo_shmmax=209715200
> set shmsys:shminfo_shmmin=1
> set shmsys:shminfo_shmmni=100
> set shmsys:shminfo_shmseg=10
> set shmsys:seminfo_semmni=100
> set shmsys:shminfo_semmsl=100
> set shmsys:shminfo_semmns=200
> set shmsys:shminfo_semopm=100
> set shmsys:shminfo_semvmx=32767
>
> I think the dbstart script in 8.1.7 is NOT broken, but I could be
> wrong.
>
> $ which dbstart
> /opt/oracle/OraHome1/bin/dbstart
> $
> $ id
> uid=1002(oracle) gid=420(sysoper)
> $ groups
> sysoper oinstall
> $
> $ dbstart
>
> Oracle Server Manager Release 3.1.7.0.0 - Production
>
> Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
>
> Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
> With the Partitioning option
> JServer Release 8.1.7.0.0 - Production
>
> SVRMGR> Connected.
> SVRMGR> ORA-03113: end-of-file on communication channel
> SVRMGR>
> Server Manager complete.
>
> Database "ora1sid" warm started.
>
> I did a "standard/default" install since this is just for learning.
>
> If anyone has done this successfully let me know and also if you have
> any hints on who to fix
> this problem let me know.
>
> Thanks.
>
> /markt
Received on Sun Feb 10 2002 - 14:47:54 CST

Original text of this message

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