We have a common requirement to analyze data about applicants and employees by their home zip code, especially given some challenges with recurrent city names. There is a delivered map layer at this site for US Zip Codes:
https://www.oracle.com/business-analytics/data-visualization/geo-layers/
However, the JSON file does not properly treat zip codes with leading zeroes. For example, Cambridge MA has this value for the zip: "ZIP":"US-2138" which does not match the 02138 text field in our dataset. We were able to modify the JSON file usually a python script to fix this, but it would be even better a.) if this (corrected) map layer was available by default (and maintained as new zip codes are created) or b.) if the Geo layer website on the Oracle site had an accurate zip code JSON file.
Thank you for your consideration!