-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup-arcsde.html
144 lines (129 loc) · 6.54 KB
/
setup-arcsde.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Plugins: Setup ArcSDE | GeoDa on Github</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
*{margin:0;padding:0;}
.shadowfilter {
-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
filter: url(shadow.svg#drop-shadow);
}
.intro1 { margin-left: -45px;}
</style>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="stylesheets/simple-slideshow-styles.css">
<style>
figcaption {
top: .70em;
left: .35em;
bottom: auto!important;
right: auto!important;
}
</style>
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-53RVF8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-53RVF8');</script>
<!-- End Google Tag Manager -->
<section class="page-header">
<h1 class="project-name">GeoDa</h1>
<h2 class="project-tagline">Plugins | Setup ESRI ArcSDE Plugin</h2>
<a href="//geodacenter.github.io/" class="btn">Homepage</a>
<a href="//geodacenter.github.io/download.html" class="btn">Download</a>
<a href="https://github.com/GeoDaCenter/geoda/" class="btn">View on GitHub</a>
<a href="https://geodacenter.github.io/data-and-lab/" target="_blank" class="btn">Data</a>
<a href="//geodacenter.github.io/cheatsheet.html" class="btn">Cheat Sheet</a>
<a href="documentation.html" class="btn">Documentation</a>
<a href="//geodacenter.github.io/support.html" class="btn">Support</a>
<a href="//geodacenter.github.io/index-cn.html" class="btn">中文</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true">
<span class="octicon octicon-link"></span></a>Plugins | Setup ESRI ArcSDE Plugin</h3>
<p>
<p><a href="#win32">Windows (32-bit)</a> <a href="#win64">Windows (64-bit)</a> <a href="#ubu32">Ubuntu (32-bit)</a> <a href="#ubu64">Ubuntu (64-bit)</a></p>
<hr />
<p><a name="win32"></a></p>
<h2>For Windows (32-bit, only available for ArcSDE 9.3):</h2>
<p>1. Download ESRI ArcSDE Client 9.3 for Windows from ESRI CD-ROM</p>
<p>2. Double click the setup executable file. The ESRI ArcSDE client will be installed to your local hard disk. For example: C:\Program Files\ArcGIS\ArcSDE</p>
<p>3. Setup your Windows system environment for ESRI ArcSDE Client</p>
<div> Add the path of ESRI ArcSDE Client to PATH system variable in "System Properties" dialog (see following example)</div>
<div><img alt="" src="images/ev.png" /></div>
<div> </div>
<div>
<hr />
<p> </p>
<a name="win64"></a>
<div>
<h2>For Windows (64-bit, only available for Esri ArcSDE 10.x):</h2>
</div>
<p>1. Download ESRI ArcSDE Client 10.x for Windows from ESRI CD-ROM</p>
<p>2. Double click the setup executable file. The ESRI ArcSDE client will be installed to your local hard disk. For example: C:\Program Files\ArcGIS\ArcSDE</p>
<p>3. Setup your Windows system environment for ESRI ArcSDE Client</p>
<div> Add the path of ESRI ArcSDE Client to PATH system variable in "System Properties" dialog (see following example)</div>
<div><img alt="" src="images/ev.png" /></div>
<hr />
<p> </p>
<a name="ubu32"></a>
<div>
<h2>For Ubuntu ≥12 (32-bit):</h2>
</div>
<p>1. Download ESRI ArcSDE Client 10.x for Linux from ESRI CD-ROM</p>
<p>2. Unzip the downloaded ZIP package to local hard drive. </p>
<p>3. Setup your Ubuntu system environment for ESRI ArcSDE Client</p>
<p> Use your editor to open ~/.bash_profile<br />
Add the following line at the end of the file:<br />
"export SDE_HOME=/Users/test/"</p>
<p>4. Restart GeoDa, then you should be able to connect to the Oracle Spatial database using the GeoDa-Oracle-Plugin</p>
<hr />
<p> </p>
<a name="ubu64"></a>
<div>
<h2>For Ubuntu ≥12 (64-bit):</h2>
</div>
<div>
<p>1. Download ESRI ArcSDE Client 10.x for Linux from ESRI CD-ROM</p>
<p>2. Unzip the downloaded ZIP package to local hard drive. </p>
<p>3. Setup your Ubuntu system environment for ESRI ArcSDE Client</p>
<p> Use your editor to open ~/.bash_profile<br />
Add the following line at the end of the file:<br />
"export SDE_HOME=/Users/test/"</p>
<p>4. Restart GeoDa, then you should be able to connect to the Oracle Spatial database using the GeoDa-Oracle-Plugin</p>
</div>
</div>
<p> </p>
</p>
<br/>
<h3>
<a id="intro-contact" class="anchor" href="#intro-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>Questions? Contact <a href="mailto:[email protected]">us</a>.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/lixun910/geoda">GeoDa</a> is maintained by <a href="https://github.com/lixun910">lixun910</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-72724100-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>