Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Servicios a Implementar

  1. Crear nuevo esquema, tablas sequences, triggers e índices.

Pre requisitos

  1. No posee

Despliegue

  1. Acceder al siguiente recurso: https://drive.cabal.coop.py/s/ycMaSM8Ag9qNZpk
  2. Crear el esquema APP_PARAMETRO en la base SICOOP de PRE-PRODUCCION
  3. Posicionarse en el esquema APP_PARAMETRO de la base SICOOP de PRE-PRODUCCION
  4. Ejecutar los scripts en el siguiente orden:
    1. table_modulo_preprod.sql
    2. sequence_modulo_preprod.sql
    3. trigger_modulo_preprod.sql
    4. table_tipoparametro_preprod.sql
    5. sequence_tipoparametro_preprod.sql
    6. trigger_tipoparametro_preprod.sql
    7. table_proceso_preprod.sql
    8. index_proceso_preprod.sql
    9. table_parametro_preprod.sql
    10. index_parametro_preprod.sql
    11. table_parametrovalor_preprod.sql
    12. index_parametrovalor_preprod.sql
  5. Setear en 0 (cero) el cache size los siguientes Sequences:
    • MODULOID
    • TIPOPARAMETROID
  • No labels