Ingres::Utility::IINamu

Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility.
Download

Ingres::Utility::IINamu Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joner Cyrre Worm
  • Publisher web site:
  • http://search.cpan.org/~worm/Ingres-Utility-IINamu-0.07/lib/Ingres/Utility/IINamu.pm

Ingres::Utility::IINamu Tags


Ingres::Utility::IINamu Description

Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility. Ingres::Utility::IINamu is a Perl API to iinamu Ingres RDBMS utility.SYNOPSISList registered INGRES (IIDBMS) services: use Ingres::Utility::IINamu; my $foo = Ingres::Utility::IINamu->new(); # list all INGRES-type servers (iidbms) print $foo->show('INGRES'); # process each server separately while (my @server = $foo->getServer()) { print "Server type: $servertname:$servertid:$server"; if (defined($server)) { print "t$server"; } print "n"; } # stop IIGCN server (no more connections to all of Ingres services) $ret = $foo->stop(); ...This module provides an API to the iinamu utility for Ingres RDBMS, which provides local interaction and control of IIGCN server, in charge of registering all Ingres services.Through this interface, it is possible to obtain a list of all registered services, for later processing (eg. iimonitor), and also stopping the IIGCN server (EXTREME CAUTION: Ingres may need to be restarted!). Requirements: · Perl


Ingres::Utility::IINamu Related Software