{"id":2814,"date":"2021-03-18T08:32:16","date_gmt":"2021-03-18T08:32:16","guid":{"rendered":"https:\/\/swiv.com.br\/solved-issue-dbms_pdb-check_plug_compatibilit-ora-7445__intel_ssse3_rep_memcpy6429\/"},"modified":"2026-05-27T20:02:50","modified_gmt":"2026-05-27T19:02:50","slug":"solved-issue-dbms_pdb-check_plug_compatibilit-ora-7445__intel_ssse3_rep_memcpy6429","status":"publish","type":"post","link":"https:\/\/swiv.com.br\/index.php\/2021\/03\/18\/solved-issue-dbms_pdb-check_plug_compatibilit-ora-7445__intel_ssse3_rep_memcpy6429\/","title":{"rendered":"[Solved Issue] DBMS_PDB.CHECK_PLUG_COMPATIBILIT ORA-7445[__intel_ssse3_rep_memcpy()+6429]"},"content":{"rendered":"\n<p>Ao tentar realizar a verifica\u00e7\u00e3o de compatibilidade de um novo PDB ao CDB, a seguinte mensagem era apresentada:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 ~]$ sqlplus \/ as sysdba\n \nSQL*Plus: Release 18.0.0.0.0 - Production on Thu Mar 18 04:51:10 2021\nVersion 18.3.0.0.0\n \nCopyright (c) 1982, 2018, Oracle.  All rights reserved.\n \n \nConnected to:\nOracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production\nVersion 18.3.0.0.0\n \nSQL&gt; set serveroutput on\nDECLARE\n        compatible BOOLEAN := FALSE;\nBEGIN\n        compatible := DBMS_PDB.CHECK_PLUG_COMPATIBILITY( PDB_DESCR_FILE =&gt; &#039;\/home\/oracle\/HIPOFISE2.xml&#039;);\n        if compatible then\n                DBMS_OUTPUT.PUT_LINE(&#039;It is compatible&#039;);\n        else\n        DBMS_OUTPUT.PUT_LINE(&#039;It is NOT compatible&#039;);\n        end if;\nEND;\n\/SQL&gt;   2    3    4    5    6    7    8    9   10   11\nERROR:\nORA-03114: not connected to ORACLE\n \n \nDECLARE\n*\nERROR at line 1:\nORA-03113: end-of-file on communication channel\nProcess ID: 7890\nSession ID: 96 Serial number: 57426\n<\/pre><\/div>\n\n\n<p>No alert, \u00e9 poss\u00edvel ver a seguinte mensagem:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n2021-03-18 04:51:12.232000 -03:00\nException &#x5B;type: SIGSEGV, Address not mapped to object] &#x5B;ADDR:0xFFFFFFFFFFFFFFEF] &#x5B;PC:0x6E2FDA6, __intel_ssse3_rep_memcpy()+6710] &#x5B;flags: 0x0, count: 1]\nErrors in file \/oracle\/18.0.0\/base\/diag\/rdbms\/talamo\/TALAMO\/trace\/TALAMO_ora_7890.trc  (incident=29209) (PDBNAME=CDB$ROOT):\nORA-07445: exception encountered: core dump &#x5B;__intel_ssse3_rep_memcpy()+6710] &#x5B;SIGSEGV] &#x5B;ADDR:0xFFFFFFFFFFFFFFEF] &#x5B;PC:0x6E2FDA6] &#x5B;Address not mapped to object] &#x5B;]\nIncident details in: \/oracle\/18.0.0\/base\/diag\/rdbms\/talamo\/TALAMO\/incident\/incdir_29209\/TALAMO_ora_7890_i29209.trc\nUse ADRCI or Support Workbench to package the incident.\nSee Note 411.1 at My Oracle Support for error and packaging details.\nDumping diagnostic data in directory=&#x5B;cdmp_20210318045113], requested by (instance=1, osid=7890), summary=&#x5B;incident=29209].\n<\/pre><\/div>\n\n<p>Encontrado no MOS uma nota referenciando o fen\u00f4meno como um BUG (28502403). Note: &#8220;<strong>DBMS_PDB.CHECK_PLUG_COMPATIBILITY = ORA-3113 \/ ORA-7445[__intel_ssse3_rep_memcpy()+6429] (Doc ID 2446450.1)<\/strong>&#8220;. H\u00e1 2 solu\u00e7\u00f5es: migrar o ambiente de 18C para 19.1, ou aplicar um patch (caso tenha dispon\u00edvel para a sua vers\u00e3o):<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-273.png\" alt=\"\" class=\"wp-image-8026\"\/><\/figure>\n\n\n\n<p>Realizando download:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-274.png\" alt=\"\" class=\"wp-image-8027\"\/><\/figure>\n\n\n\n<p>Ap\u00f3s download e c\u00f3pia do arquivo para a m\u00e1quina virtual, realizando o unzip:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 ~]$ unzip -q p28502403_183000DBRU_Linux-x86-64.zip\n&#x5B;oracle@oel8 ~]$\n<\/pre><\/div>\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 28502403]$ ll\ntotal 8\ndrwxr-x---. 3 oracle oinstall   20 Aug 22  2018 etc\ndrwxr-x---. 3 oracle oinstall   17 Aug 22  2018 files\n-rw-rw-r--. 1 oracle oinstall 6116 Aug 22  2018 README.txt\n&#x5B;oracle@oel8 28502403]$ pwd\n\/home\/oracle\/28502403\n<\/pre><\/div>\n\n\n<p>Garantindo que a vers\u00e3o do OPatch \u00e9 a m\u00ednima exigida atrav\u00e9s da leitura do readme:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 OPatch]$ cd $ORACLE_HOME\/\n&#x5B;oracle@oel8 product]$ cd $ORACLE_HOME\/OPatch\n&#x5B;oracle@oel8 OPatch]$ .\/opatch version\nOPatch Version: 12.2.0.1.14\n \nOPatch succeeded.\n<\/pre><\/div>\n\n\n<p>Garantindo que o PSU 28090523 esteja j\u00e1 aplicado:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 OPatch]$ .\/opatch lsinventory | grep escript\nARU platform description:: Linux x86-64\nPatch description:  &quot;UPDATE 18.3 DATABASE CLIENT JDK IN ORACLE HOME TO JDK8U171&quot;\nPatch description:  &quot;OJVM RELEASE UPDATE: 18.3.0.0.180717 (27923415)&quot;\nPatch description:  &quot;OCW RELEASE UPDATE 18.3.0.0.0 (28090553)&quot;\nPatch description:  &quot;Database Release Update : 18.3.0.0.180717 (28090523)&quot;\n<\/pre><\/div>\n\n\n<p>Verificando se haver\u00e1 algum tipo de incompatibilidade com o novo Patch:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 28502403]$ cd ~\/28502403\n&#x5B;oracle@oel8 28502403]$ \/oracle\/18.0.0\/product\/OPatch\/opatch prereq CheckConflictAgainstOHWithDetail -ph .\/\nOracle Interim Patch Installer version 12.2.0.1.14\nCopyright (c) 2021, Oracle Corporation.  All rights reserved.\n \nPREREQ session\n \nOracle Home       : \/oracle\/18.0.0\/product\nCentral Inventory : \/oracle\/18.0.0\/oraInventory\n   from           : \/oracle\/18.0.0\/product\/oraInst.loc\nOPatch version    : 12.2.0.1.14\nOUI version       : 12.2.0.4.0\nLog file location : \/oracle\/18.0.0\/product\/cfgtoollogs\/opatch\/opatch2021-03-18_05-21-02AM_1.log\n \nInvoking prereq &quot;checkconflictagainstohwithdetail&quot;\n \nPrereq &quot;checkConflictAgainstOHWithDetail&quot; passed.\n \nOPatch succeeded.\n&#x5B;oracle@oel8 28502403]$\n<\/pre><\/div>\n\n\n<p>Baixando o ambiente de banco de dados e listener:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 28502403]$ sqlplus \/ as sysdba\n \nSQL*Plus: Release 18.0.0.0.0 - Production on Thu Mar 18 05:23:27 2021\nVersion 18.3.0.0.0\n \nCopyright (c) 1982, 2018, Oracle.  All rights reserved.\n \n \nConnected to:\nOracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production\nVersion 18.3.0.0.0\n \nSQL&gt; shu immediate;\nDatabase closed.\nDatabase dismounted.\nORACLE instance shut down.\nSQL&gt; exit\nDisconnected from Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production\nVersion 18.3.0.0.0\n&#x5B;oracle@oel8 28502403]$ lsnrctl stop\n \nLSNRCTL for Linux: Version 18.0.0.0.0 - Production on 18-MAR-2021 05:24:19\n \nCopyright (c) 1991, 2018, Oracle.  All rights reserved.\n \nConnecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oel8.localdomain)(PORT=1521)))\nThe command completed successfully\n<\/pre><\/div>\n\n\n<p>Aplicando efetivamente o Patch:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 28502403]$ cd ~\/28502403\n&#x5B;oracle@oel8 28502403]$ \/oracle\/18.0.0\/product\/OPatch\/opatch apply\nOracle Interim Patch Installer version 12.2.0.1.14\nCopyright (c) 2021, Oracle Corporation.  All rights reserved.\n \n \nOracle Home       : \/oracle\/18.0.0\/product\nCentral Inventory : \/oracle\/18.0.0\/oraInventory\n   from           : \/oracle\/18.0.0\/product\/oraInst.loc\nOPatch version    : 12.2.0.1.14\nOUI version       : 12.2.0.4.0\nLog file location : \/oracle\/18.0.0\/product\/cfgtoollogs\/opatch\/opatch2021-03-18_05-25-37AM_1.log\n \nVerifying environment and performing prerequisite checks...\nOPatch continues with these patches:   28502403\n \nDo you want to proceed? &#x5B;y|n]\ny\nUser Responded with: Y\nAll checks passed.\n \nPlease shutdown Oracle instances running out of this ORACLE_HOME on the local system.\n(Oracle Home = &#039;\/oracle\/18.0.0\/product&#039;)\n \n \nIs the local system ready for patching? &#x5B;y|n]\ny\nUser Responded with: Y\nBacking up files...\nApplying interim patch &#039;28502403&#039; to OH &#039;\/oracle\/18.0.0\/product&#039;\n \nPatching component oracle.rdbms, 18.0.0.0.0...\nPatch 28502403 successfully applied.\nLog file location: \/oracle\/18.0.0\/product\/cfgtoollogs\/opatch\/opatch2021-03-18_05-25-37AM_1.log\n \nOPatch succeeded.\n&#x5B;oracle@oel8 28502403]$\n<\/pre><\/div>\n\n\n<p>Validando no invent\u00e1rio a aplica\u00e7\u00e3o do Patch:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 28502403]$ \/oracle\/18.0.0\/product\/OPatch\/opatch lsinventory\nOracle Interim Patch Installer version 12.2.0.1.14\nCopyright (c) 2021, Oracle Corporation.  All rights reserved.\n \n \nOracle Home       : \/oracle\/18.0.0\/product\nCentral Inventory : \/oracle\/18.0.0\/oraInventory\n   from           : \/oracle\/18.0.0\/product\/oraInst.loc\nOPatch version    : 12.2.0.1.14\nOUI version       : 12.2.0.4.0\nLog file location : \/oracle\/18.0.0\/product\/cfgtoollogs\/opatch\/opatch2021-03-18_05-29-00AM_1.log\n \nLsinventory Output file location : \/oracle\/18.0.0\/product\/cfgtoollogs\/opatch\/lsinv\/lsinventory2021-03-18_05-29-00AM.txt\n \n--------------------------------------------------------------------------------\nLocal Machine Information::\nHostname: oel8.localdomain\nARU platform id: 226\nARU platform description:: Linux x86-64\n \nInstalled Top-level Products (1):\n \nOracle Database 18c                                                  18.0.0.0.0\nThere are 1 products installed in this Oracle Home.\n \n \nInterim patches (5) :\n \nPatch  28502403     : applied on Thu Mar 18 05:25:58 BRT 2021\nUnique Patch ID:  22401662\nPatch description:  &quot;ORACLE 18.3.0 MULTITENANT  COMPATIBILITY CHECK DOES NOT WORK&quot;\n   Created on 22 Aug 2018, 22:33:32 hrs PST8PDT\n   Bugs fixed:\n     28502403\n   This patch overlays patches:\n     28090523\n   This patch needs patches:\n     28090523\n   as prerequisites\n \nPatch  27908644     : applied on Wed Jul 18 14:44:11 BRT 2018\nUnique Patch ID:  22153180\nPatch description:  &quot;UPDATE 18.3 DATABASE CLIENT JDK IN ORACLE HOME TO JDK8U171&quot;\n   Created on 4 May 2018, 01:21:02 hrs PST8PDT\n   Bugs fixed:\n     27908644\n \nPatch  27923415     : applied on Wed Jul 18 14:41:38 BRT 2018\nUnique Patch ID:  22239273\nPatch description:  &quot;OJVM RELEASE UPDATE: 18.3.0.0.180717 (27923415)&quot;\n   Created on 15 Jul 2018, 10:33:22 hrs PST8PDT\n   Bugs fixed:\n     27304131, 27539876, 27952586, 27642235, 27636900, 27461740\n \nPatch  28090553     : applied on Wed Jul 18 14:40:01 BRT 2018\nUnique Patch ID:  22256940\nPatch description:  &quot;OCW RELEASE UPDATE 18.3.0.0.0 (28090553)&quot;\n   Created on 11 Jul 2018, 19:20:31 hrs PST8PDT\n   Bugs fixed:\n     12816839, 18701017, 22734786, 23698980, 23840305, 25709124, 25724089\n     26299684, 26313403, 26433972, 26527054, 26586174, 26587652, 26647619\n     26827699, 26860285, 26882126, 26882316, 26943660, 26996813, 27012915\n     27018734, 27032726, 27034318, 27040560, 27080748, 27086406, 27092991\n     27098733, 27106915, 27114112, 27121566, 27133637, 27144533, 27153755\n     27166715, 27174938, 27174948, 27177551, 27177852, 27182006, 27182064\n     27184253, 27204476, 27212837, 27213140, 27220610, 27222423, 27222938\n     27238077, 27238258, 27249544, 27252023, 27257509, 27263677, 27265816\n     27267992, 27271876, 27274143, 27285557, 27299455, 27300007, 27302415\n     27309182, 27314512, 27315159, 27320985, 27334353, 27338838, 27346984\n     27358232, 27362190, 27370933, 27377219, 27378959, 27379846, 27379956\n     27393421, 27398223, 27399499, 27399762, 27399985, 27401618, 27403244\n     27404599, 27426277, 27428790, 27430219, 27430254, 27433163, 27452897\n     27458829, 27465480, 27475272, 27481406, 27481765, 27492916, 27496806\n     27503318, 27503413, 27508936, 27508984, 27513114, 27519708, 27526362\n     27528204, 27532009, 27534289, 27560562, 27560735, 27573154, 27573408\n     27574335, 27577122, 27579969, 27581484, 27593587, 27595801, 27600706\n     27609819, 27625010, 27625050, 27627992, 27654039, 27657467, 27657920\n     27668379, 27682288, 27691717, 27702244, 27703242, 27708711, 27714373\n     27725967, 27731346, 27734470, 27735534, 27739957, 27740854, 27747407\n     27748321, 27757979, 27766679, 27768034, 27778433, 27782464, 27783059\n     27786669, 27786699, 27801774, 27811439, 27839732, 27850736, 27862636\n     27864737, 27865439, 27889841, 27896388, 27897639, 27906509, 27931506\n     27935826, 27941514, 27957892, 27978668, 27984314, 27993298, 28023410\n     28025398, 28032758, 28039471, 28039953, 28045209, 28099592, 28109698\n     28174926, 28182503, 28204423, 28240153\n \nPatch  28090523     : applied on Wed Jul 18 14:39:24 BRT 2018\nUnique Patch ID:  22329768\nPatch description:  &quot;Database Release Update : 18.3.0.0.180717 (28090523)&quot;\n   Created on 14 Jul 2018, 00:03:50 hrs PST8PDT\n   Bugs fixed:\n     9062315, 13554903, 21547051, 21766220, 21806121, 23003564, 23310101\n     24489904, 24689376, 24737581, 24925863, 25035594, 25035599, 25287072\n     25348956, 25634405, 25726981, 25743479, 25824236, 25943740, 26226953\n     26336101, 26423085, 26427905, 26450454, 26476244, 26598422, 26615291\n     26646549, 26654411, 26731697, 26785169, 26792891, 26818960, 26822620\n     26843558, 26843664, 26846077, 26894737, 26898279, 26928317, 26933599\n     26956033, 26961415, 26966120, 26986173, 26992964, 27005278, 27026401\n     27028251, 27030974, 27036408, 27038986, 27041253, 27044575, 27047831\n     27053044, 27058530, 27060167, 27060859, 27061736, 27066451, 27066519\n     27073066, 27086821, 27090765, 27101527, 27101652, 27110878, 27112686\n     27119621, 27126666, 27128580, 27135647, 27143756, 27143882, 27147979\n     27153641, 27155549, 27156355, 27163928, 27169796, 27181521, 27181537\n     27189611, 27190851, 27193810, 27199245, 27208953, 27210038, 27210872\n     27214085, 27215007, 27216224, 27221900, 27222121, 27222626, 27224987\n     27226913, 27232983, 27233563, 27236052, 27236110, 27240246, 27240570\n     27241221, 27241247, 27244337, 27244785, 27249215, 27250547, 27254851\n     27258578, 27259386, 27259983, 27262650, 27262945, 27263276, 27263996\n     27270197, 27274456, 27274536, 27275136, 27275776, 27282707, 27283029\n     27283960, 27284499, 27285244, 27288230, 27292213, 27294480, 27301308\n     27301568, 27302594, 27302681, 27302695, 27302711, 27302730, 27302777\n     27302800, 27302960, 27304410, 27304936, 27305318, 27307868, 27310092\n     27313687, 27314206, 27314390, 27318869, 27321179, 27321834, 27326204\n     27329812, 27330158, 27330161, 27333658, 27333664, 27333693, 27334316\n     27334648, 27335682, 27338912, 27338946, 27339115, 27339396, 27339483\n     27339495, 27341036, 27345190, 27345231, 27345450, 27345498, 27346329\n     27346644, 27346709, 27346949, 27347126, 27348081, 27348707, 27349393\n     27352600, 27354783, 27356373, 27357773, 27358241, 27359178, 27359368\n     27360126, 27364891, 27364916, 27364947, 27365139, 27365702, 27365993\n     27367194, 27368850, 27372756, 27375260, 27375542, 27376871, 27378103\n     27379233, 27381383, 27381656, 27384222, 27389352, 27392187, 27395404\n     27395416, 27395794, 27396357, 27396365, 27396377, 27396624, 27396666\n     27396672, 27396813, 27398080, 27398660, 27401637, 27405242, 27405696\n     27410300, 27410595, 27412805, 27417186, 27420715, 27421101, 27422874\n     27423251, 27425507, 27425622, 27426363, 27427805, 27430802, 27432338\n     27432355, 27433870, 27434050, 27434193, 27434486, 27434974, 27435537\n     27439835, 27441326, 27442041, 27444727, 27445330, 27445462, 27447452\n     27447687, 27448162, 27450355, 27450400, 27450783, 27451049, 27451182\n     27451187, 27451531, 27452760, 27453225, 27457666, 27457891, 27458164\n     27459909, 27460675, 27467543, 27469329, 27471876, 27472969, 27473800\n     27479358, 27483974, 27484556, 27486253, 27487795, 27489719, 27496224\n     27496308, 27497950, 27498477, 27501327, 27501413, 27501465, 27502420\n     27504190, 27505603, 27506774, 27508985, 27511196, 27512439, 27517818\n     27518227, 27518310, 27520070, 27520900, 27522245, 27523368, 27523800\n     27525909, 27532375, 27533819, 27534509, 27537472, 27544030, 27545630\n     27547732, 27550341, 27551855, 27558557, 27558559, 27558861, 27560702\n     27563629, 27563767, 27570318, 27577758, 27579353, 27580996, 27585755\n     27585800, 27586810, 27586895, 27587672, 27591842, 27592466, 27593389\n     27595973, 27599689, 27602091, 27602488, 27603841, 27604293, 27607805\n     27608669, 27610269, 27613080, 27613247, 27615608, 27616657, 27617522\n     27625274, 27625620, 27631506, 27634676, 27635508, 27644757, 27649707\n     27652302, 27663370, 27664702, 27679488, 27679664, 27679806, 27679961\n     27680162, 27680509, 27682151, 27688099, 27688692, 27690578, 27691809\n     27692215, 27693713, 27697092, 27701795, 27705761, 27707544, 27709046\n     27718914, 27719187, 27723002, 27726269, 27726780, 27732323, 27739006\n     27740844, 27744211, 27745220, 27747869, 27748954, 27751006, 27753336\n     27757567, 27772815, 27773602, 27774320, 27774539, 27779886, 27780562\n     27782339, 27783289, 27786772, 27791223, 27797290, 27803665, 27807441\n     27812560, 27812593, 27813267, 27815347, 27818871, 27832643, 27833369\n     27834984, 27840386, 27847259, 27851757, 27861909, 27869339, 27873643\n     27882176, 27892488, 27924147, 27926113, 27930478, 27934468, 27941896\n     27945870, 27950708, 27952762, 27961746, 27964051, 27970265, 27971575\n     27984028, 27989849, 27993289, 27994333, 27997875, 27999597, 28021205\n     28022847, 28033429, 28057267, 28059199, 28072130, 28098865, 28106402\n     28132287, 28169711, 28174827, 28184554, 28188330, 25929650, 28264172\n \n \n \n--------------------------------------------------------------------------------\n \nOPatch succeeded.\n&#x5B;oracle@oel8 28502403]$\n<\/pre><\/div>\n\n\n<p>Subindo ambiente e testando novamente o processo:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;oracle@oel8 28502403]$ lsnrctl start\n \nLSNRCTL for Linux: Version 18.0.0.0.0 - Production on 18-MAR-2021 05:30:50\n \nCopyright (c) 1991, 2018, Oracle.  All rights reserved.\n \nStarting \/oracle\/18.0.0\/product\/bin\/tnslsnr: please wait...\n \nTNSLSNR for Linux: Version 18.0.0.0.0 - Production\nSystem parameter file is \/oracle\/18.0.0\/product\/network\/admin\/listener.ora\nLog messages written to \/oracle\/18.0.0\/base\/diag\/tnslsnr\/oel8\/listener\/alert\/log.xml\nListening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel8.localdomain)(PORT=1521)))\nListening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))\n \nConnecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oel8.localdomain)(PORT=1521)))\nSTATUS of the LISTENER\n------------------------\nAlias                     LISTENER\nVersion                   TNSLSNR for Linux: Version 18.0.0.0.0 - Production\nStart Date                18-MAR-2021 05:30:50\nUptime                    0 days 0 hr. 0 min. 0 sec\nTrace Level               off\nSecurity                  ON: Local OS Authentication\nSNMP                      OFF\nListener Parameter File   \/oracle\/18.0.0\/product\/network\/admin\/listener.ora\nListener Log File         \/oracle\/18.0.0\/base\/diag\/tnslsnr\/oel8\/listener\/alert\/log.xml\nListening Endpoints Summary...\n  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel8.localdomain)(PORT=1521)))\n  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))\nThe listener supports no services\nThe command completed successfully\n&#x5B;oracle@oel8 28502403]$ sqlplus \/ as sysdba\n \nSQL*Plus: Release 18.0.0.0.0 - Production on Thu Mar 18 05:30:55 2021\nVersion 18.3.0.0.0\n \nCopyright (c) 1982, 2018, Oracle.  All rights reserved.\n \nConnected to an idle instance.\n \nSQL&gt; startup;\nORACLE instance started.\n \nTotal System Global Area 2466249080 bytes\nFixed Size                  8898936 bytes\nVariable Size             671088640 bytes\nDatabase Buffers         1778384896 bytes\nRedo Buffers                7876608 bytes\nDatabase mounted.\nDatabase opened.\nSQL&gt;\n<\/pre><\/div>\n\n\n<p>Sucesso:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nSQL&gt; set serveroutput on\nDECLARE\n        compatible BOOLEAN := FALSE;\nBEGIN\n        compatible := DBMS_PDB.CHECK_PLUG_COMPATIBILITY( PDB_DESCR_FILE =&gt; &#039;\/home\/oracle\/HIPOFISE2.xml&#039;);\n        if compatible then\n                DBMS_OUTPUT.PUT_LINE(&#039;It is compatible&#039;);\n        else\n        DBMS_OUTPUT.PUT_LINE(&#039;It is NOT compatible&#039;);\n        end if;\nEND;\n\/SQL&gt;   2    3    4    5    6    7    8    9   10   11\nIt is NOT compatible\n \nPL\/SQL procedure successfully completed.\n \nSQL&gt;\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Ao tentar realizar a verifica\u00e7\u00e3o de compatibilidade de um novo PDB ao CDB, a seguinte mensagem era apresentada: No alert, \u00e9 poss\u00edvel ver a seguinte mensagem: Encontrado no MOS uma nota referenciando o fen\u00f4meno como um BUG (28502403). Note: &#8220;DBMS_PDB.CHECK_PLUG_COMPATIBILITY = ORA-3113 \/ ORA-7445[__intel_ssse3_rep_memcpy()+6429] (Doc ID 2446450.1)&#8220;. H\u00e1 2 solu\u00e7\u00f5es: migrar o ambiente de 18C [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,8],"tags":[],"class_list":["post-2814","post","type-post","status-publish","format-standard","hentry","category-administration","category-multitenant"],"_links":{"self":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/2814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=2814"}],"version-history":[{"count":1,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/2814\/revisions"}],"predecessor-version":[{"id":9222,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/2814\/revisions\/9222"}],"wp:attachment":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=2814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/categories?post=2814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/tags?post=2814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}