Oracle Application Express : https://docs.oracle.com/database/apex-5.1/HTMIG/overview.htm#HTMIG363 alter system set compatible='19.0.0' scope=spfile; alter system set sec_case_sensitive_logon=TRUE scope=both; alter system reset sec_case_sensitive_logon scope=spfile; tdpoconf showenv -tdpo_optfile=tdpo.opt tdpoconf password -tdpo_optfile=tdpo.opt ========================================================================== select SID, SID_CATEGORY from oracle_adm.sid_v4 where appl_grp not in ('SAP','DECOM','EXTERNAL') and sid like '%\_S%' escape '\'; ========================================================================== If agent goes down multiple time after restarting it again & again, please try below oS cmd :- <AGENT_INST_HOME>/bin/emctl setproperty agent -allow_new -name CollectionResults.MaximumRowsFloodControlMax -value 80000 <AGENT_INST_HOME>/bin/emctl setproperty agent -allow_new -name CollectionResults.MaximumRow...