Skip to content

Instantly share code, notes, and snippets.

@iacosta
Last active December 11, 2015 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iacosta/4cd236be684e2254b5fb to your computer and use it in GitHub Desktop.
Save iacosta/4cd236be684e2254b5fb to your computer and use it in GitHub Desktop.
Check Status Services in Fusion Middleware Services
# Check Status Services in Fusion Middleware Services
# created by Ivan Acosta
MW_HOME=/u01/app/oracle/Middleware
DOMAIN_HOME=$MW_HOME/user_projects/domains/INBDomain
INSTANCE_HOME=$MW_HOME/asinst_1
export MW_HOME DOMAIN_HOME INSTANCE_HOME
ORAENV_ASK=NO; export ORAENV_ASK
ORACLE_SID=forms; export ORACLE_SID
. /usr/local/bin/oraenv
unset ORAENV_ASK
$INSTANCE_HOME/bin/opmnctl status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment