WM_CONCAT and DECODE in 11.2.0.2.0
Has there been a change to the return type of the WM_CONCAT function in the 11.2.0.2 release? The following SQL ran fine in older versions like 11.2.0.1 however in 11.2.0.2 it throws a error looking like WM_CONCAT is now returning a CLOB Type..
select DECODE(WM_CONCAT(table_name),null, 'Test1', 'Test2') from user_tab_privs
Error - ORA-00932: inconsistent datatypes: expected - got CLOB