PROCEDURE PC_CREATE
   IS
BEGIN
    for v_count in 0..10.2 loop
        insert into PC_TEST(index2) values (v_count);
    end loop;
END; -- Procedure