Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Instance On lInux
faheemrao_at_yahoo.com (FaheemRao) wrote in message news:<43b58913.0109302229.3f5d8a35_at_posting.google.com>...
> Hi All,
>
>
> I am litle bit familiar that how we can create Oracle Instance and
> Service on Windows NT.
>
> But now I am trying to Create the Oracle 8.1.7 Database on Redhat
> Linux 6.2,
> I installed oracle Successfully and wants to create an oracle
> Instance and then Database.
> In NT there is a Oracel utility "oradim" through we create the
> Oracle(NT) service and then start that service and then we starts the
> Oracle Instance.
>
> Now in Linux I dont know how to oracle something similar to Nt service
> in Linux and start the Oracle Instance.
>
>
> any help would be appraciated..
>
>
>
>
>
> thanks
>
> Faheem
Just set the environment variable ORACLE_SID
and ORACLE_HOME, and adjust your PATH
sqlplus /nologin
connect / as sysdba
startup nomount
and
TADA!!!
Hth,
Sybrand Bakker, Senior Oracle DBA
The usual admonition to read installation manuals applies. Received on Mon Oct 01 2001 - 04:50:24 CDT
![]() |
![]() |