免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 2389 | 回复: 12
打印 上一主题 下一主题

在建立表空间时出错......................... [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-01-06 09:36 |只看该作者 |倒序浏览
今天在创建表空间时出现如下错误:

SQL>; ALTER TABLESPACE TEMP ADD DATAFILE '/opt/oracleDate/oraclin/temp02.dbf' SIZE 307200K AUTOEXTEND OFF
  2 /
ALTER TABLESPACE TEMP ADD DATAFILE '/opt/oracleDate/oraclin/temp02.dbf' SIZE 307200K AUTOEXTEND OFF
*
ERROR at line 1:
ORA-03217: invalid option for alter of TEMPORARY TABLESPACE
请问是什默原因?谢谢!


另外,我在建表空间的时候专门把他们指在一个目录下的,但,我原本是想把那个目录删除(包括那目录下的*.dbf文件),再重新建的.......可删除后在startup Oracle 9的时候说不能打开数据库了.......(因为,被我删除的目录不存在!)

  如果,我想修改应该如何做呀?谢谢!不然,也无法建表空间了......

论坛徽章:
0
2 [报告]
发表于 2004-01-06 09:59 |只看该作者

在建立表空间时出错.........................

temp02.dbf怎么加了两次?

论坛徽章:
0
3 [报告]
发表于 2004-01-06 10:07 |只看该作者

在建立表空间时出错.........................

你想修改什么,datafile的路径吗
alter database datafile 'old destination'  offline;
copy datafile to new destination
alter database rename file 'old destination' to 'new destination';
alter database datafile 'new destination' online;
dicker 该用户已被删除
4 [报告]
发表于 2004-01-06 10:08 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
dicker 该用户已被删除
5 [报告]
发表于 2004-01-06 10:12 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
6 [报告]
发表于 2004-01-06 10:35 |只看该作者

在建立表空间时出错.........................

我怎么看不懂,能详细说明一下你想干什么???

论坛徽章:
0
7 [报告]
发表于 2004-01-06 10:36 |只看该作者

在建立表空间时出错.........................

那原来的那些dbf有没有copy到新的地方?
如果没有
alter database datafile '你删除的所有dbf' offline;
startup
重新建立datafile

如果有的话
alter database datafile '你删除的所有dbf' offline;
startup
alter database rename file 'old destination' to 'new destination';
alter database datafile 'new destination' online;

论坛徽章:
0
8 [报告]
发表于 2004-01-06 10:38 |只看该作者

在建立表空间时出错.........................

更正,是
那原来的那些dbf有没有copy到新的地方?
如果没有
startup mount
alter database datafile '你删除的所有dbf' offline;
alter database open
重新建立datafile

如果有的话
startup mount
alter database datafile '你删除的所有dbf' offline;
alter database open
alter database rename file 'old destination' to 'new destination';
alter database datafile 'new destination' online;

论坛徽章:
0
9 [报告]
发表于 2004-01-06 13:15 |只看该作者

在建立表空间时出错.........................

ORA-03217 invalid option for alter of TEMPORARY TABLESPACE

Cause: Invalid option for alter of temporary tablespace was specified.

Action: Specify one of the valid options: ADD TEMPFILE.
dicker 该用户已被删除
10 [报告]
发表于 2004-01-06 13:28 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP