Why are enum types possible in the standard package not nowehere else?
I have been waiting for years for real enum support in PL/SQL and just found out that actually Oracle uses enum types in the standard package but they cannot be used anywhere else!
Has anyone found a workaround or could help me to better understand why this important language feature has been implemented but not made available for general use?
0