Path: newssvr20.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!prodigy.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-feed1.de1.concert.net!fu-berlin.de!uni-berlin.de!fw-tk.werum.DE!not-for-mail
From: Martin Dohse <mdohse@web.de>
Newsgroups: comp.databases.oracle.server
Subject: Re: Server installtion
Date: Fri, 10 Oct 2003 10:08:36 +0200
Lines: 10
Message-ID: <bm5pen$j086f$1@ID-158132.news.uni-berlin.de>
References: <bm5mus$36h$1@nemesis.news.tpi.pl>
Reply-To: mdohse@web.de
NNTP-Posting-Host: fw-tk.werum.de (62.156.157.165)
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: news.uni-berlin.de 1065773335 19931343 62.156.157.165 (16 [158132])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2
X-Accept-Language: en-us, en
In-Reply-To: <bm5mus$36h$1@nemesis.news.tpi.pl>
Xref: newssvr20.news.prodigy.com comp.databases.oracle.server:244978

have a look at your file system (just to make sure to see some datafiles 
); if you use a shell that does not know the setenv command (that's the 
case for the bash) then instance creation by dbca will always fail. Let 
dbca only create the scripts, then edit <SID>.sh by changing the line 
that begins with setenv to something like export ORACLE_SID=<SID>. You 
should also make sure to have the directories $ORACLE_BASE/admin/<SID> 
and $ORACLE_BASE/oradata/<SID> (or whereever admin and oradata should stay)

Martin

