慎重深くテーブルをDROPしたい table
tableを慎重深くのdropする時のポイント。
1) まずDROP する user_indexes user_tables の情報を残しとくこと
この時 indexもいっしょにDROPされるので index の情報も残しておくこと
ちなみに情報の基本は ( user_indexes user_tables user_tab_columns の 3tableにある )
2) 指差し確認で、対象テーブルであることを確認し、drop table ~。
3) connect sys/sys で その該当 tablespace を coalesce する