Would like to get the view or short code that would retrieve the list of Oracle built-in functions -- like TO_CHAR, TO_NUMBER, DUMP, etc.
Tried looking in packages owned by SYS in views like DBA_OBJECTS. Is this list somewhat well delineated? It is from a user-facing documentation perspective ("Single-Row Built In functions"), so getting the list with a query or programatically on the fly would be extremely useful. Thanks.