04.02.2013 Views

ArcGIS Server Performance and Scalability - Testing ... - Esri

ArcGIS Server Performance and Scalability - Testing ... - Esri

ArcGIS Server Performance and Scalability - Testing ... - Esri

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Deployment Phase—Tuning<br />

Starting Oracle trace using a custom ArcMap UIControl<br />

Private Sub OracleTrace_Click()<br />

. . .<br />

Set pFeatCls = pFeatLyr.FeatureClass<br />

Set pDS = pFeatCls<br />

Set pWS = pDS.Workspace<br />

sTraceName = InputBox("Enter ")<br />

pWS.ExecuteSQL ("alter session set tracefile_identifier = '" &<br />

sTraceName & "'")<br />

pWS.ExecuteSQL ("ALTER SESSION SET events '10046 trace name context<br />

forever, level 12'")<br />

. . .<br />

End Sub<br />

107

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!