Re: can't start up DBCA
"Andriy Tkachuk" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.database |
|---|---|
| Message-ID | <00cd01c4212b$30ebda10$6300000a@dima> |
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" <[email protected]> To: <[email protected]>; <[email protected]> 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 > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-database > To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-database To unsubscribe, send any mail to "[email protected]"