Category: Oracle Database General

Oracle Database General

Evento Oracle OCW em SP - 2024

Hoje, 04 de Abril de 2024, ocorreu o Oracle OCW em São Paulo, no World Trade Center. O evento foi bem legal. Uma versão reduzida do OCW anual que ocorre em Las Vegas, dada a quantidade menor de pessoas. Minha sessão foi sobre "Por que você deveria modernizar o seu BD?" [LRN1010]. O banco de …

Continue reading

Evento Oracle DevLive em SP - 2024

Hoje, 03 de Abril de 2024, ocorreu o Oracle DevLive em São Paulo, no World Trade Center. O Oracle DevLive é um evento focado em desenvolvedores com ênfase nas formas como os dados e a IA estão mudando nosso setor. Minha sessão foi sobre "Boas práticas de atualização e migração para o Oracle Database 23c" …

Continue reading

What is new in Oracle Database 19.21 RU

Oracle Database 19.21 RU was just released! As soon as it is available in My Oracle Support to download, we also add it to ORAdiff app: https://oradiff.oracle.com/ So, what is new? You can check yourself by accessing ORAdiff website and comparing each section, but below I will give a summary of the main changes that …

Continue reading

ORAdiff - Find the differences between two Oracle Database releases

We are happy to announce that ORAdiff is live! ORAdiff is an Oracle tool that allows you to compare two Oracle Database releases and optionally incremental patch bundles. It reports differences in parameters, privileges, users and roles, reserved words, patch fixes, database homes, objects, and more. It can also be used to obtain an inventory …

Continue reading

LOG(x,y) returning wrong results in some cases

I had a requirement in one tool that I was working to find whether a given table column was power of 2. The easiest way to check would be using the LOG(2,y). If the result was an integer, the number would be power of 2. 2^X = Y     ->     LOG(2,Y)=X And …

Continue reading