C:\>sdeping -u ***** -p ***** -i sde_eval93 ArcSDE 9.3 Connection Test Utility Fri Apr 30 14:03:04 2010 ------------------------------------------------------------------------ Server: localhost Instance: sde_eval93 Database: eval93 Username: ***** RDBMS: PostgreSQL Version: 9.3.1 Description: PostgreSQL Build 2784(PostgreSQL) Build Date: Tue Oct 27 10:51:14 2009 Release: 93005
C:\>sdelayer -o describe -u foo -p ***** -i sde_eval93 -O bar ArcSDE 9.3.1 for PostgreSQL Build 2784 Tue Oct 27 10:51:14 2009 Layer Administration Utility ----------------------------------------------------- Bar does not own any layers OR user foo does not have access to any of bar's layers.
As posted above, commands like 'sdelayer' report the contents of the SE_RELEASE structure.'se_toolkit-10.1' will be released after I work around some new "features" that are causingmy regression tests to fail. But 10.0 clients like 'sdeping' are able to connect to 10.1 servers,so the current se_toolkit-9.3 release for 10.0 should suffice.- V
arcpy.Describe('Database Connections\\test.sde).release
arcpy.Describe('Database Connections\\test.sde).currentRelease
sqlplus sde/password;
select all from sde.version;
I was able to use that query from a user/schema/owner other than SDE (a ROADS user):
--Oracle 18cselect * from sde.version;
It produced the correct information.
This worked for me. Thanks
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.