When using Oracle Database to format a number to have leading zeros, we need to convert it to a string and format it accordingly.
You can use the TO_CHAR(number) function to format numbers with leading zeros.
And perhaps a lesser known fact, is that you can also use the LPAD() function to pad a number with leading zeros.