Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8.0.5 with Suse Linux 6.1

Re: Oracle 8.0.5 with Suse Linux 6.1

From: Carsten Sieprath <csieprath_at_spanset.de>
Date: Wed, 05 May 1999 18:01:31 +0200
Message-ID: <37306B5A.B05CFC79@spanset.de>

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_at_aol.com Received on Wed May 05 1999 - 11:01:31 CDT

Original text of this message

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