Select to view content in your preferred language

Way to find version of SDE

15329
18
04-30-2010 09:14 AM
FarooqMunir
Emerging Contributor
Hi,

Just wanted to ask, is there an easy way to find out the version of SDE running either from ArcCatalog or just by logging onto Oracle ?

Thanks,

FM
18 Replies
SachinChand
Regular Contributor
Vince, thanks for the quick response.  What about an instance where all versions are 10.  ArcGIS Desktop is then updated to v10.1.  From desktop, the sde geodatabase is upgraded to v10.1 which would still leave ArcSDE at v10.
0 Kudos
VinceAngelo
Esri Esteemed Contributor
No, after you upgrade the geodatabase, the SDE is at that level.  If you have an application
service, and you fail to delete and recreate it, that's an error.

- V
0 Kudos
SachinChand
Regular Contributor
Ok, so with the scenario I presented, an sde service would need to be recreated, understood.  Direct connect should work fine though (after upgrading the geodatabase to v10.1 using desktopv10.1), right.
0 Kudos
VinceAngelo
Esri Esteemed Contributor
Correct.  Direct Connect is its own ArcSDE server.

- V
0 Kudos
SachinChand
Regular Contributor
Thanks for the clarifications!
0 Kudos
VinceAngelo
Esri Esteemed Contributor
Please start new questions in a new thread.

Views are just views; there's nothing release-specific about a view.  Any necessary changes would
either happen to the underlying ST_GEOMETRY object, or to the base table's triggers.

- V
0 Kudos
NorlizaAbdul_Rahman
Emerging Contributor

sqlplus sde/password;

select all from sde.version;

0 Kudos
Bud
by
Esteemed Contributor

I was able to use that query from a user/schema/owner other than SDE (a ROADS user):

--Oracle 18c
select * from sde.version;

It produced the correct information.

arahman_mdmajid
Frequent Contributor

This worked for me. Thanks

Abdur Rahman
GIS Developer
0 Kudos