ex: na tabela list_files tenho os seguintes comandos:
execute nome_precedure ('/u01/temp' , 'arquivo_1.txt');
execute nome_precedure ('/u01/temp' , 'arquivo_2.txt');
execute nome_precedure ('/u01/temp' , 'arquivo_3.txt');
execute nome_precedure ('/u01/temp' , 'arquivo_1.txt');
execute nome_precedure ('/u01/temp' , 'arquivo_2.txt');
execute nome_precedure ('/u01/temp' , 'arquivo_3.txt');
DECLARE
str VARCHAR2(200);
BEGIN
str := 'SELECT * FROM VW_LIST_FILES';
EXECUTE IMMEDIATE str;
END;
Usuários navegando neste fórum: Nenhum usuário registrado e 2 visitantes