begin
for t in (select table_name from user_tables)
loop
BEGIN
execute immediate 'TRUNCATE table '||TRIM(t.table_name);
EXCEPTION
WHEN OTHERS
THEN
DBMS_OUTPUT.put_line
(' ERROR ');
END;
end loop;
end;
lunedì 22 agosto 2011
Clear content of users tables reviewd with exception handling
Etichette:
oracle table database
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento