The sde.sdexmltotext operator gets dropped and does not get recreated if upgrading packages in an Oracle instance in which the operator already exists.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM058256
已提交
June 11, 2010
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
10.0 Beta
修正版本
N/A
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Recreate the operator with the following:In sqlplus as the sde user run:CREATE OR REPLACE OPERATOR "SDE"."SDEXMLTOTEXT" BINDING (BLOB) RETURN CLOB USING "SDE"."ST_GEOM_UTIL"."SDEXML_TO_TEXT_F";There is no need to run this for project instances. Just run as the sde user.