How to set apex public account's password limit life time.
------------------Check User Status--------------------------------- select * from apex_release; select username , account_status from dba_users where username in ( 'ANONYMOUS' , 'APEX_210200' , 'APEX_LISTENER' , 'APEX_PUBLIC_USER' , 'APEX_REST_PUBLIC_USER' , 'APEX_INSTANCE_ADMIN_USER' , 'ORDS_PUBLIC_USER' , 'ORDS_METADATA' , 'PDBADMIN' , 'SYS' , 'XDB' ) order by username; NOTE: Be sure that the new passwords for APEX accounts are the same passwords you set at the time of installing ORDS, otherwise, you will get an error. ------------------------Reason for being apex password expired/account locked---------------------- what is a profile? A profile is a set of limits on database resources and password access to the data...