2015年8月28日 星期五

Oracle SQL PLSQL Truncate and Drop All Tables with TableSpace




BEGIN 
    FOR t IN (SELECT table_name 
              FROM   user_tables 
              WHERE  tablespace_name IS NOT NULL) LOOP 
        EXECUTE IMMEDIATE ' truncate table '|| t.table_name; 

        EXECUTE IMMEDIATE ' drop table '|| t.table_name; 
    END LOOP; 
END; 

/ 

沒有留言:

張貼留言

2023 Promox on Morefine N6000 16GB 512GB

2023 Promox on Morefine N6000 16GB 512GB Software Etcher 100MB (not but can be rufus-4.3.exe 1.4MB) Proxmox VE 7.4 ISO Installer (1st ISO re...