Python could be workaround. Try this,
https://github.com/ngageoint/wedge-maker-4-gis
The tool uses arcgis licenses and needs access to it's tools. Probably you'll have a shapefile to view in arcgis which can also be stored in your database. If you do not have the licenses try matplotlib.
wedge = mpatches.Wedge(grid[2], 0.1, 30, 270, ec="none")
patches.append(wedge)
label(grid[2], "Wedge")