文档解释
ORA-14608: Tablespace was specified for the previous lob segments of column string in template but is not specified for string
Cause: Tablespaces may either be specified for all lob segments of a column or must not be specified for any lob segments of this column
Action: Either specify tablespaces for all or for none of the lob segments
。
ORA-14608: 表空间已指定给以前用于列string的lob段,但未指定用于string。
官方解释
正常处理方法及步骤
1.检查报错信息中指出的列,查看其相应的LOB存储信息,以帮助查找错误信息。
2.执行查询,找出与报错信息中指出的列有关的所有LOB段。
3.改变要求的LOB段和表空间的映射,可以使用ALTER TABLE命令或者ALTER TABLE ADD SEGMENT子句来改变。