1 2 3 4 5 6 7 8 |
N:\app\oracle\middleware\bin>emctl status oms Oracle Enterprise Manager Cloud Control 13c Release 1 Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved. WebTier is Up Oracle Management Server is Up JVMD Engine is Up BI Publisher Server is Down BI Publisher is disabled, to enable BI Publisher on this host, use the 'emctl cnfig oms -enable_bip' command |
1 2 3 4 5 6 7 |
N:\app\oracle\middleware\bin>emctl config oms -enable_bip Oracle Enterprise Manager Cloud Control 13c Release 1 Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved. Enter Enterprise Manager Root (SYSMAN) Password : BI Publisher is enabled for startup on this host with the 'emctl start oms' and 'emctl start oms -bip_only' commands. Overall result of operations: SUCCESS |
1 2 3 4 5 6 7 8 9 |
N:\app\oracle\middleware\bin>emctl start oms Oracle Enterprise Manager Cloud Control 13c Release 1 Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved. Windows service OracleManagementServer_EMGC_OMS1_1 successfully started Oracle Management Server is Up JVMD Engine is Up Starting BI Publisher Server ... BI Publisher Server Successfully Started BI Publisher Server is Up |
1 |
emctl config oms -disable_bip |