Skip to content

Instantly share code, notes, and snippets.

@hirano00o
Last active October 22, 2016 14:53
Show Gist options
  • Save hirano00o/2d848e957c26d3f0c302b87546b8ed38 to your computer and use it in GitHub Desktop.
Save hirano00o/2d848e957c26d3f0c302b87546b8ed38 to your computer and use it in GitHub Desktop.
#!/bin/bash
export LANG=C
export ORACLE_HOME="/opt/oracle/otd12.2.1.1"
export DOMAIN_HOME="/opt/oracle/otd12.2.1.1/user_projects/domains/camit"
export WLS_USER="weblogic"
export WLS_PW="weblogic1"
nohup $DOMAIN_HOME/bin/startNodeManager.sh &
sleep 60
nohup $DOMAIN_HOME/bin/startWebLogic.sh &
sleep 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment