OracleTestSetup: oracle-xe-script.diff
File oracle-xe-script.diff, 887 bytes (added by , 13 years ago) |
---|
-
xe
old new 596 596 # See how we were called 597 597 case "$1" in 598 598 start) 599 if test -f "$CONFIGURATION"599 if test ! -f "$CONFIGURATION" 600 600 then 601 if test "$ORACLE_DBENABLED" != "true"602 then603 exit 0604 fi605 else606 601 echo "Oracle Database 10g Express Edition is not configured. You must run 607 602 '/etc/init.d/oracle-xe configure' as the root user to configure the database." 608 603 exit 0 … … 613 608 configure 614 609 ;; 615 610 stop) 616 if test -f "$CONFIGURATION"611 if test ! -f "$CONFIGURATION" 617 612 then 618 if test "$ORACLE_DBENABLED" != "true"619 then620 exit 0621 fi622 else623 613 echo "Oracle Database 10g Express Edition is not configured. You must run 624 614 '/etc/init.d/oracle-xe configure' as the root user to configure the database." 625 615 exit 0