Veröffentlicht am Sonntag, 21 Januar 2024 Remove the user's column heading sorting preferences - global Kategorie Oracle (Database & Co) How can the sort order for all kind of reports in the application be reset or refreshed?begin apex_util.remove_sort_preferences(:APP_USER); end;"Managing User Preferences" in Oracle APEX Administration Guide 23.1You want to remove user preferences programmatically?begin apex_util.remove_preference(p_preference => 'NAME_OF_THE_PREFERENCE', p_user => :APP_USER); end;Or via Page Process?