Char Functions Oracle PLSQL

SQL>
SQL>
SQL> select rpad( '*', 5, '*' )
  2  from dual
  3  /
RPAD(
-----
*****
1 row selected.
SQL>
SQL> --