grant dba to sde
martes, 30 de enero de 2024
lunes, 29 de enero de 2024
ELIMINAR ESQUEMA SDE
Resuelto: Eliminar SDE - Comunidad de Esri
https://community.esri.com/t5/data-management-questions/remove-sde/td-p/89351
You can "DROP USER SDE CASCADE" IF AND ONLY IF no other user has a table which uses
one of the SDE user's object types (e.g., no tables with an SDE.ST_GEOMETRY column).
If you drop the SDE user while some user references SDE-owned objects, it will cause the
DROP to partially fail, and set up a referential integrity issue within the database instance,
where further attempts to DROP will fail due to missing objects (and attempts to create
a new SDE login will fail due to conflicting objects,...). The only solution to this is dropping
the database instance and restoring from backup.
The safest procedure would be to drop all the users that had SDE.ST_GEOMETRY at any time,
then recreate the user(s) and restore the non-ST_GEOMETRY table(s).
- V
martes, 23 de enero de 2024
COMO INSTALAR ORACLAR 19C
Como instalar Oracle Database 19c y SQL Developer (youtube.com)
https://www.youtube.com/watch?v=_J0XeTsGFTk
miércoles, 17 de enero de 2024
INSTANCIAS DE SERVICIOS DE ARCGIS SERVER
Configurar los ajustes de instancias de servicio—ArcGIS Server | Documentación de ArcGIS Enterprise
https://enterprise.arcgis.com/es/server/latest/administer/windows/configure-service-instance-settings.htm
ACTUALIZAR OPEN_CURSOR GEODATBASE
https://pro.arcgis.com/es/pro-app/latest/help/data/geodatabases/manage-oracle/update-open-cursors.htm
Actualizar el parámetro open_cursors en geodatabases de Oracle—ArcGIS Pro | Documentación
lunes, 15 de enero de 2024
CREAR CERTIFICADO ARCGIS WEB ADAPTOR
https://enterprise.arcgis.com/es/server/latest/administer/windows/configuring-https-using-a-new-ca-signed-certificate.htm#GUID-C9C2C3F8-9376-4433-8952-5C389FF74152
lunes, 8 de enero de 2024
TUTORIAL DE ARCGIS ENTERPRICE BUILDER
Introducción a ArcGIS Enterprise Builder | Learn ArcGIS
https://learn.arcgis.com/es/projects/get-started-with-arcgis-enterprise-builder/
Al utilizar ArcGIS Enterprice vamos a implementar una instalación Base de Arcgis Enterprice, donde se van a instalar 4 componentes.
error code SELF_SIGNED_CERT_IN_CHAIN
Si sale este error se pueda aplicar esta solución: Resuelto: certificado autofirmado en la cadena de certificados - Esri Community https://c...