====== Set Oracle Profile PASSWORD_LIFE_TIME to "UNLIMITED" ====== The SQL below is for the DEFAULT profile. **Set PASSWORD_LIFE_TIME to UNLIMITED for Profile DEFAULT**\\ alter profile DEFAULT limit PASSWORD_LIFE_TIME UNLIMITED; **See all properties for profile**\\ select * from DBA_PROFILES where PROFILE = 'DEFAULT'