In Oracle, what is the purpose of the INSTR() function?
A. Concatenate multiple columns
B. Find the length of a string
C. Find the position of a substring in a string
D. Concatenate multiple rows
'INSTR()' is used to find the position of a substring in a string in Oracle.