We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58f8df0 + b4cf382 commit 4cb0391Copy full SHA for 4cb0391
assets/startup.sh
@@ -30,6 +30,7 @@ if [ "$ORACLE_DISABLE_ASYNCH_IO" = true ]; then
30
fi
31
32
for f in /docker-entrypoint-initdb.d/*; do
33
+ [ -f "$f" ] || continue
34
case "$f" in
35
*.sh) echo "$0: running $f"; . "$f" ;;
36
*.sql) echo "$0: running $f"; echo "exit" | /u01/app/oracle/product/11.2.0/xe/bin/sqlplus "SYS/oracle" AS SYSDBA @"$f"; echo ;;
0 commit comments