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: Oracle startup in Linux causes error

Re: Oracle startup in Linux causes error

From: Alex Filonov <afilonov_at_yahoo.com>
Date: 21 Jan 2004 09:49:36 -0800
Message-ID: <336da121.0401210949.1fa3ae45@posting.google.com>


nsajus_at_yahoo.com (Ann) wrote in message news:<cca0635f.0401201444.6d7f7f75_at_posting.google.com>...
> Hi every one,
>
> I just finished installing Oracle 9i database on Redhat 9.
>
> To start the server i do the following:
>
> [root_at_server]# su - oracle
> [oracle_at_server oracle]$ lsnrctl start
> [oracle_at_server oracle]$ sqlplus /nolog
>
> SQL*Plus: Release 9.2.0.1.0 - Production on Tue Jan 20 04:39:53 2004
>
> Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
>
> SQL> connect / as sysdba
> Connected to an idle instance.
> SQL> startup
>
> Now it gives me this error
> ORA-01078: Failure in processing system parameters
> LRM-00109: could not open parameter file
> '/usr/applications/oracle/9i/dbs/initora9i.ora'
>
> i did not manually delete or create any files.
>
> Can any one please help me out?
>
> Any help would be appreciated.
>
> Thanks,
> Ann

You probably need to create a database first. If I remember it right, you can start installer and choose something like "Create sample database". Another way is using Enterprise Manager (dbca). If you have a lot of time and not afraid of writing and debugging a script, you can also use CREATE DATABASE statement from sqlplus. In this case you also have to create init.ora file manually. Received on Wed Jan 21 2004 - 11:49:36 CST

Original text of this message

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