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: How startup orcale after instaletion?

Re: How startup orcale after instaletion?

From: Paul Close <closep1_at_westat.com>
Date: 1996/10/28
Message-ID: <32751EBF.22D2@westat.com>#1/1

Antonio Deus wrote:
>
> At this moment I have install the oracle in UNIX system. But I'm
> beginner in this mater. To run the startup the oracle i have to access
> to the root login? Because when I try to run a server manager with
> 'svrmgrm' and I try to get access to the user sysdb in all windows say
> "Oracle not available".
>

Two thoughts:

1.)	Is Oracle running?  The command:
        
        ps -ef |grep ora

        should show several Oracle processes running, including pmon.., 
smon.., dbwr.., and lgwr..

2.) We had a similar problem, using v7.3.2.2 on an HP server. In our case, we could connect to the database directly, but if we tried to connect using SQL*NET or the svrmgrl command syntax: CONNECT user/password_at_database
we would get the Oracle not available error.

Only way I found to correct the second problem was to re-istall, using a name other than 'test' for the sample database. After that, everything was fine.

Hope this helps.
- Paul Close (Westat, Inc.) Received on Mon Oct 28 1996 - 00:00:00 CST

Original text of this message

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