刪除oracle數據庫的全部表

 第一步:查看當前用戶的缺省表空間web   SQL>select username,default_tablespace from user_users; 查詢獲得的信息主要用於再次使用相同的表空間。刪除的原理是先刪除用戶,再次建立用戶。sql drop user munici cascade; create user munici profile default identified by m
相關文章
相關標籤/搜索