{"id":133,"date":"2017-08-14T01:39:13","date_gmt":"2017-08-14T01:39:13","guid":{"rendered":"http:\/\/www.mrmarkyoung.com\/oracle\/?p=133"},"modified":"2017-08-14T01:39:13","modified_gmt":"2017-08-14T01:39:13","slug":"get-the-properties-from-all-targets-enterprise-manager","status":"publish","type":"post","link":"http:\/\/www.mrmarkyoung.com\/oracle\/2017\/08\/14\/get-the-properties-from-all-targets-enterprise-manager\/","title":{"rendered":"Get the Properties From All Targets &#8211; Enterprise Manager"},"content":{"rendered":"\n<pre class=\"lang:default decode:true \" >  SELECT target_name,\r\n         target_type,\r\n         user_comment,\r\n         Contact,\r\n         department,\r\n         line_of_business,\r\n         lifecycle_status\r\n    FROM SYSMAN.GC$GLOBAL_TARGET_PROPERTIES\r\n   WHERE     target_type IN ('host',\r\n                             'oracle_instance',\r\n                             'oracle_listener',\r\n                             'cluster_database')\r\n         AND line_of_business IS NULL\r\nORDER BY target_name;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SELECT target_name, target_type, user_comment, Contact, department, line_of_business, lifecycle_status FROM SYSMAN.GC$GLOBAL_TARGET_PROPERTIES WHERE target_type IN (&#8216;host&#8217;, &#8216;oracle_instance&#8217;, &#8216;oracle_listener&#8217;, &#8216;cluster_database&#8217;) AND line_of_business IS NULL ORDER BY target_name;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[34],"class_list":["post-133","post","type-post","status-publish","format-standard","hentry","category-enterprise-manager","tag-properties"],"_links":{"self":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts\/133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/comments?post=133"}],"version-history":[{"count":1,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts\/133\/revisions"}],"predecessor-version":[{"id":134,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts\/133\/revisions\/134"}],"wp:attachment":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/media?parent=133"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/categories?post=133"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/tags?post=133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}