
在SQLPlus 上面想知道SQL語法執行時間,可以先下
set autotrace on;
Empty 發表在 痞客邦 留言(0) 人氣(471)
1. select 'Drop table '||table_name||';',owner from all_tables where owner='你的USER ID';
2.將組好的SCRIPT 貼到文字檔
3. 開COMMAND WINDOWS 一次執行下去
4.這樣就可以重新IMPORT DMP檔了喔
Empty 發表在 痞客邦 留言(0) 人氣(104)