The geolmgr user is the "super-user" account for the geodatabase. It owns the geodatabase system tables and manages spatial data types.
geolmgr usually acts as the "Spatial Reference Manager." It owns the metadata tables that define coordinate systems ( MDSYS usually owns these, but enterprise setups often use a proxy user). geolmgr
Based on the identifier geolmgr , this guide covers the two most common technical contexts where this term appears: and Oracle Database Spatial . The geolmgr user is the "super-user" account for
It writes latitude, longitude, and altitude directly into the EXIF (Exchangeable Image File Format) header of the file. Based on the identifier geolmgr , this guide
Compatible with common image types including JPG, PNG, WebP, and HEIC.
GRANT CONNECT, RESOURCE TO geolmgr; GRANT CREATE SESSION TO geolmgr; -- Specific Spatial privileges if not using MDSYS directly GRANT SELECT ON MDSYS.SDO_GEOM_METADATA_TABLE TO geolmgr;