{"id":1308,"date":"2015-01-16T17:55:37","date_gmt":"2015-01-16T20:55:37","guid":{"rendered":"http:\/\/www.dbarj.com.br\/?p=1308"},"modified":"2015-01-16T18:03:35","modified_gmt":"2015-01-16T21:03:35","slug":"como-aplicar-um-psu-no-oem-12-1-0-4","status":"publish","type":"post","link":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/","title":{"rendered":"Como aplicar um PSU no OEM 12.1.0.4"},"content":{"rendered":"<p>Neste artigo, vou mostrar com atualizar o seu <strong>Oracle Enterprise Manager Cloud Control 12c Release 4<\/strong>\u00a0para o primeiro Patch Set Update (PSU).<\/p>\n<p>Primeiramente, \u00e9 necess\u00e1rio checar a vers\u00e3o atual do seu opatch.\u00a0O Patch 19218456 requer um OPatch vers\u00e3o 11.1.0.11.0 (ou maior).<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 ~]$ opatch version\r\nOPatch Version: 11.1.0.10.4\r\n\r\nOPatch succeeded.\r\n[oem@oraem12ctrj001 ~]$<\/pre>\n<p>Como no meu caso a vers\u00e3o \u00e9 abaixo da necess\u00e1ria, eu precisei fazer o download da \u00faltima em:\u00a0<a href=\"https:\/\/updates.oracle.com\/download\/6880880.html\" target=\"_blank\">https:\/\/updates.oracle.com\/download\/6880880.html<\/a><\/p>\n<p>Escolha a release <strong>&#8220;Oracle 11.1.0.0.0&#8221;<\/strong> e, no meu caso, \u00e9 um Linux x86-64. Fa\u00e7a o download e posicione a nova vers\u00e3o corretamente.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 ~]$ opatch version\r\nOPatch Version: 11.1.0.12.3\r\n\r\nOPatch succeeded.\r\n[oem@oraem12ctrj001 ~]$<\/pre>\n<p>Melhorou.<\/p>\n<p><span style=\"color: #800000;\">OBS: \u00c9 recomendado a leitura do arquivo &#8220;readme.html&#8221; no diret\u00f3rio do patch antes de iniciar.<\/span><\/p>\n<p>Em seguida, fa\u00e7a o download e unzip do patch 19218456 (o nome do arquivo \u00e9\u00a0<strong>p19218456_121040_Generic.zip<\/strong>):<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 ~]$ unzip p19218456_121040_Generic.zip\r\nArchive:  p19218456_121040_Generic.zip\r\n   creating: 19218456\/\r\n   ...\r\n[oem@oraem12ctrj001 ~]$<\/pre>\n<p>Entre na pasta do patch e verifique se tudo est\u00e1 ok:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 ~]$ cd 19218456\r\n[oem@oraem12ctrj001 19218456]$ opatchauto apply -analyze\r\nOPatch Automation Tool\r\nCopyright (c) 2014, Oracle Corporation.  All rights reserved.\r\n\r\n\r\nOPatchauto version : 11.1.0.12.3\r\nOUI version        : 11.1.0.12.0\r\nRunning from       : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\r\nLog file location  : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/opatch2015-01-16_18-12-30PM_1.log\r\n\r\nOPatchauto log file: \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatchauto\/19218456\/opatch_oms_2015-01-16_18-12-32PM_analyze.log\r\n\r\nPlease enter OMS weblogic admin server URL(t3s:\/\/oraem12ctrj001:7102):&gt;\r\nPlease enter OMS weblogic admin server username:&gt; weblogic\r\nPlease enter OMS weblogic admin server password:&gt;\r\n\r\n\r\nConfiguration Validation: Success\r\n\r\n\r\nRunning apply prerequisite checks for sub-patch(es) \"19218456\" and Oracle Home \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\"...\r\nPlease monitor OPatch log file: \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/19218456_Jan_16_2015_18_12_30\/ApplyPrereq2015-01-16_18-13-02PM_2.log\r\nSub-patch(es) \"19218456\" are successfully analyzed for Oracle Home \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\"\r\n\r\n\r\nComplete Summary\r\n================\r\n\r\n\r\nAll log file names referenced below can be accessed from the directory \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/2015-01-16_18-12-30PM_SystemPatch_19218456_1\"\r\n\r\nPrerequisites analysis summary:\r\n-------------------------------\r\n\r\nThe following sub-patch(es) are applicable:\r\n\r\n  Oracle Home Name   Sub-patches                                          Log file\r\n  ----------------   -----------                                          --------\r\n           oms12c2      19218456   19218456_ApplyPrereq2015-01-16_18-13-02PM_2.log\r\n\r\n\r\n\r\nLog file location: \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatchauto\/19218456\/opatch_oms_2015-01-16_18-12-32PM_analyze.log\r\n\r\nOPatchauto succeeded.\r\n[oem@oraem12ctrj001 19218456]$<\/pre>\n<p>\u00d3timo, tudo est\u00e1 Ok.<\/p>\n<p>Agora pare o oms e aplique o patch.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 19218456]$ emctl stop oms\r\nOracle Enterprise Manager Cloud Control 12c Release 4\r\nCopyright (c) 1996, 2014 Oracle Corporation.  All rights reserved.\r\nStopping WebTier...\r\nWebTier Successfully Stopped\r\nStopping Oracle Management Server...\r\nOracle Management Server Successfully Stopped\r\nOracle Management Server is Down\r\n[oem@oraem12ctrj001 19218456]$<\/pre>\n<p>Aplicando..<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 19218456]$ opatchauto apply\r\nOPatch Automation Tool\r\nCopyright (c) 2014, Oracle Corporation.  All rights reserved.\r\n\r\n\r\nOPatchauto version : 11.1.0.12.3\r\nOUI version        : 11.1.0.12.0\r\nRunning from       : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\r\nLog file location  : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/opatch2015-01-16_18-14-49PM_1.log\r\n\r\nOPatchauto log file: \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatchauto\/19218456\/opatch_oms_2015-01-16_18-14-51PM_deploy.log\r\n\r\nPlease enter OMS weblogic admin server URL(t3s:\/\/oraem12ctrj001:7102):&gt;\r\nPlease enter OMS weblogic admin server username:&gt; weblogic\r\nPlease enter OMS weblogic admin server password:&gt;\r\n\r\n\r\nConfiguration Validation: Success\r\n\r\n\r\nRunning apply prerequisite checks for sub-patch(es) \"19218456\" and Oracle Home \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\"...\r\nPlease monitor OPatch log file: \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/19218456_Jan_16_2015_18_14_49\/ApplyPrereq2015-01-16_18-15-34PM_2.log\r\nSub-patch(es) \"19218456\" are successfully analyzed for Oracle Home \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\"\r\n\r\nTo continue, OPatchauto will do the following:\r\n[Patch and deploy artifacts]   : Apply sub-patch(es) [ 19218456 ] to Oracle Home \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\";\r\n                                 Apply RCU artifact with patch \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\/.patch_storage\/19218456_Oct_14_2014_03_22_39\/original_patch\"\r\n\r\n\r\nDo you want to proceed? [y|n]\r\ny\r\nUser Responded with: Y\r\n\r\nApplying sub-patch \"19218456\" to Oracle Home \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\"...\r\nPlease monitor OPatch log file: \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/19218456_Jan_16_2015_18_14_49\/apply2015-01-16_18-15-57PM_4.log\r\n\r\nUpdating repository with RCU reference file \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\/.patch_storage\/19218456_Oct_14_2014_03_22_39\/original_patch\"\r\n\r\nComplete Summary\r\n================\r\n\r\n\r\nAll log file names referenced below can be accessed from the directory \"\/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/2015-01-16_18-14-49PM_SystemPatch_19218456_1\"\r\n\r\nPatching summary:\r\n-----------------\r\n\r\nBinaries of the following sub-patch(es) have been applied successfully:\r\n\r\n  Oracle Home Name   Sub-patches                                    Log file\r\n  ----------------   -----------                                    --------\r\n           oms12c2      19218456   19218456_apply2015-01-16_18-15-57PM_4.log\r\n\r\nDeployment summary:\r\n-------------------\r\n\r\nThe following artifact(s) have been successfully deployed:\r\n\r\n  Artifacts                                                  Log file\r\n  ---------                                                  --------\r\n        SQL   rcu_applypatch_original_patch_2015-01-16_18-17-19PM.log\r\n\r\n\r\nLog file location: \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatchauto\/19218456\/opatch_oms_2015-01-16_18-14-51PM_deploy.log\r\n\r\nOPatchauto succeeded.\r\n[oem@oraem12ctrj001 19218456]$\r\n<\/pre>\n<p>Traga o oms de volta ao ar:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 19218456]$ emctl start oms\r\nOracle Enterprise Manager Cloud Control 12c Release 4\r\nCopyright (c) 1996, 2014 Oracle Corporation.  All rights reserved.\r\nStarting Oracle Management Server...\r\nStarting WebTier...\r\nWebTier Successfully Started\r\nOracle Management Server Successfully Started\r\nOracle Management Server is Up\r\n[oem@oraem12ctrj001 19218456]$<\/pre>\n<p>Verifique se est\u00e1 no invent\u00e1rio:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">[oem@oraem12ctrj001 ~]$ opatch lsinv\r\nOracle Interim Patch Installer version 11.1.0.12.3\r\nCopyright (c) 2015, Oracle Corporation.  All rights reserved.\r\n\r\n\r\nOracle Home       : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\r\nCentral Inventory : \/u01\/app\/oraInventory\r\n   from           : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/oraInst.loc\r\nOPatch version    : 11.1.0.12.3\r\nOUI version       : 11.1.0.12.0\r\nLog file location : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/opatch2015-01-16_19-00-57PM_1.log\r\n\r\n\r\nOPatch detects the Middleware Home as \"\/u01\/app\/oem\/em12cR4\/Middleware\"\r\n\r\nLsinventory Output file location : \/u01\/app\/oem\/em12cR4\/Middleware\/oms\/cfgtoollogs\/opatch\/lsinv\/lsinventory2015-01-16_19-00-57PM.txt\r\n\r\n--------------------------------------------------------------------------------\r\nInstalled Top-level Products (1):\r\n\r\nEM Platform (OMS)                                                    12.1.0.4.0\r\nThere are 1 products installed in this Oracle Home.\r\n\r\n\r\nInterim patches (1) :\r\n\r\nPatch  19218456     : applied on Fri Jan 16 18:17:04 BRST 2015\r\nUnique Patch ID:  17982946\r\nPatch description:  \"ENTERPRISE MANAGER BASE PLATFORM - OMS 12.1.0.4.1 PSU (GENERIC)\"\r\n   Created on 14 Oct 2014, 03:22:39 hrs PST8PDT\r\n   Bugs fixed:\r\n     18599481, 17407918, 18932882, 18805935, 19258481, 19376082, 19323634\r\n     18938561, 17812648, 18725891, 18945007, 18721562, 18359621, 18490432\r\n     19218456, 18490468, 19137411, 17843191, 18710124, 18516298, 18490455\r\n     18256983, 18999400, 19329809, 19300103, 18351725, 18521731, 18485889\r\n     19458672, 18490444, 18446798, 18765545, 18389542, 18509136\r\n\r\n\r\n\r\n--------------------------------------------------------------------------------\r\n\r\nOPatch succeeded.\r\n[oem@oraem12ctrj001 ~]$<\/pre>\n<p>\u00d3timo. Agora voc\u00ea tem um ambiente corrigido de alguns bugs!<\/p>\n<b>Gostou? N\u00e3o deixe de comentar ou deixar um \ud83d\udc4d!<\/b>\n<div class='watch-action'><div class='watch-position align-left'><div class='action-like'><a class='lbg-style2 like-1308 jlk' href='javascript:void(0)' data-task='like' data-post_id='1308' data-nonce='de4404f630' rel='nofollow'><img class='wti-pixel' src='https:\/\/www.dbarj.com.br\/wp-content\/plugins\/wti-like-post\/images\/pixel.gif' title='Like' \/><span class='lc-1308 lc'>+2<\/span><\/a><\/div><\/div> <div class='status-1308 status align-left'><\/div><\/div><div class='wti-clear'><\/div>","protected":false},"excerpt":{"rendered":"<p>Neste artigo, vou mostrar com atualizar o seu Oracle Enterprise Manager Cloud Control 12c Release 4\u00a0para o primeiro Patch Set Update (PSU). Primeiramente, \u00e9 necess\u00e1rio checar a vers\u00e3o atual do seu opatch.\u00a0O Patch 19218456 requer um OPatch vers\u00e3o 11.1.0.11.0 (ou maior). [oem@oraem12ctrj001 ~]$ opatch version OPatch Version: 11.1.0.10.4 OPatch succeeded. [oem@oraem12ctrj001 ~]$ Como no meu &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/\">Continue lendo<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-1308","post","type-post","status-publish","format-standard","hentry","category-oem12c","item-wrap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Como aplicar um PSU no OEM 12.1.0.4 - DBA - Rodrigo Jorge - Oracle Tips and Guides<\/title>\n<meta name=\"description\" content=\"Como aplicar um PSU no OEM 12.1.0.4\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"DBA RJ\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/\"},\"author\":{\"name\":\"DBA RJ\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"headline\":\"Como aplicar um PSU no OEM 12.1.0.4\",\"datePublished\":\"2015-01-16T20:55:37+00:00\",\"dateModified\":\"2015-01-16T21:03:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/\"},\"wordCount\":181,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"articleSection\":[\"Enterprise Manager 12c\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/\",\"name\":\"Como aplicar um PSU no OEM 12.1.0.4 - DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/#website\"},\"datePublished\":\"2015-01-16T20:55:37+00:00\",\"dateModified\":\"2015-01-16T21:03:35+00:00\",\"description\":\"Como aplicar um PSU no OEM 12.1.0.4\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/2015\\\/01\\\/como-aplicar-um-psu-no-oem-12-1-0-4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Como aplicar um PSU no OEM 12.1.0.4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/#website\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/\",\"name\":\"DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"description\":\"Blog about Databases, Security and High Availability\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/pt-br\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\",\"name\":\"DBA RJ\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"contentUrl\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\",\"width\":712,\"height\":712,\"caption\":\"DBA RJ\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/RodrigoJorgePOUG19.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Como aplicar um PSU no OEM 12.1.0.4 - DBA - Rodrigo Jorge - Oracle Tips and Guides","description":"Como aplicar um PSU no OEM 12.1.0.4","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/","twitter_misc":{"Escrito por":"DBA RJ","Est. tempo de leitura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/#article","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/"},"author":{"name":"DBA RJ","@id":"https:\/\/www.dbarj.com.br\/pt-br\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"headline":"Como aplicar um PSU no OEM 12.1.0.4","datePublished":"2015-01-16T20:55:37+00:00","dateModified":"2015-01-16T21:03:35+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/"},"wordCount":181,"commentCount":0,"publisher":{"@id":"https:\/\/www.dbarj.com.br\/pt-br\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"articleSection":["Enterprise Manager 12c"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/","url":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/","name":"Como aplicar um PSU no OEM 12.1.0.4 - DBA - Rodrigo Jorge - Oracle Tips and Guides","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/pt-br\/#website"},"datePublished":"2015-01-16T20:55:37+00:00","dateModified":"2015-01-16T21:03:35+00:00","description":"Como aplicar um PSU no OEM 12.1.0.4","breadcrumb":{"@id":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbarj.com.br\/pt-br\/2015\/01\/como-aplicar-um-psu-no-oem-12-1-0-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dbarj.com.br\/pt-br\/"},{"@type":"ListItem","position":2,"name":"Como aplicar um PSU no OEM 12.1.0.4"}]},{"@type":"WebSite","@id":"https:\/\/www.dbarj.com.br\/pt-br\/#website","url":"https:\/\/www.dbarj.com.br\/pt-br\/","name":"DBA - Rodrigo Jorge - Oracle Tips and Guides","description":"Blog about Databases, Security and High Availability","publisher":{"@id":"https:\/\/www.dbarj.com.br\/pt-br\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbarj.com.br\/pt-br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":["Person","Organization"],"@id":"https:\/\/www.dbarj.com.br\/pt-br\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9","name":"DBA RJ","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","url":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","contentUrl":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png","width":712,"height":712,"caption":"DBA RJ"},"logo":{"@id":"https:\/\/www.dbarj.com.br\/wp-content\/uploads\/2019\/09\/RodrigoJorgePOUG19.png"}}]}},"_links":{"self":[{"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/posts\/1308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/comments?post=1308"}],"version-history":[{"count":0,"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/posts\/1308\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/media?parent=1308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/categories?post=1308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/pt-br\/wp-json\/wp\/v2\/tags?post=1308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}