都帮忙看看吧,看上去很严重的样子......

爱吃苹果的琉克 2014-04-03 11:11:56
[oracle@ibmserver2 ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Apr 3 09:56:24 2014

Copyright (c) 1982, 2005, Oracle. All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

sys@orcl>create tablespace tianyu_cms datafile '/oracle/oradata/orcl/tianyu_cms.ora' size 100M reuse autoextend on next 10M maxsize unlimited default storage(initial 128k next 128k minextents 2 maxextents unlimited);
create tablespace tianyu_cms datafile '/oracle/oradata/orcl/tianyu_cms.ora' size 100M reuse autoextend on next 10M maxsize unlimited default storage(initial 128k next 128k minextents 2 maxextents unlimited)
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [25015], [141], [135], [134], [], [], [], []


sys@orcl>
sys@orcl>
sys@orcl>create temporary tablespace tianyu_cms_temp tempfile '/oracle/oradata/orcl/tianyu_cms_temp.dbf' size 50m autoextend on next 50m maxsize 20480m extent management local;

Tablespace created.

sys@orcl>create tablespace tianyu_cms logging datafile '/oracle/oradata/orcl/tianyu_cms_data.dbf' size 100m autoextend on next 50m maxsize 20480m extent management local;
create tablespace tianyu_cms logging datafile '/oracle/oradata/orcl/tianyu_cms_data.dbf' size 100m autoextend on next 50m maxsize 20480m extent management local
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [25015], [141], [135], [134], [], [], [], []


sys@orcl>exit;
ERROR:
ORA-03135: connection lost contact


Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options (with complications)
[oracle@ibmserver2 ~]$
...全文
327 7 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
langcai1981 2014-04-18
  • 打赏
  • 举报
回复
建议检查一下磁盘空间,可能是分配的磁盘空间不足导致 将创建的数据文件放于另外的分区上看看,最好的方法是先使用Linux管理员检查磁盘空间。
yundeweilai 2014-04-18
  • 打赏
  • 举报
回复
是不是空间不够了?
tomshenhao 2014-04-07
  • 打赏
  • 举报
回复
LZ检查一下alert.log看看有没有更详细的日志信息?
郭一军_guoyJoe 2014-04-07
  • 打赏
  • 举报
回复
检查一下磁盘空间
sych888 2014-04-04
  • 打赏
  • 举报
回复
C:\Users\xiaaihua>sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Production on 星期五 4月 4 13:04:08 2014 Copyright (c) 1982, 2005, Oracle. All rights reserved. SQL> conn /as sysdba 已连接。 SQL> create tablespace tianyu_cms logging datafile 'D:\emos\tianyu_cms_data.dbf' size 100m autoextend on next 50m maxsize 20480m extent management local; 表空间已创建。
  • 打赏
  • 举报
回复
创建表空间 error后,数据库直接就挂了,其他用户也无法登录了,需要重启监听才行

3,494

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 高级技术相关讨论专区
社区管理员
  • 高级技术社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧