DESCRIPTION
    This operation is used to rollback sql related actions
(sql & sql procedure scripts) for patches which were already 
rolled back.

    This utility will also invoke the rollback sql script 
specified in the patchmd.xml of the patch.

SYNTAX
opatch util RollbackSql   [-connectString <List of connect strings> ]
	                  [-invPtrLoc <Path to oraInst.loc> ]
                          [-jre <LOC> ] [-oh <ORACLE_HOME> ]
                          [-ph <Patch location> ] 
                          [-phBaseDir 
                           <Directory with patch directories (or) zips ] 
                          [-phBaseFile <File having patch locations> ]                          
                          [-sqlScript <Path of the custom sql file ] 
                       
OPTIONS

        -connectString
              This option can be used to specify the list of database
              instances on which the patch needs to be applied. The
              value for this option is specified as per the following
              syntax "SID:User:Passwd:Node". The SID is a must, others
              can be ignored, OPatch takes default values for it.
              Ex: oracle:dba:dba:mymachine,oracle1:::. 
              NOTE: If the system is not part of RAC setup, then to
              patch just the local node, provide the node name as
              empty string.

        -invPtrLoc 
              Used to locate the oraInst.loc file. Needed when the
              installation used the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.

        -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home. 
        
        -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.

        -ph
              Used to specify patch location.

        -phBaseDir
              Used to specify a directory containing patch directories 
              (or) zip files.

        -phBaseFile
              Used to specify a file which contains patch locations
              delimited by new line.


        -sqlScript
              This option is used to specify a custom sql script path to run
              on the specified db instances.
