in reply to Error while calling Oracle stored procedure

Try drop_user_table(in_table => :parameter1);. The procedure is expecting the var in_table but you are assigning a value to parameter1_in that it does not recognize.

Replies are listed 'Best First'.
Re^2: Error while calling Oracle stored procedure
by denzil_cactus (Sexton) on Jul 02, 2008 at 11:16 UTC
    Hey olus.. thanks for the solution .. it worked hav a nice time