Help for this page

Select Code to Download


  1. or download this
    my ($sec,$min,$hour,$day,$month,$yr19,@rest) =   localtime(time);#####
    ##To get the localtime of your system
    print "Date:\t$day-".++$month. "-".($yr19+1900)."\n"; ####To print dat
    +e format as expected
    print "Time:\t".sprintf("%02d",$hour).":".sprintf("%02d",$min).":".spr
    +intf("%02d",$sec)."\n";###To print the current time
    
  2. or download this
    printf "Time:\t%02d:%02d:%02d\n", $hour, $min, $sec;###To print the cu
    +rrent time
    
  3. or download this
    $SQLPLUS = "C:/sqlplus.exe";
    
  4. or download this
    $version = `sqlplus -V`;
    
  5. or download this
    The code to run the sqlplus.exe.......shoud be here