UPPER converts all alphabetic characters in a text expression to uppercase.
VARCHAR2 | CLOB | NVARCHAR2 | NCLOB
UPPER(char)
char can be any text expression.
UPPER('This is an emergency') returns the string THIS IS AN EMERGENCY.
Copyright © 2003, 2007, Oracle. All rights reserved.