国产成人毛片视频|星空传媒久草视频|欧美激情草久视频|久久久久女女|久操超碰在线播放|亚洲强奸一区二区|五月天丁香社区在线|色婷婷成人丁香网|午夜欧美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)添加cascade constraints drop表空間uu name including contents and datafiles cascade constraints