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: fooling EM setup into using a different host name

Re: fooling EM setup into using a different host name

From: <frank.van.bortel_at_gmail.com>
Date: 28 Aug 2006 01:28:59 -0700
Message-ID: <1156753739.537213.326770@i3g2000cwc.googlegroups.com>

NetComrade schreef:

> Our hostname is 'sun'
> However, the database listens on 'orasun' (so that we could fail it
> over to another host)
> I've tried playing with configs, but I just don't really know what to
> change.
> Is there are a way to make the initial setup use a different host
> name? I tried setting up HOST and HOSTNAME env variables, but that
> didn't help
>
> Thanks
> .......
> We run Oracle 9iR2,10gR1/2 on RH4/RH3
> remove NSPAM to email

Iirc, you should set ORACLE_HOSTNAME. But this does not always work as advertised... What does? In that case: edit oraparam.ini, or -if you are installing from CD, copy it over to a writeable location, and then edit.

Find the lines:

#SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
#SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
#SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
SHOW_HOSTNAME=NEVER_SHOW Change the "NEVER_SHOW" into "ALWAYS_SHOW". Now start the installer - if you had to copy over the oraparam.ini to a writable location, add the -paramFile to the command line when starting runInstaller: runInstaller -paramFile <fully qualified ini file>

Hth, Received on Mon Aug 28 2006 - 03:28:59 CDT

Original text of this message

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