In Oracle, what is the purpose of the DBMS_OUTPUT.PUT_LINE() procedure?
A. Concatenate multiple strings
B. Output a line of text to the console
C. Calculate the average value
D. Round numeric values
'DBMS_OUTPUT.PUT_LINE()' is used to output a line of text to the console in Oracle.