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 -> Creating oracle 8i control file under RH 6.1

Creating oracle 8i control file under RH 6.1

From: Marco Mapelli <mapellim_at_usa.net>
Date: 31 Oct 2001 08:21:14 -0800
Message-ID: <53d76e1f.0110310821.1770d038@posting.google.com>


Hello all,

I am experiencing a problem re-creating control file using Oracle 8i (8.1.6) under Linux RH 6.1. I am usaing the following create command :

create controlfile reuse
database SYST

LOGFILE GROUP 1 ('/home/oracle/syst/data/log1.log',

'/home/oracle/syst/data/redobck/log1.log') SIZE 1M REUSE,
GROUP 2 ('/home/oracle/syst/data/log2.log',
'/home/oracle/syst/data/redobck/log2.log') SIZE 1M REUSE
maxinstances 2 resetlogs;

The raised error is :

create controlfile reuse
*

ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file '?/dbs/dbs1@.dbf'
ORA-27037: unable to obtain file status

Linux Error: 2: No such file or directory Additional information: 3

Does anymore know the reason ?

Thanks in advance

Marco Mapelli Received on Wed Oct 31 2001 - 10:21:14 CST

Original text of this message

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