ora-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3976865
  • 博文数量: 536
  • 博客积分: 10470
  • 博客等级: 上将
  • 技术积分: 4825
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-26 14:08
文章分类

全部博文(536)

文章存档

2024年(3)

2021年(1)

2019年(1)

2017年(1)

2016年(2)

2013年(2)

2012年(10)

2011年(43)

2010年(10)

2009年(17)

2008年(121)

2007年(252)

2006年(73)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2007-02-07 16:22:39

语法:
drop tablespace tablespace
   [ including contents [ {and | keep} datafiles ]
     [ cascade constraints ]
   ] ;

直接使用:
drop tablespace 会出现如下错误:

ora-01116: error in opening database file 89
ora-01110: data file 89: '/templv/osm/osm_tabp_00.dbf'
ora-27041: unable to open file
linux error: 2: no such file or directory
additional information: 3

首先将表空间文件改为offline就可以了!

sql>alter database datafile '/templv/osm/osm_tabp_00.dbf' offline drop;

是每一个文件都要offline采可以删除.

现在使用:
drop tablespace osm_tabp_0 including contents
就ok了!

阅读(5246) | 评论(0) | 转发(0) |
0

上一篇:ora-01119 and ora-27040解决办法

下一篇:坐庄

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图