DESCRIPTION
    This command allows Fusion Middleware runtime entities to be
    started. This command operates through the Admin Server of the
    domain which needs to be accessible. In addition, the Node Manager
    is required to be configured and running on the machines which have
    the WebLogic Server instances installed and affected by this command.
    OPatch will pose questions to query for information necessary for 
    accessing the Fusion Middleware domain such as Admin Server URL, 
    Admin Server User, Admin Server Password, Node Manager User and
    Node Manager Password.

SYNTAX
opatch start  [-domain <DOMAIN_NAME> ]
              [-invPtrLoc <path to oraInst.loc> ]
              [-oh <Reference Oracle Home path> ]
              [-report ]
              -targets <List of Targets>
              [-target_type <Target Type> ]
              [-silent ] [-property_file <Path to custom property file> ]

OPTIONS
       -domain
              The name of the Fusion Middleware domain for which the
              specified targets will be started.

       -invptrloc
              Used to locate the oraInst.loc file. Needed when the
              installation uses the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.
      
       -oh
              The Oracle Home to work on. This takes precedence over
              the environment variable ORACLE_HOME.

       -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch
              For FMW components, 'AdminConfigFile', 'AdminKeyFile',
              'NodeManagerConfigFile' and 'NodeManagerKeyFile'
              location can be specified as keys with corresponding files
              as values. They refer to encrypted, decrypted files for Admin
              user, Admin password, Node Manager user and Node Manager
              password. Similarly, Admin Server URL (key as AdminServerURL),
              Domain Home (key as DomainHome) and Applications Directory (key
              as ApplicationsDir) can be given as keys with corresponding
              values. The Key, value pair is of the format 'x=y' where 'x' is
              OPatch understood key and each pair is separated by newline in
              the property file.
              For encryption files, Please check 'storeUserConfig' WLST
              command for details.

       -report
              Just prints out the actions without execution.
 
       -targets
              The list of targets to be started.

       -target_type
              The type of target to be started. Only supported target type is
              'fmwServer'. This option is *deprecated*.

       -silent
              Invoke the operation in silent mode. Path to custom property
              file may be provided which will have required inputs as
              name-value pairs. If required inputs are not found, OPatch will
              exit with error message quoting the missing inputs.

PARAMETERS
     The required parameter is targets

