[Bug] Oracle 11g 查询 SDE.ST_GEOMETRY 类型时驱动 panic 空指针
Author: dbx-bot[bot]Created Sep 16, 2026Updated Sep 18, 2026
Labelsbugqq-feedbackdb/oracle
来源
QQ 群反馈 · 反馈人:¿
数据库类型和版本
Oracle 0.6.12
AI 摘要
使用 dbx 0.6.12 和 Oracle 0.1.62 agent 查询 Oracle 11g 中的 SDE.ST_GEOMETRY 数据类型时,Oracle 驱动发生 panic:invalid memory address or nil pointer dereference,导致查询失败并回滚事务。
原始描述
补充:https://github.com/t8y2/dbx/issues/9180 问题补充 内容补充:SDE数据类型为 SDE.ST_GEOMETRY 数据库为oracle11g dbx版本0.6.12 驱动类型:Oracle 0.1.62 agent。 查询出错报错 Statement 1 failed: Agent RPC error (-1): oracle driver panic: runtime error: invalid memory address or nil pointer dereference DBX_AGENT_ERROR_DATA:{"category":null,"retryable":null,"sessionDisposition":null,"stage":null,"operationOutcome":null,"agentSessionId":"xxxxxxxxxx"}. The manual transaction was rolled back.
附件

Source: t8y2/dbx