Xref: alice comp.databases.oracle.misc:30553
Path: alice!news-feed.fnsi.net!newsfeed.icl.net!newspeer.clara.net!news.clara.net!newsfeed.nacamar.de!newsfeed.tli.de!newsfeed.dpn.de!news-out1.f.gtn.com!news-in1.f.gtn.com!news-in1.d.gtn.com!news.westend.com!not-for-mail
From: Carsten Sieprath <csieprath@spanset.de>
Newsgroups: comp.databases.oracle.misc
Subject: Re: Oracle 8.0.5 with Suse Linux 6.1
Date: Wed, 05 May 1999 18:01:31 +0200
Organization: Westend - DPN Aachen (+49 241 7013330)
Lines: 34
Message-ID: <37306B5A.B05CFC79@spanset.de>
References: <37304A78.7AFE1D79@ossi.fho-emden.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.05 [de] (Win95; I)



Robert Bersdorf schrieb:

> Hi guys,
> I have installed Oracle 8 under suse linux 6.1. After the installation I
> can start the server manager.
> But if I wont to create a table or some db in the server manager,I only
> get the messages ORACLE NOT AVAILABLE.
>
> What am I doing wrong?!?!
>
> Thanks for your help.
> Bob

Bevor you start  the servermanager  copy the init.ora-File(residing in the
   $ORACLE_HOME/dba directory) into a new one .
    The best name for this file is: init<ORASID>.ora ( The same SID-name
that you define in the linux environment ). Change defaults in this file.

Then  you start the servermanager and  type "connect internal".
 Now  enter "startup nomount pfile ' $ORACLE_HOME/dba/initORASID.ora' "
 and then the instance will start.You'll see the memory of the SGA (System
Global Area).
Now you can create the database (with CREATE DATABASE...).

I hope that will fix your problem.

With best regards
   Carsten Sieprath
   csieprath@aol.com



