Category Archives: Нули и единици

PL/SQL Adventures with MariaDB

Four years ago MariaDB announced its Oracle compatibility mode; according to its own statements, it allows 80-90% of the existing PL/SQL code to run unmodified on MariaDB. I was recently tasked with writing a minimal implementation of the DBMS_XMLGEN PL/SQL … Continue reading

Posted in Нули и единици | Leave a comment

Uploading Dynamic VHD using MS Azure API

Check the previous article on how to create your VHD so that Azure will like it. One of the features of Azure, Microsoft’s cloud offering, is the ability to upload your very own disk image in VHD format. This allows … Continue reading

Posted in Нули и единици | Leave a comment

Creating VHD disk for MS Azure

Azure is the cloud service offering from Microsoft. One of the many options it gives is to create off-line a disk image to your very own taste, then upload it and run a VM with it. At this point Azure … Continue reading

Posted in Нули и единици | Leave a comment