Oracle Passwords

You can prevent passwords from expiring on you Oracle database server.

Oracle only: Starting with Oracle passwords expire by default. This can result in Contenta system failures due to the expiration of the sys, system and xyadmin passwords. To prevent passwords from expiring on your Oracle database server, as the SYS user enter:
ALTER PROFILE DEFAULT LIMIT
FAILED_LOGIN_ATTEMPTS UNLIMITED
PASSWORD_LIFE_TIME UNLIMITED;
NOAUDIT ALL;
DELETE FROM SYS.AUD$;