CRUD – Servlets – JSP

Ingresar a Netbeans (Versión 11). 1.- Crear un proyecto de tipo Web Application Project Name: Dashboard6 Project Location: c:\SC Presionar la tecla Next > Finish 2. Modifica el navegador por default 3.- Verificar que el proyecto es ejecutable Corregir la instalación del driver 4. Seguir el siguiente ejercicio. 1.- Usar la tabla de clientes en […]

CRUD – Servlets – JSP Leer más »

Scrum

Definición de scrum Cascada vs SCRUM Completar Valores Principios Control del proceso empírico La adaptación se vuelve más difícil cuando las personas involucradas no están empoderadas ni se auto gestionan. Se divide a su vez en 3 principios: Equipo scrum En SCRUM TEAM no hay jerarquías. Producto Owner Es la autoridad para cancelar el esprint

Scrum Leer más »

Guía – Documentación Google Docs -API

https://developers.google.com/docs/api/how-tos/merge https://developers.google.com/docs/api/ Method: documents.create Creates a blank document using the title given in the request. Other fields in the request, including any provided content, are ignored. Returns the created document. HTTP request POST https://docs.googleapis.com/v1/documents The URL uses gRPC Transcoding syntax. Request body The request body contains data with the following structure: Response body If successful, the response

Guía – Documentación Google Docs -API Leer más »

Script para validar migración de datos

Fuentes: https://docs.oracle.com/cd/B28359_01/server.111/b28310/toc.htm https://www.morganslibrary.org/reference/pkgs/dbms_hm.html https://www.oracle.com/technical-resources/articles/cloud/migrate-db-to-cloud-with-datapump.html 1. Validación rápida 1.1. Fecha y hora Validaciones como usuario SYS 02. Validación detallada 1.- Validar cifras de sistema 2.- Validar cifras de control 3.- Validar cifras de negocio Ver el tamaño de los TABLESPACES Objetos invalidos http://www.dba-oracle.com/t_invalid_objects.htm Ejecutar Health checks Comparar plataformas https://docs.oracle.com/en/database/oracle/oracle-database/18/spucd/transporting-a-database-using-an-export-dump-file.html#GUID-05DFEA70-FDAF-4FAF-BF26-37225151A7D7

Script para validar migración de datos Leer más »

14.2 Managing Dynamic Actions

https://docs.oracle.com/en/database/oracle/application-express/19.2/htmdb/managing-dynamic-actions.html#GUID-7E564715-E963-44AA-B620-5FFB5EFA62EE 14.2.1 Acerca de las acciones dinámicas Las acciones dinámicas proporcionan una forma de definir el comportamiento complejo del lado del cliente de forma declarativa sin la necesidad de JavaScript. Con el asistente Crear acción dinámica, puede especificar una acción que se realiza cuando se produce un conjunto definido de condiciones. También puede especificar qué

14.2 Managing Dynamic Actions Leer más »