Clarity

 View Only
  • 1.  Any built in function of string aggregation?

    Posted Aug 18, 2020 03:46 AM
    HI,

    We tried to implement a requirement where we need to send notifications to users ina group. For fetching the to list, we have used a query which uses LISTAGG function to get mails comma separated. Since LISTAGG function has character limit of 4000 characters, the characters in the to list are nearly 7000. I would like to know if we can use any different Oracle function in the query to fetch all the 7000 characters.

    Kindly provide your inputs.Would like to try.

    Regards
    Vinay


  • 2.  RE: Any built in function of string aggregation?

    Posted Sep 07, 2020 01:28 AM
    Try using XMLAGG instead.