Skip to main content

Posts

Showing posts with the label RHN Satellite Database foo

More Satellite Foo - Database Edition

This particular post should not be taken lightly, nor implemented without consideration.  I believe our situation might be a bit different than most in that we rely on the clients to "pull" from the Satellite (using rhnsd and rhn_check).  I believe a better solution is to use OSAD - but at this point I am uneducated on such magic. :-( The goal here is to increase the number of Oracle DB connections. /bin/sqlplus rhnsat/rhnsat@rhnsat == Check number of Oracle Processes [root@rhnsat01 ~]# su - oracle -bash-3.2$  ORACLE_SID=rhnsat sqlplus /nolog SQL*Plus: Release 10.2.0.4.0 - Production on Tue Jul 16 12:03:19 2013 Copyright (c) 1982, 2007, Oracle.  All Rights Reserved. SQL> connect Enter user-name: XXXYYY Enter password: Connected. SQL> show parameter process; NAME                     TYPE     VALUE ------------------------------------ ----------- ---------...