Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Odd Installation Question
Deep breath.... *every* 8i installation includes dbca, if it's been done
properly, but it isn't a nice little executable called 'dbca.exe' or
anything like that. Usually in ORACLE_HOME/assistants, you'll find a dbca
directory. In there is a DBAassist.cl Java class, which is the wee beastie
you're after.
You call it by running the launch.exe in the ORACLE_HOME/bin directory. So on Windows, at least, you have to do something like "C:\oracle\ora81\bin\launch.exe C:\oracle\ora81\assistants\dbca DBAssist.cl". Last time I checked, Solaris was little different in this respect.
Except that all the slashes went the wrong way round. ;-)
Regards
HJR
-- ----------------------------------------------- Resources for Oracle : http://www.hjrdba.com =============================== "Watson Davis" <watson_at_watsonmusic.com> wrote in message news:D33E8B9B2E67EC5C.25F3A2E7AA6B623E.7EB13DFE46D0C11D_at_lp.airnews.net...Received on Fri Apr 05 2002 - 13:40:06 CST
> On Fri, 5 Apr 2002 19:35:38 +0200, "Sybrand Bakker"
> <postbus_at_sybrandb.demon.nl> wrote:
>
> >You also may find in the documentation (I know most people don't care to
> >read that, but rather rely on other sources), that Oracle 8i comes with a
> >database creation assistant with the executable name dbca
>
> Actually, I took a look on both the machines with Oracle 8i (hereafter
> to be known as the functioning one and the non-functioning one.)
> Neither installation has dbca installed.
>
> The functioning one was installed and created by a consultant from
> Oracle.
>
> Watson
![]() |
![]() |