Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
    
    if ( defined $NB_ORA_CINC )   { print "\$NB_ORA_CINC   is $NB_ORA_CINC
    +\n"; }
    if ( defined $NB_ORA_CLIENT ) { print "\$NB_ORA_CLIENT is $NB_ORA_CLIE
    +NT\n"; }
    
  2. or download this
    Variable NB_ORA_CINC is 1
    Variable NB_ORA_CLIENT is client01
    $NB_ORA_CINC   is 1