martes, 6 de mayo de 2025

𝟮𝟮 𝗿𝗲𝗰𝘂𝗿𝘀𝗼𝘀 𝗚𝗥𝗔𝗧𝗨𝗜𝗧𝗢𝗦: 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗜𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝗰𝗲, 𝗣𝗼𝘄𝗲𝗿 𝗕𝗜, 𝗣𝗼𝘄𝗲𝗿 𝗤𝘂𝗲𝗿𝘆, 𝗘𝘅𝗰𝗲𝗹, 𝗜𝗻𝘁𝗲𝗹𝗶𝗴𝗲𝗻𝗰𝗶𝗮 𝗔𝗿𝘁𝗶𝗳𝗶𝗰𝗶𝗮𝗹, 𝗲𝘀𝘁𝗮𝗱í𝘀𝘁𝗶𝗰𝗮 ...

𝟮𝟮 𝗿𝗲𝗰𝘂𝗿𝘀𝗼𝘀 𝗚𝗥𝗔𝗧𝗨𝗜𝗧𝗢𝗦 (𝗼 𝗰𝗼𝗻 𝗽𝗿𝘂𝗲𝗯𝗮 𝗴𝗿𝗮𝘁𝗶𝘀) 𝗽𝗮𝗿𝗮 𝗲𝗺𝗽𝗲𝘇𝗮𝗿 𝘁𝘂 𝗰𝗮𝗺𝗶𝗻𝗼 𝗲𝗻 𝗱𝗮𝘁𝗼𝘀, 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗜𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝗰𝗲, 𝗣𝗼𝘄𝗲𝗿 𝗕𝗜, 𝗣𝗼𝘄𝗲𝗿 𝗤𝘂𝗲𝗿𝘆, 𝗘𝘅𝗰𝗲𝗹, 𝗜𝗻𝘁𝗲𝗹𝗶𝗴𝗲𝗻𝗰𝗶𝗮 𝗔𝗿𝘁𝗶𝗳𝗶𝗰𝗶𝗮𝗹, 𝗲𝘀𝘁𝗮𝗱í𝘀𝘁𝗶𝗰𝗮 𝘆 𝗺𝗮́𝘀.


1. Paso a paso de hashtagtutorial oficial de Microsoft en hashtagPowerBI en datdata
https://lnkd.in/ddj6RWRn

2. hashtagPython y hashtagR dentro de hashtagPowerBI desde cero con Miguel:
https://lnkd.in/dYKE5mnC

3. Fundamentos de Ciencia de Datos con hashtagPython y hashtagSQL:
https://lnkd.in/dDZ5tDWQ

domingo, 4 de mayo de 2025

Oracle Merge vs Select then Insert (Insert-select) or Update

Diferencias entre Merge vs Insert-Select:  Importante el Merge no falla si no hay datos, mientras que Insert-Select si da un fallo.


Viene por la pregunta: What is faster?


the Merge statement


    MERGE INTO table_name 

     USING dual

     ON (row_id = 'some_id')

    WHEN MATCHED THEN

     UPDATE SET col_name = 'some_val'

    WHEN NOT MATCHED THEN

     INSERT (row_id, col_name)

     VALUES ('some_id', 'some_val')

or

sábado, 3 de mayo de 2025

viernes, 2 de mayo de 2025

PIVOT and UNPIVOT Operators in Oracle Database 11g Release 1

This article shows how to use the new PIVOT and UNPIVOT operators in 11g, as well as giving a pre-11g solution to the same problems.

PIVOT

The PIVOT operator takes data in separate rows, aggregates it and converts it into columns. To see the PIVOT operator in action we need to create a test table.


create table pivot_test (

  id            number,

  customer_id   number,

  product_code  varchar2(5),

  quantity      number

);

jueves, 1 de mayo de 2025

ESTAFA de No soy un robot (captcha)

Vídeo que te cuenta ¡ESTAFA ALARMANTE!: No soy un robot (captcha)


Vídeo

Título: "¡ESTAFA ALARMANTE!: No soy un robot (captcha)" 

Enlace: https://www.youtube.com/watch?v=fyMZZOz8urc

jueves, 17 de abril de 2025

Era el Mayor HACKER de la Dark Web- LOCKBIT

Vídeo que te cuenta Era el Mayor HACKER de la Dark Web, pero lo DOXEARON!! | LOCKBIT


Vídeo

Título: "Era el Mayor HACKER de la Dark Web, pero lo DOXEARON!! | LOCKBIT" 

Enlace: https://www.youtube.com/watch?v=rdXBVL9gSFQ

lunes, 14 de abril de 2025

Creación de una plantilla BI PBLISHER

Creación de una plantilla del documentode oracle Oracle® Fusion Cloud EPM Administración de Account Reconciliation.

La creación de plantillas de informes es el segundo paso en la generación de informes personalizados. Las plantillas de informe se crean en Microsoft Word con Oracle BI Publisher Desktop para Office de 32/64 bits en Windows instalado. La creación de la plantilla también requiere que el usuario ya haya generado el XML de ejemplo durante la creación de las consultas.


Para crear una plantilla de informe: