Skip to content

Commit 88c380a

Browse files
authored
Remove ORACLE_PASSWORD_VERIFY option
1 parent 95a2028 commit 88c380a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

assets/startup.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
1515
export PATH=$ORACLE_HOME/bin:$PATH
1616
export ORACLE_SID=XE
1717

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-
2418
if [ "$ORACLE_ENABLE_XDB" = true ]; then
2519
echo "ALTER USER XDB ACCOUNT UNLOCK;" | sqlplus -s SYSTEM/oracle
2620
echo "ALTER USER XDB IDENTIFIED BY xdb;" | sqlplus -s SYSTEM/oracle

0 commit comments

Comments
 (0)