<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font color="#0000ff">Hi Miroslav,<br>
<br>
Thanks for your help, I got some small questions:<br>
<br>
</font>
<div dir="ltr" align="left"><span class="017463709-30092008"><font
 color="#0000ff" face="Arial" size="2">- what parameter name in the
spacewalk.rhn_config_parameter table should store the DNS? There is no
match on the value/name columns with values like '%xe%', '%NOC%' or
'%pulse%'.</font></span></div>
<div dir="ltr" align="left"><span class="017463709-30092008"><font
 color="#0000ff" face="Arial" size="2">- is it possible for spacewalk
to use shared server process connetions? All connections are now
dedicated and it uses almost all sessions at the moment. Does spacewalk
do heavy actions or are all actions on the database short and small?<br>
- can I change the permissions on the file so it can not be overwritten
with a restart? (a nasty hack)<br>
<br>
Kind regards,<br>
<br>
Michiel<br>
</font></span></div>
<br>
<br>
Miroslav Suchý said the following on 9/30/2008 11:25 AM:
<blockquote cite="mid:48E1F090.9080407@redhat.com" type="cite">
  <pre wrap="">Michiel van Es wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

Does anyone know from RH how I can change the DSN?
I want to use the spacewalk monitoring feature but I get an oracle error
( I think the default is that the monitoring is doing a oracle call to
localhost and I placed the oracle server on an other server)

Thanks for any help where I can find the oracle dsn..
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You mean DNS...

In
   /etc/NOCpulse.ini
replace
   name=xe
with something like
   name=xe@hostname:port
or
  name=database=xe;host=hostname;port=port

Beware - if you directly replace it in NOCpulse.ini, the content of the
file is rewritten during monitoring restart with values, which are
stored in DB in table  rhn_config_parameter. You probably want to modify
  the values stored in db as well.

--
Miroslav Suchy
RHN Satellite Engineering, Red Hat
  </pre>
</blockquote>
</body>
</html>