Help for this page

Select Code to Download


  1. or download this
     
         CREATE OR REPLACE PROCEDURE (?????(the array cannot be used ) IN)
    + as
    
         You can only use 
    
         CREATE OR REPLACE PROCEDURE (v_scalr_in IN) as
    
  2. or download this
            my $a;
            foreach (@arrayofvariables){
    ...
    
            # then bind it with $a
    
  3. or download this
      CREATE OR REPLACE PROCEDURE ( v_scalar_in IN VARCHAR) AS 
    
          here you have to substr with the index of "," and then send it i
    +n for loop for your processing 
    ...