There was an error while loading. Please reload this page.
1 parent 199446d commit 68656b4Copy full SHA for 68656b4
assets/startup.sh
@@ -17,6 +17,8 @@ export ORACLE_SID=XE
17
18
if ! [ "$ORACLE_PASSWORD_VERIFY" = true ]; then
19
echo "ALTER PROFILE DEFAULT LIMIT PASSWORD_VERIFY_FUNCTION NULL;" | sqlplus -s SYSTEM/oracle
20
+ echo "alter profile DEFAULT limit password_life_time UNLIMITED;" | sqlplus -s SYSTEM/oracle
21
+ echo "alter user SYSTEM identified by oracle account unlock;" | sqlplus -s SYSTEM/oracle
22
fi
23
24
if [ "$ORACLE_ENABLE_XDB" = true ]; then
0 commit comments