Create Or Replace Procedure Test_Command as M_Command VarChar2(00255); Begin M_Command := 'ls'; Host ls End; /