3,494
社区成员




[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 ~]$