国产成人毛片视频|星空传媒久草视频|欧美激情草久视频|久久久久女女|久操超碰在线播放|亚洲强奸一区二区|五月天丁香社区在线|色婷婷成人丁香网|午夜欧美6666|纯肉无码91视频

oracle清理表空間的方法 oracle怎么刪除表空間的數(shù)據(jù)文件?

oracle怎么刪除表空間的數(shù)據(jù)文件?--刪除空表空間,但不包括物理文件droptable spaceuname--刪除非空表空間,但不包括物理文件droptable spaceuname inclu

oracle怎么刪除表空間的數(shù)據(jù)文件?

--刪除空表空間,但不包括物理文件droptable spaceuname--刪除非空表空間,但不包括物理文件droptable spaceuname including contents--刪除空表空間,如果其他表空間中的表具有與此表空間中表的字段相關(guān)聯(lián)的外鍵和其他約束,則包括物理文件放置表空間uuName(包含在文件中)刪除非空表空間,包括物理文件放置表空間uName(包含內(nèi)容和數(shù)據(jù)文件),應(yīng)添加級聯(lián)約束放置表空間uuuName包括內(nèi)容和數(shù)據(jù)文件級聯(lián)約束

具體來說,刪除表空間中的數(shù)據(jù)文件:alter table space table space uname drop datafile file uname

Oracle 11g delete table space語法描述:drop table space table space uname[包括內(nèi)容[和數(shù)據(jù)文件][級聯(lián)約束

無選項--表空間為空時刪除;including contents—刪除表空間和對象;including contents and datafiles—刪除表空間、對象和數(shù)據(jù)文件;including contents cascade constraint—刪除關(guān)聯(lián);including contents and datafiles cascade constraint—包括前兩項。你用了哪個選項?刪除表空間后,無法使用數(shù)據(jù)文件a.dbf。