Ok. Thanks. Revised instructions:
Log in to the Linuxsource as the delphix user and at the command prompt, type the following (in italics)
- source ~/XE.env
- sqlplus / as sysdba
- ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;
- ALTER USER delphixdb IDENTIFIED BY delphixdb;
- quit
- exit