In Oracle, the NLS_UPPER() function returns its argument with all letters in uppercase.
It’s similar to the UPPER() function, except that it accepts a second argument that allows you to specify the collation. The collation handles special linguistic requirements for case conversions.