
... pour enrichir nos pages APEX et/ou se perfectionner !!
Have fun ! :-))


Mardi dernier, Oracle a annoncé une extension pour Oracle Enterprise Manager Grid Control pour l'administration et la supervision des applications SAP AG via un partenariat avec la société Nimsoft.
Plus d'informations :

Pour contourner ce problème, il est possible de modifier le fichier Apache_confFileParser.pm (sous $AGENT_HOME/sysman/admin/scripts/ias) en rajoutant une condition de test :
my @list;
my $port;
if ($directive =~ /listen/i)
{
# get rid of the part before the ':', in order to get the port number only
if ($argument =~ /.*:.*/)
{
($port) = ($argument =~ /.*:(.*)/);
$argument=$port;
}
}
(Attention : il s'agit ici d'un workaround ... et non d'un correctif supporté !)