CREATE OR REPLACE procedure empleadospruebas2 as temp number; begin select nvl(count(*),0) into temp from pruebafranemt; htp.print(temp); end; /