From owner-freebsd-database@FreeBSD.ORG Wed Mar 24 06:57:21 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 51AF716A4CE for ; Wed, 24 Mar 2004 06:57:21 -0800 (PST) Received: from on.net.mk (mail.on.net.mk [217.16.69.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E301143D49 for ; Wed, 24 Mar 2004 06:57:04 -0800 (PST) (envelope-from karttikea@on.net.mk) Received: from [194.149.147.75] (account karttikea@on.net.mk) by on.net.mk (CommuniGate Pro WebUser 4.1.8) with HTTP id 13590773 for freebsd-database@freebsd.org; Wed, 24 Mar 2004 15:56:37 +0100 From: "Darko Kalevski" To: freebsd-database@freebsd.org X-Mailer: CommuniGate Pro WebUser Interface v.4.1.8 Date: Wed, 24 Mar 2004 15:56:37 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: oracle 9i on freebsd 9.2.1 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: Wed, 24 Mar 2004 14:57:21 -0000 hey folks i'm trying to run the database configuration assistant but i get the following error: oracle-bsd> dbca dirname: illegal option -- p usage: dirname path arch: not found jre was not found in /../bin//green_threads/jre when i type java -fullversion i get: (either as oracle or as root) java: not found i've followed the article for installing oracle 9i on freebsd 5.1. i skipped the sdk installation but it seems i shouldnt have. i installed instead linux-understand_java-1.4.206 package that comes with freebsd. from the details above i guess i have a problem with the java environment. the reason why i skipped is that it required newer linux_dev version and few other more packages so i just skipped it.. any workaround? bear in mind that the net configuration assistant was started after the root script executed, and the http server also. i got error on DBCA. i've tried: copying java 1.1.8 from suse (there is succesful oracle9i installation there) to my /home/oracle/1.1.8 and i've changed the of JRE from /usr/app/oracle/product/9.2.0.1.0/bin/JRE but no success! should i just remove linux-understand_java-1.4.206 and install linux-sun-jdk from the ports ?? please advice. thanks :) Darko