漏洞 ID 编号 |
BUG-000126068 |
已提交 | October 16, 2019 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcSDE/Enterprise Geodatabase |
找到的版本 | 10.6.1 |
状态 | Duplicate
此问题与现有问题重复。 有关详细信息,请参阅问题的“其他信息”部分。 与重复问题关联的客户将自动附加到未解决的问题。
|
附加信息
Duplicate of BUG-000125893.
解决办法
Workaround 1: A Desktop client at the same version as the geodatabase may be used to upgrade the geodatabase internals, if the following are true:
- The message "database internals such as stored procedures can be upgrade" is returned.
- The 'Upgrade Geodatabase' option is enabled.
Workaround 2: For cases in which 'Upgrade Geodatabase' cannot be run against the geodatabase from the same version ArcGIS client, the following workaround has been successful in updating the 10.6.1 geodatabase internals.Note: The following workaround requires back-end modification of the geodatabase system tables. A full database backup should be confirmed prior to implementing.
- Connect to the Oracle 12c geodatabase in SQL Plus or SQL Developer and modify the SDE.VERSION table columns to match those of a 10.6.0 geodatabase.
- In ArcCatalog 10.6.1 connect to the Oracle 12c geodatabase as the SDE user and run Upgrade Geodatabase.
- In SQL Plus/SQL Developer, connect to the 12c geodatabase as SDE, check for for INVALID objects in the SDE Schema and recompile invalid objects as needed.
- select object_name from user_objects where status <> 'VALID';
- exec sys.utl_recomp.recomp_serial('SDE');
- Test 'Enable Archiving' on a feature class (which leverages the Branch Util package in 10.6.1, 12c GDB), if it fails in ArcMap (error message such as "Failed to enable archiving. Function called out of sequence" is returned), manually rebuild BRANCH_UTIL package.
- SQLPLUS sde/password@DatabaseServer/OracleSID
- start 'C:\Program Files (x86)\ArcGIS\Desktop10.6\lib\branch_util.sps' SDE;
- start 'C:\Program Files (x86)\ArcGIS\Desktop10.6\lib\branch_util.spb' SDE;
- grant EXECUTE on sde.branch_util to public;
- grant EXECUTE on sde.branch_util to public;
- grant EXECUTE on sde.spx_util to public;
重现步骤