laptop and a wrench

Bug

ArcSDE log file tables are created under the database default tablespace instead of the DBTUNE LOGFILE_DEFAULTS tablespace.

Last Published: July 30, 2015 ArcSDE/Enterprise Geodatabase
Bug ID Number NIM091950
SubmittedMay 24, 2013
Last ModifiedApril 2, 2025
Applies toArcSDE/Enterprise Geodatabase
Version found10.2 Pre
Version Fixed1.1
StatusFixed

Workaround

Use Structured Query Language (SQL) to move the tables after they are created.alter table pm.sde_logfile_data set tablespace pm_sdelog;alter index pm.sde_logfile_data_pk set tablespace pm_sdelog_indx;alter table pm.sde_logfiles set tablespace pm_sdelog;alter index pm.sde_logfiles_pk set tablespace pm_sdelog_indx;alter index pm.sde_logfiles_uk set tablespace pm_sdelog_indx;

Steps to Reproduce

Bug ID: NIM091950

Software:

  • ArcSDE/Enterprise Geodatabase

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options