GBase 8s
适配迁移
问答

使用迁移工具GBase8sMTK迁移oracle至gbase8s,系统后台添加clob对象提示:智能大对象:未指定 sbspace 编号。

发表于2023-11-16 16:01:28227次浏览2个评论

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。

【GBase版本】:GBase 8s V8.8(兼容Oracle)

【操作系统】:

【CPU】:

【问题描述】*:
Caused by: java.sql.SQLException: 智能大对象错误。
    at com.gbasedbt.util.IfxErrMsg.getSQLException(IfxErrMsg.java:409)
    at com.gbasedbt.jdbc.IfxSqli.a(IfxSqli.java:3576)
    at com.gbasedbt.jdbc.IfxSqli.D(IfxSqli.java:3856)
    at com.gbasedbt.jdbc.IfxSqli.dispatchMsg(IfxSqli.java:2746)
    at com.gbasedbt.jdbc.IfxSqli.receiveMessage(IfxSqli.java:2671)
    at com.gbasedbt.jdbc.IfxSqli.executeFastPath(IfxSqli.java:5583)
    at com.gbasedbt.jdbc.IfxSqli.executeFastPath(IfxSqli.java:5515)
    at com.gbasedbt.jdbc.IfxSmartBlob.IfxLoCreate(IfxSmartBlob.java:354)
    at com.gbasedbt.jdbc.IfxSmBlob.i(IfxSmBlob.java:772)
    at com.gbasedbt.jdbc.IfxSmBlob.a(IfxSmBlob.java:555)
    at com.gbasedbt.jdbc.IfxResultSet.b(IfxResultSet.java:364)
    at com.gbasedbt.jdbc.IfxStatement.a(IfxStatement.java:1412)
    at com.gbasedbt.jdbc.IfxPreparedStatement.d(IfxPreparedStatement.java:623)
    at com.gbasedbt.jdbc.IfxPreparedStatement.execute(IfxPreparedStatement.java:605)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
    at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
    at com.sun.proxy.$Proxy161.execute(Unknown Source)
    at org.apache.ibatis.executo

评论

登录后才可以发表评论
用户头像
liaosnet发表于 2年前
增加sbspace空间,并指定SBSPACENAME值为该sbspace空间的名称。
最佳回答
用户头像
多次拒绝柳岩发表于 2年前
@liaosnet:感谢大佬