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

都帮忙看看吧,看上去很严重的样子......
[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 ~]$ 

------解决方案--------------------
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;

表空间已创建。
------解决方案--------------------
LZ检查一下alert.log看看有没有更详细的日志信息?
------解决方案--------------------
检查一下磁盘空间
------解决方案--------------------
是不是空间不够了?
------解决方案--------------------
建议检查一下磁盘空间,可能是分配的磁盘空间不足导致
将创建的数据文件放于另外的分区上看看,最好的方法是先使用Linux管理员检查磁盘空间。