I use listagg with delimeters: cr lf
example: listagg(abi.descr, chr(13) || chr(10))within group(order by abi.item_id)
And I get error: There is not possible parse follow up at the token "group". If I change chr(13) || chr(10) to some string like ';' then all is ok.