User Tools

Site Tools


wiki:install_oracle_10g_on_the_headless_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
wiki:install_oracle_10g_on_the_headless_ubuntu [2008/04/01 02:25] mirnshiwiki:install_oracle_10g_on_the_headless_ubuntu [2008/04/01 02:36] mirnshi
Line 81: Line 81:
  # Oracle listener and instance startup  # Oracle listener and instance startup
  echo -n "Starting Oracle: "  echo -n "Starting Oracle: "
- su $ORA_OWNR -c "$ORACLE_HOME/bin/lsnrctl start" + su $ORA_OWNR -c "$ORACLE_HOME/bin/lsnrctl start" 
- su $ORA_OWNR -c $ORACLE_HOME/bin/dbstart+ su $ORA_OWNR -c $ORACLE_HOME/bin/dbstart
  ;;  ;;
       stop)       stop)
  # Oracle listener and instance shutdown  # Oracle listener and instance shutdown
  echo -n "Shutdown Oracle: "  echo -n "Shutdown Oracle: "
- su $ORA_OWNR -c "$ORACLE_HOME/bin/lsnrctl stop" + su $ORA_OWNR -c "$ORACLE_HOME/bin/lsnrctl stop" 
- su $ORA_OWNR -c $ORACLE_HOME/bin/dbshut+ su $ORA_OWNR -c $ORACLE_HOME/bin/dbshut
  ;;  ;;
       reload|restart)       reload|restart)
wiki/install_oracle_10g_on_the_headless_ubuntu.txt · Last modified: 2008/11/17 16:05 by mirnshi