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: Server installtion

Re: Server installtion

From: Martin Dohse <mdohse_at_web.de>
Date: Fri, 10 Oct 2003 10:08:36 +0200
Message-ID: <bm5pen$j086f$1@ID-158132.news.uni-berlin.de>


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 Received on Fri Oct 10 2003 - 03:08:36 CDT

Original text of this message

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