I guess you'll have to use PL/SQL to go through your table and build a line using ||

PS :
SQL> select 'a' || '.' || 'b' from dual;
> a.b