DESCRIPTION
    This operation is meant to query content type from given patch metadata

SYNTAX

opatch util getPatchContentType [-id <ID(s) for patch(es) to be queried> | -patch_loc <location of patch to be queried>]
		[-oh <oracle_home path>]

	Note: If -oh isn't provided, opatch will assume the current directory is oracle_home

OPTIONS

	-id:
		Patch(es) to be given for query. Multiple IDs may be given as comma separated values

	-patch_loc:
		Location of patch to be given for query

	-oh:
		Specify the ORACLE_HOME path

EXAMPLE
	1. To Query from patch ID for patch 111(present in Oracle Home)
		opatch util getPatchContentType -id 111

	3.- To Query from patch IDs for patches 111, 222, etc...(present in Oracle Home)
	       	opatch util getPatchContentType -id 111,222,333,...

	2. To Query from patch location for patch 111
		opatch util getPatchContentType -patch_loc <patch_location>/111 -oh <oracle_home>