Code
Here’s a few samples of code that you can re-use on your projects.
Here’s a few samples of code that you can re-use on your projects.
An Oracle package to perform bitwise AND, OR, XOR and NOT operations on integers. Read More…
Oracle package to write numerical values out as words, as you would on a cheque. Read More…
An Oracle package to convert numbers from one base to another. Mostly used to convert between binary, octal, decimal and/or hex, but can handle anything up to base 36! Read More…
A small selection of SQL*Plus scripts used to perform various tasks. Read More…
A Perl subroutine that generates random but memorable passwords. Read More…
An Oracle package to perform calculations based on the number of working days between dates. Read More…