Skip to content

Commit 68656b4

Browse files
committed
Change password life time to unlimited
1 parent 199446d commit 68656b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/startup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export ORACLE_SID=XE
1717

1818
if ! [ "$ORACLE_PASSWORD_VERIFY" = true ]; then
1919
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
2022
fi
2123

2224
if [ "$ORACLE_ENABLE_XDB" = true ]; then

0 commit comments

Comments
 (0)