Http://www.cnblogs.com/bpcbcm/archive/2009/05/16/bpc.html
The GIS of the distribution network is used as an example to import the collected grid data GPS data to the SDE database. Taking the tower line as an example, the tower data is automatically connected after being drawn, and the network relationship is maintained at the same time.
/// /// Obtain all the line names of all towers to be added to the file/// // ///Public void getlinenames (){// Gpse
There are three methods for restoring and backing up the SDE database.
1. Overall backup, recovery, or migration of the Oracle9i + SDE spatial database using the IMP and exp commands (method 1)
Suppose: now we need to migrate the space database on the orisde server to the dessde server. When the SDE is created, the default users on both servers are
Reprinted from http://blog.csdn.net/sosdsh/archive/2007/03/30/1547231.aspx
SDE user usage in ArcSDEAs a space database solution, ArcSDE is widely used. In this short article, we will try to describe the working mechanism of SDE and briefly describe the space data.
How to Use SDE users in the library.How ArcSDE works
ArcSDE is a middleware technology that ca
by sdeexport to the ArcSDE server.
The disadvantage of this method is that you cannot back up the complete spatial database at a time. However, the sdeexport and sdeimport tools can also be used to port spatial data between different relational database management systems (RDBMS.
1. Backup all recordsUse the default sdeexport command, for example:(1) back up the specified layer to the backup fileSdeexport-o create-l dcxq, shape-f d: \ dcxq. exp-I jerry_oracle-u
SDE user usage in ArcSDEAs a space database solution, ArcSDE is widely used. In this short article, we will try to describe the working mechanism of SDE and briefly describe the space data.
How to Use SDE users in the library.How ArcSDE works
ArcSDE is a middleware technology that cannot store space data. Its role can be understood as "space expansion" of dat
As a space database solution, ArcSDE is widely used. In this article, we will try to describe the working mechanism of SDE and briefly describe how to use SDE users in the space database.
How ArcSDE works
ArcSDE is a middleware technology that cannot store space data. Its role can be understood as "space expansion" of databases ". InIn the ArcSDE space database of Oracle, ArcSDE stores a series of Oracle O
1. Complete database backupExpSystem/password @ SidFull = y file = D:/system. dmp log = D:/system. Log
2. Data warehouse receiving(A) Delete SDE and SDE user from the databaseDrop user SDE cascade;Drop user sdeuser cascade;(B) Create a New SDE user and sdeuserThe process for creating an
As a spatial database solution, ARCSDE is widely used, and this article will attempt to describe how SDE works and briefly describe how SDE users are used in a spatial database.How ARCSDE WorksARCSDE is a middleware technology, and it is not able to store spatial data, its role can be understood as the "spatial expansion of the database." In the Oracle-based ARCSDE spatial database, ARCSDE holds a series of
1 PrefaceDuring work, you may often encounter the creation of multiple SDE services on a single machine to manage operations on multiple spatial databases at the same time. On the ESRI website, copy % SDEHOME % to a new location and manually modify its parameters to create multiple instances. There are too many parameters modified in this method. The ArcSDE Post Installation graphic interface is used to create the
Using ArcGIS's SDE user scenario, if you cannot automatically create SDE users through ArcGIS, you will need to manually create them using the following SQL
--Create a geodatabase with all the following code (you must create a geodatabase named SDE!!!! ): Create user SDE identified by password;--Basic permissionsGrant
Last year, I wrote ArcGIS 10.1 how to connect to PostgreSQL database (http://blog.csdn.net/arcgis_all/article/details/8202709). At that time, the default direct connection method of ArcGIS 10.1 was adopted. In the communication with the customer, I learned that the customer still wants to use the connection method of the service, here, I will record how to use the service connection method in the form of a document, hoping to help you.SP1 must be installed to support PostgreSQL databases of the
The following section uses Oracle10g as an example to describe how to use SDE to manage multiple tablespaces and how to store different data under the corresponding tablespaces.
When using SDE to manage large amounts of data, you can first classify the data type and usage, and then store them in different tablespaces; this not only makes reasonable planning and classification of managed data, but also effec
Tags: blog http using IO file Data ar 20141. BackgroundRecently there have been two consecutive projects on the scene of the AGS service swing off the problem, one is the Tongzhou scene, one is Fuzhou scene.1.1 Problem description and solution in Tongzhou fieldTongzhou site Environment for ArcGIS9.2, using the map service issued by the IMS, the problem is that every two days or so, its topographic map service will crash once, after restarting the topographic mapping service maps can be displayed
• Top print reply alert moderator
Subject
Connection to SDE Oracle
Author
Mourad abusall
Date
Jun 25,200 7
Message
I created this code to connect on GeoDatabase SDE and this Code not working I don't know why !!.What I do for this?Please help me ....It was stoped on this code:------------------------Pfact = new sdeworkspacefactoryPworkspace = pfact. Open (pprop
Problem: Purpose: if an oracle instance is installed on a machine, a database instance (SID: Orcl) is generated by default. An SDE (sde service name) is installed on this database instance.
Problem: Purpose: if an oracle instance is installed on a machine, a database instance (SID: Orcl) is generated by default. An SDE (sde
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Public void addsdelayer (bool chksdelinkmodle)
{
//
SPAN style = "color: #008000;"> define an attribute
;/Span> ipropertyset propset = new propertysetclass ();
If (chksdelinkmodle = true) // connect with SDE
{
// Set the database server name
Propset. setproperty ("server", "ZJ-PC ");
// Set the SDE port, whic
Where is the Win10 calculator? Three ways to open the Win10 calculator: graphic introduction, win10 Calculator
The brand-new windows 10 system has brought about many new features and changes. Among them, the position of the win10 calculator has changed a lot, so many netizens think that the win10
@ Echo off set sdeserver = 192.168.0.16set geosdeservice = 5151 set geousername = user_mingkofset geouserpassword = upwd_mingkofrem name used to separate set geofeatureclassnames = gis_t1, gis_t2echo ----------------------------- ECHO is exporting space data echo ----------------------------- echo 'echo 'Python sde2gbd. PY % sdeserver % geosdeservice % geousername % geouserpassword % geofeatureclassnames % echo 'echo ----------- ------------------ The echo space data has been exported! Echo ----
How to edit SDE data (from ESRI China Community)(17:26:41)
Tags: AE DevelopmentIt
Category: ArcSDE
Many beginners do not know much about SDE data. Sometimes they may not be able to answer questions in the Community one after another, and they are also very sympathetic to this lazy goat. Thinking of the pain of getting started, lazy goat decided to write time to explain in detail how to edit
SDE method for creating a new user
1. Create a tablespace;
2. Create a user and grant permissions to the user.
Grant create session to SDE;Grant create table to SDE;Grant create procedure to SDE;Grant create sequence to SDE;Grant create trigger to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.