There was an error while loading. Please reload this page.
1 parent 95a2028 commit 88c380aCopy full SHA for 88c380a
assets/startup.sh
@@ -15,12 +15,6 @@ export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
15
export PATH=$ORACLE_HOME/bin:$PATH
16
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
25
echo "ALTER USER XDB ACCOUNT UNLOCK;" | sqlplus -s SYSTEM/oracle
26
echo "ALTER USER XDB IDENTIFIED BY xdb;" | sqlplus -s SYSTEM/oracle
0 commit comments