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: Newbie - Starting up Oracle in Linux

Re: Newbie - Starting up Oracle in Linux

From: alphacon <alphacon_at_nospam.headfog.com>
Date: Fri, 18 Jan 2002 03:55:16 GMT
Message-ID: <E0N18.58480$6L1.12038576@typhoon.southeast.rr.com>


If this is a default install and you are logged into Linux as the oracle dba account that was established during the install.(oracle_home,etc should be in the environment):
remember to set the ORACLE_SID if not in the ENV.

: export ORACLE_SID=<sidname>
: svrmgrl
>connect internal
>startup
>exit

:lsnrctl start

That should do it.

"Bill Bell" <billb_at_ti.com> wrote in message news:3C2B2D83.4030406_at_ti.com...
> Need help starting up server.
>
> I am using Oracle8i for Linux Starter Kit book. I am trying to get
familiar
> with Oracle.
>
> After several attempt I just finished installing Oracle 8.1.7 on Mandrake
8.1.
> Sqlplus was running and I was able to do some queries. I shut down the
> computer and I started it up again and Oracle did not start up. The book
says
> the way to start it up is to log in to sqlplus as
>
> sys/oracle as sysdba
>
> and issue the command
>
> STARTUP OPEN
>
> The syntax 'sys/oracle as sysdba' does not appear to be correct.
>
> What is the proper procedure to startup the server? Thanks...
>
Received on Thu Jan 17 2002 - 21:55:16 CST

Original text of this message

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