DECLARE v_p1 INT;v_p2 INT;beginpc_name('8000','fffffffff','hhi',v_p1,v_p2);dbms_output.put_line(v_p1);dbms_output.put_line(v_p2);end;