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 4 Current »

Servicios a Implementar

  1. Nuevas tablas:
    1. TIPOCONTACTO
    2. MOTIVOCONTACTO
    3. CONTACTO
  2. Nuevos sequences:
    1. TIPOCONTACTOID
    2. MOTIVOCONTACTOID
    3. CONTACTOID
  3. Nuevos triggers:
    1. AN$514TipoContactoId
    2. AN$517MotivoContactoId
    3. AN$520ContactoId

Pre requisitos

  1. Oracle 18

Despliegue

  1. Acceder al siguiente recurso: https://nube.cabal.coop.py/nextcloud/index.php/s/Nqdqz8RLGg44cWY
  2. Posicionarse en el esquema CABALCRM  de la base SICOOP de PRE-PRODUCCION
  3. Ejecutar los scripts en el siguiente orden:
    1. TBL_tipocontacto_PREPROD.sql
    2. TBL_motivocontacto_PREPROD.sql
    3. TBL_contacto_PREPROD.sql
    4. IDX_contacto_PREPROD.sql
    5. SEQ_tipocontactoid_PREPROD.sql
    6. SEQ_motivocontactoid_PREPROD.sql
    7. SEQ_contacto_PREPROD.sql
    8. TRG_tipocontactoid_PREPROD.sql
    9. TRG_motivocontacto_PREPROD.sql
    10. TRG_contacto_PREPROD.sql
  4. Setear en 0 (cero) el cache size los siguientes Sequences:
    • TIPOCONTACTOID
    • MOTIVOCONTACTOID
    • CONTACTOID
  • No labels