From owner-freebsd-database@FreeBSD.ORG Tue Apr 13 00:44:59 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54EE116A4CE for ; Tue, 13 Apr 2004 00:44:59 -0700 (PDT) Received: from mail.emict.com (brig.emict.com.ua [213.160.128.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E25743D1D for ; Tue, 13 Apr 2004 00:44:58 -0700 (PDT) (envelope-from andrit@ukr.net) Received: from dima (brig.emict.com [10.0.0.100]) by mail.emict.com (Postfix) with SMTP id DE1129C5C; Tue, 13 Apr 2004 10:44:45 +0300 (EEST) Message-ID: <00cd01c4212b$30ebda10$6300000a@dima> From: "Andriy Tkachuk" To: "Tadimeti Keshav" , References: <20040413005254.66094.qmail@web25008.mail.ukl.yahoo.com> Date: Tue, 13 Apr 2004 10:44:45 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: can't start up DBCA X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 07:44:59 -0000 probably from your report the problem is this: - sun's jdk uses arch linux utilite to determine your architekture; - freebsd hasn't arch (and must not); you can: - create arch by yourself (just creating sh-script with echo i386) or - browse your jdk to find the script that uses arch and correct it i preferred second way ----- Original Message ----- From: "Tadimeti Keshav" To: ; Sent: Tuesday, April 13, 2004 3:52 AM Subject: can't start up DBCA > Hi all, > I installed Oracle 9i on FreBSD 5.2.1 , using SUN JDK > 1.4, and linux devtools-7, and following instructions > at www.shadowcom.net. > > I managed to install the DB successfully. I have not > installed a DB yet. > WHen I try to start dcba from the oracle account, I > get the foll. error: > oracle-bsd> dbca & > [1] 806 > oracle-bsd> dirname: illegal option -- p > usage: dirname path here is implied linuxes dirname with undocumented -p flag (i just read man dirname on 7.2 redhat - there is nothing about -p but `dirname -p` works) (this is one of the reasons why i prefere the second way: there is not only with arch problem) > arch: not found > jre was not found in /../bin//green_threads/jre you see? here must be something like /../bin/i386/green_threads/jre , where i386 (as well as i[456]86) derived from arch utilite > > > > [1]+ Exit 1 dbca > oracle-bsd> > ------------------------------------------------- > WHat should I check/what couldbe wrong? > > TIA > > > > > > > ____________________________________________________________ > Yahoo! Messenger - Communicate instantly..."Ping" > your friends today! Download Messenger Now > http://uk.messenger.yahoo.com/download/index.html > _______________________________________________ > freebsd-database@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-database > To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org" >