Help for this page

Select Code to Download


  1. or download this
     type example_rec is record ( 
             IP varchar2(10), 
             Username vachar2(56), 
             get_files varchar2(15));
    
  2. or download this
    ex_table is TABLE of example_rec index by binary_integer;