Posts

ArcSDE Administration Command Reference

ArcSDE Administration Command Reference sdetable This command administers business tables and their data. Usage syntax sdetable -o create -t <table> -d <column_definition>        [-k <config_keyword>] [-i <service>]        [-s <server_name>] [-D <database>]         -u <DB_User_name> [-p <DB_User_password>] [-q] sdetable -o delete -t <table>        [-i <service>] [-s <server_name>] [-D <database>]         -u <DB_User_name> [-p <DB_User_password>] [-N] [-q] sdetable -o truncate -t <table>         [-i <service>] [-s <server_name>] [-D <database>]          -u <DB_User_name> [-p <DB_User_password>] [-N] [-q] sdetable -o list -t <table> -c <column> -v <column_value>          [-i <service>] [-s <server_name>] [-D <database>]           -u <DB_User_name> [-p <DB_User_password>] [-N] [-q] sdetable -o describe -

Start using datapump export

Execute the following commands to create a database directory. This directory must point to a valid directory on the same server as the database: SQL> CREATE DIRECTORY dmpdir AS '/opt/oracle'; Directory created. SQL> GRANT read, write ON DIRECTORY dmpdir TO scott; Grant succeeded. PS: Oracle introduced a default directory from 10g R2, called DATA_PUMP_DIR, that can be used: SQL> SELECT directory_path FROM dba_directories WHERE directory_name = 'DATA_PUMP_DIR'; DIRECTORY_PATH -------------------------------------------------------------------------------- /app/oracle/product/10.2.0/rdbms/log/

Get the featureclass name from Net Build Error Table ClassID

Image
Get the featureclass name from Net Build Error Table ClassID Connect the sql prompt in cmd prompt Sqlplus/Nolog conn sde/sde@databasename Select Table_Name from users_tables;   */It displays the all the tables name in User*/ desc GDB_OBJECTCLASSES;  */ GDB_OBJECTCLASSES table having all the fatureclass name with ID's*/ select name from GDB_OBJECTCLASSES where ID = 347; */then it will give the feature class name*/ Busbar   (you will get the featureclass name) From ArcMAP... Below info from  http://resources.arcgis.com/en/help/main/10.1/index.html#/Identifying_geometric_network_build_errors/002r0000000z000000/ Identifying geometric network build errors Geodata  »  Data types  »  Geometric networks This topic applies to ArcGIS for Desktop Standard and ArcGIS for Desktop Advanced only. License: Although geometric networks can be both created and edited in  ArcGIS for Desktop Advanced  and  Standard , they are read-only in  Basic . When  building