ORA-10635 错误 "invalid segment or tablespace type" 通常表明在尝试执行某个数据库操作时,指定的段(segment)或表空间(tablespace)类型不符合要求或无效。以下是对该问题的详细分析和解决步骤: 1. 确认ORA-10635错误的具体含义和触发条件 ORA-10635 错误指出在数据库操作中,指定的段或表空间类型不正确或不被当前...
ERROR at line 1:ORA-10635: Invalid segment or tablespace type 检查一下表空间使用的段管理:SYS@...
这里需要强调一点,10g的这个新特性,仅对ASSM表空间有效,否则会报 ORA-10635: Invalid segment or tablespace type。 其实会导致这个错误的原因还有其它一些: 1. You cannot specify this clause for a cluster, a clustered table, or any object with a LONG column. 2. Segment shrink is not supported for ...
这里需要强调一点,10g的这个新特性,仅对ASSM表空间有效,否则会报 ORA-10635: Invalid segment or tablespace type。 其实会导致这个错误的原因还有其它一些: 1. You cannot specify this clause for a cluster, a clustered table, or any object with a LONG column. 2. Segment shrink is not supported for ...
Oracle Database - Enterprise Edition - Version 12.2.0.1 and later: ORA-10635: Invalid Segment Or Tablespace Type Reported
Description:Invalid segment or tablespace type Action:Check the tablespace and segment type and reissue the statement Database:19c Release 1 ORA-10635 Invalid segment or tablespace type Cause:Cannot shrink the segment because it is not in auto segment space managed tablespace or it is not a data...
时出现 引用 ORA-10635: Invalid segment or tablespace type oracle给出的错误解释和解决方法是 引用 Cannot shrink the segment because it is not in auto segment space managed tablespace or it is not a data, index or lob segment. 说明表空间可能不是段自动管理的,才导致这个错误。
shrink不能在segment space management manaual的表空间的段上执行
SQL>ALTERTABLELSKFCDYENABLEROWMOVEMENT;Tablealtered.当执行shrink操作的时候,结果报如下错误:SQL>ALTERTABLELSKFCDYSHRINKSPACE;alter tableLSKFCDYshrink space*ERRORat line1:ORA-10635:Invalidsegment or tablespace type 从10gORACLE开始提供Shrink的命令,但10g的这个新特性仅对ASSM表空间有效...
从10g开始,ORACLE开始提供Shrink的命令,假如我们的表空间中支持 自动段空间管理 (ASSM),就可以使用这个特性缩小段,即降低HWM。这里需要强调一点,10g的这个新特性,仅对ASSM表空间有效,否则会报 ORA-10635: Invalid segment or tablespace type。 其实会导致这个错误的原因还有其它一些: ...