Char Functions Oracle PLSQL

SQL> SELECT CONCAT('Oracle','Server') AS Concat FROM Dual;
CONCAT
------------
OracleServer
SQL>