Help for this page

Select Code to Download


  1. or download this
        push @sourceDBHostsFromTnsEntry, $record =~ /HOST=(\S+-\S+)/g;
    
  2. or download this
        push @sourceDBHostsFromTnsEntry, $record =~ /HOST=(\w+-\w+)/g;