Ozzie.eu

Ozzie.eu

Love to code although it bugs me.

05 Jan 2024

Using an email as your login is a bad idea

Using Email as Your Login - A Security Risk That's Been Around for Too Long.
13 Apr 2023

Why I think you should use only LTS versions of .NET

In this blog post, I want to share with you why I think you should use only LTS versions of .NET when programming
31 Jan 2023

This is why you're not better off with a commercial database

When tackling a new enterprise project to support a given business, you face the challenge of choosing and committing to a database platform. The choice should be the one most adequate, given the needs and requirements of the new information system and data to be hosted and managed.
02 Dec 2022

MySQL vs MariaDB: Performance on Bug Management

Cleaning up the e-mail inbox, I discovered a 7-year-old bug report I made on the MySQL bugs database: Bug #79497. Someone verified it on the …
03 Nov 2022

ORA-01704: string literal too long

On an Oracle database with a table storing long strings as BLOB/CLOB, you might get an ORA-01704 error trying to perform manual updates.