This Oracle tutorial explains how to use the Oracle/PLSQL INITCAP function with syntax and examples.
The Oracle/PLSQL INITCAP function sets the first character in each word to uppercase and the rest to lowercase.
The syntax for the INITCAP function in Oracle/PLSQL is:
The string argument whose first character in each word will be converted to uppercase and all remaining characters converted to lowercase.
The INITCAP function returns a string value.
The INITCAP function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle INITCAP function examples and explore how to use the INITCAP function in Oracle/PLSQL.
For example: