DESCRIPTION
    This command allows SOA Composite 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
    OPatch will query for information necessary for accessing the Fusion
    Middleware domain such as Admin Server URL, Admin Server User and Admin
    Server Password.

SYNTAX
opatch startComposite  
             [-invPtrLoc <Path to oraInst.loc file> ]
             [-oh <Reference Oracle Home path> ]
             [-report ]
             -name <Name of the composite to start>
             -revision <Revision of the composite to start>
             [-silent ] [-property_file <Path to custom property file> ]

OPTIONS
       -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 and 'AdminKeyFile',
              location can be specified as keys with corresponding files
              as values. They refer to encrypted, decrypted files for Admin
              user and Admin password. 
              For encryption files, Please check 'storeUserConfig' WLST
              command for details. 

              On similar lines, Admin Server URL (key as AdminServerURL) can
              be given as key with corresponding value. 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.
              
       -report
              Just prints out the actions without execution.

       -name
              The name of the Composite to be started.

       -revision
              The revision of the Composite to be started.

       -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 parameters are name and revision.
