{"id":15137,"date":"2026-01-14T16:24:55","date_gmt":"2026-01-14T19:24:55","guid":{"rendered":"https:\/\/www.dbarj.com.br\/?p=15137"},"modified":"2026-01-14T20:04:20","modified_gmt":"2026-01-14T23:04:20","slug":"upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade","status":"publish","type":"post","link":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/","title":{"rendered":"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade"},"content":{"rendered":"<p data-start=\"1532\" data-end=\"1694\">In this article, I\u2019ll walk through upgrading <strong data-start=\"1785\" data-end=\"1805\">an entire 19c CDB<\/strong> by relocating it from <strong data-start=\"1828\" data-end=\"1852\">Server A to Server B<\/strong> and upgrading it to <strong data-start=\"1873\" data-end=\"1881\">26ai<\/strong> using <strong data-start=\"1888\" data-end=\"1903\">AutoUpgrade<\/strong>.<\/p>\n<p data-start=\"1699\" data-end=\"1904\">Note: this approach is handy when the target database version or operating system differs from the source.<\/p>\n<p data-start=\"1699\" data-end=\"1904\">If you want to just move a single PDB instead, which makes this process even faster, check this article: <a href=\"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-from-oracle-19c-to-26ai-between-two-different-servers-using-pdb-unplug-plug-with-autoupgrade\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-from-oracle-19c-to-26ai-between-two-different-servers-using-pdb-unplug-plug-with-autoupgrade\/<\/a><\/p>\n<h3 data-start=\"2071\" data-end=\"2096\">Scope and assumptions<\/h3>\n<ul data-start=\"2099\" data-end=\"2490\">\n<li data-start=\"2099\" data-end=\"2226\">\n<p data-start=\"2101\" data-end=\"2226\">The <strong data-start=\"2105\" data-end=\"2124\">source <\/strong>is Oracle Database <strong data-start=\"2144\" data-end=\"2151\">19c RU 29<\/strong>\u00a0(the same approach applies to 21c, although it is already out of support).<\/p>\n<\/li>\n<li data-start=\"2229\" data-end=\"2286\">\n<p data-start=\"2231\" data-end=\"2286\">The <strong data-start=\"2235\" data-end=\"2254\">target database<\/strong> is <strong data-start=\"2258\" data-end=\"2285\">Oracle AI Database 26ai (23.26.0)<\/strong>.<\/p>\n<\/li>\n<li data-start=\"2289\" data-end=\"2369\">\n<p data-start=\"2291\" data-end=\"2369\">The <strong data-start=\"2298\" data-end=\"2312\">full CDB<\/strong> is copied and upgraded; the source CDB remains untouched.<\/p>\n<\/li>\n<li data-start=\"2372\" data-end=\"2488\">\n<p data-start=\"2374\" data-end=\"2488\">Source and target systems have the <strong data-start=\"2409\" data-end=\"2428\">same endianness<\/strong>, although they may run <strong data-start=\"2452\" data-end=\"2487\">different OS releases<\/strong>.<\/p>\n<\/li>\n<\/ul>\n<h3 data-start=\"2493\" data-end=\"2517\">Environment overview<\/h3>\n<h5 data-start=\"2522\" data-end=\"2532\"><strong data-start=\"2522\" data-end=\"2532\">Source:<\/strong><\/h5>\n<ul>\n<li data-start=\"2537\" data-end=\"2555\">Oracle Linux 7.9<\/li>\n<li data-start=\"2537\" data-end=\"2555\">Oracle Database 19c (RU 19.29.0)<\/li>\n<\/ul>\n<h5 data-start=\"2592\" data-end=\"2602\"><strong data-start=\"2592\" data-end=\"2602\">Target:<\/strong><\/h5>\n<ul>\n<li data-start=\"2607\" data-end=\"2625\">Oracle Linux 8.7<\/li>\n<li data-start=\"2607\" data-end=\"2625\">Oracle AI Database 26ai (RU 23.26.0)<\/li>\n<\/ul>\n<p data-start=\"2668\" data-end=\"2825\">With these prerequisites in place, we can use <strong data-start=\"2714\" data-end=\"2758\">CDB relocation combined with AutoUpgrade<\/strong> to perform the move and upgrade in a controlled and supported way.<\/p>\n<h3 data-start=\"2668\" data-end=\"2825\">Getting Started<\/h3>\n<p>Before moving the CDB, still in 19c, we need to do some prechecks and fixups to ensure nothing is going to fail. Please note you can&#8217;t perform those checks after you plug into the new 26ai database, as the dictionary becomes invalid until you finish the upgrade process.<\/p>\n<p>So, connected to my server A, first, I create the AutoUpgrade config file:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">global.global_log_dir=\/home\/oracle\/autopatch\/logs\r\nupg1.sid=orcl\r\nupg1.source_home=\/u01\/app\/oracle\/product\/19c\/dbhome_1\r\nupg1.target_home=\/u01\/app\/oracle\/product\/26ai\/dbhome_1\r\nupg1.restoration=NO\r\nupg1.target_version=23<\/pre>\n<p>Start up your database and open all the PDBs:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$ sqlplus \/ as sysdba\r\n\r\nSQL*Plus: Release 19.0.0.0.0 - Production on Wed Jan 14 20:13:41 2026\r\nVersion 19.29.0.0.0\r\n\r\nCopyright (c) 1982, 2025, Oracle.  All rights reserved.\r\n\r\nConnected to an idle instance.\r\n\r\nSQL&gt; startup;\r\n\r\nORACLE instance started.\r\n\r\nTotal System Global Area 3154116192 bytes\r\nFixed Size\t\t    9182816 bytes\r\nVariable Size\t\t  905969664 bytes\r\nDatabase Buffers\t 2231369728 bytes\r\nRedo Buffers\t\t    7593984 bytes\r\nDatabase mounted.\r\nDatabase opened.\r\n\r\nSQL&gt; alter pluggable database all open;\r\n\r\nPluggable database altered.\r\n\r\nSQL&gt; show pdbs\r\n\r\n    CON_ID CON_NAME                       OPEN MODE  RESTRICTED\r\n---------- ------------------------------ ---------- ----------\r\n         2 PDB$SEED                       READ ONLY  NO\r\n         3 PDB01                          READ WRITE NO\r\n\r\nSQL&gt; exit<\/pre>\n<p>Next, I will run the AutoUpgrade pre-checks:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$ $ORACLE_HOME\/jdk\/bin\/java -jar autoupgrade.jar -config upgrade_cdb.cfg -mode analyze\r\nAutoUpgrade 25.6.251016 launched with default internal options\r\nProcessing config file ...\r\n+--------------------------------+\r\n| Starting AutoUpgrade execution |\r\n+--------------------------------+\r\n1 CDB(s) plus 2 PDB(s) will be analyzed\r\nType 'help' to list console commands\r\nupg&gt; Job 100 completed\r\n------------------- Final Summary --------------------\r\nNumber of databases            [ 1 ]\r\n\r\nJobs finished                  [1]\r\nJobs failed                    [0]\r\n\r\nPlease check the summary report at:\r\n\/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.html\r\n\/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.log<\/pre>\n<p>Checking the logs, we are good to fly:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$ cat \/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.log\r\n==========================================\r\n          Autoupgrade Summary Report\r\n==========================================\r\n[Date]           Wed Jan 14 16:10:32 GMT 2026\r\n[Number of Jobs] 1\r\n==========================================\r\n[Job ID] 100\r\n==========================================\r\n[DB Name]                orcl\r\n[Version Before Upgrade] 19.29.0.0.0\r\n[Version After Upgrade]  19.29.0.0.0\r\n------------------------------------------\r\n[Stage Name]    PRECHECKS\r\n[Status]        SUCCESS\r\n[Start Time]    2026-01-14 16:09:48\r\n[Duration]      0:00:43\r\n[Log Directory] \/home\/oracle\/autopatch\/logs\/orcl\/100\/prechecks\r\n[Detail]        \/home\/oracle\/autopatch\/logs\/orcl\/100\/prechecks\/orcl_preupgrade.log\r\n                Check passed and no manual intervention needed\r\n------------------------------------------<\/pre>\n<p>Now let&#8217;s run the fixups:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$ $ORACLE_HOME\/jdk\/bin\/java -jar autoupgrade.jar -config upgrade_cdb.cfg -mode fixups\r\nAutoUpgrade 25.6.251016 launched with default internal options\r\nProcessing config file ...\r\n+--------------------------------+\r\n| Starting AutoUpgrade execution |\r\n+--------------------------------+\r\n1 CDB(s) plus 2 PDB(s) will be processed\r\nType 'help' to list console commands\r\nupg&gt; Job 101 completed\r\n------------------- Final Summary --------------------\r\nNumber of databases            [ 1 ]\r\n\r\nJobs finished                  [1]\r\nJobs failed                    [0]\r\n\r\nPlease check the summary report at:\r\n\/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.html\r\n\/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.log<\/pre>\n<p>Checking the logs:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$ cat \/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.log\r\n==========================================\r\n          Autoupgrade Summary Report\r\n==========================================\r\n[Date]           Wed Jan 14 16:18:57 GMT 2026\r\n[Number of Jobs] 1\r\n==========================================\r\n[Job ID] 101\r\n==========================================\r\n[DB Name]                orcl\r\n[Version Before Upgrade] 19.29.0.0.0\r\n[Version After Upgrade]  19.29.0.0.0\r\n------------------------------------------\r\n[Stage Name]    PRECHECKS\r\n[Status]        SUCCESS\r\n[Start Time]    2026-01-14 16:12:11\r\n[Duration]      0:00:36\r\n[Log Directory] \/home\/oracle\/autopatch\/logs\/orcl\/101\/prechecks\r\n[Detail]        \/home\/oracle\/autopatch\/logs\/orcl\/101\/prechecks\/orcl_preupgrade.log\r\n                Check passed and no manual intervention needed\r\n------------------------------------------\r\n[Stage Name]    PREFIXUPS\r\n[Status]        SUCCESS\r\n[Start Time]    2026-01-14 16:12:47\r\n[Duration]      0:06:10\r\n[Log Directory] \/home\/oracle\/autopatch\/logs\/orcl\/101\/prefixups\r\n[Detail]        \/home\/oracle\/autopatch\/logs\/orcl\/101\/prefixups\/prefixups.html\r\n------------------------------------------<\/pre>\n<p>Check <strong>prefixups.html<\/strong> if you want to get all the actions performed on your PDB to prepare it, like purge recyclebin, collecting dictionary statistics, etc.<\/p>\n<p>Now we are good to fly. Since we are in 2 different servers, I will stop the database and move it entirely to a new server via RSYNC.<\/p>\n<p>Please note that there are many other methods to achieve minimal downtime on this move, which includes:<\/p>\n<ul>\n<li>Use RMAN incremental backups.<\/li>\n<li>Data Guard<\/li>\n<\/ul>\n<p>Stopping the system<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"oracledb\">Connected to:\r\nOracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production\r\nVersion 19.29.0.0.0\r\n\r\nSQL&gt; shutdown immediate;\r\nDatabase closed.\r\nDatabase dismounted.\r\nORACLE instance shut down.<\/pre>\n<p>Now it is time to move all the CDB data files, init file, pw file, etc, to the new server:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">$ rsync -avz \/u01\/app\/oradata\/ oracle@server-26:\/u01\/app\/oradata\/\r\nsending incremental file list\r\n.\/\r\nORCL\/\r\nORCL\/control01.ctl\r\nORCL\/redo01.log\r\nORCL\/redo02.log\r\nORCL\/redo03.log\r\nORCL\/sysaux01.dbf\r\nORCL\/system01.dbf\r\nORCL\/temp01.dbf\r\nORCL\/undotbs01.dbf\r\nORCL\/users01.dbf\r\nORCL\/PDB01\/\r\nORCL\/PDB01\/sysaux01.dbf\r\nORCL\/PDB01\/system01.dbf\r\nORCL\/PDB01\/temp01.dbf\r\nORCL\/PDB01\/undotbs01.dbf\r\nORCL\/PDB01\/users01.dbf\r\nORCL\/pdbseed\/\r\nORCL\/pdbseed\/sysaux01.dbf\r\nORCL\/pdbseed\/system01.dbf\r\nORCL\/pdbseed\/temp012022-05-27_14-08-05-960-PM.dbf\r\nORCL\/pdbseed\/undotbs01.dbf\r\n\r\nsent 2,881,866,753 bytes  received 385 bytes  5,016,304.85 bytes\/sec\r\ntotal size is 14,075,528,704  speedup is 4.88\r\n\r\n$ rsync -avz \/u01\/app\/fra\/ oracle@server-26:\/u01\/app\/fra\/\r\nsending incremental file list\r\n.\/\r\nORCL\/\r\nORCL\/control02.ctl\r\nORCL\/archivelog\/\r\nORCL\/archivelog\/2022_05_27\/\r\nORCL\/archivelog\/2024_09_06\/\r\nORCL\/archivelog\/2025_10_22\/\r\nORCL\/archivelog\/2026_01_14\/\r\nORCL\/onlinelog\/\r\n\r\nsent 35,723 bytes  received 70 bytes  23,862.00 bytes\/sec\r\ntotal size is 18,726,912  speedup is 523.20\r\n\r\n$ rsync -avz \/u01\/app\/oracle\/product\/19c\/dbhome_1\/dbs\/*orcl* oracle@server-26:\/u01\/app\/oracle\/product\/26ai\/dbhome_1\/dbs\/\r\nsending incremental file list\r\nhc_orcl.dat\r\norapworcl\r\nspfileorcl.ora\r\n\r\nsent 1,287 bytes  received 109 bytes  2,792.00 bytes\/sec\r\ntotal size is 7,176  speedup is 5.14<\/pre>\n<p>Now moving to the new 26ai server, it is time to start up both the CDB and PDBs in upgrade mode:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">$ sqlplus \/ as sysdba\r\n\r\nSQL*Plus: Release 23.26.0.0.0 - for Oracle Cloud and Engineered Systems on Wed Jan 14 20:46:34 2026\r\nVersion 23.26.0.0.0\r\n\r\nCopyright (c) 1982, 2025, Oracle.  All rights reserved.\r\n\r\nConnected to an idle instance.\r\n\r\nSQL&gt; startup upgrade;\r\nORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance\r\nORACLE instance started.\r\n\r\nTotal System Global Area 3151206952 bytes\r\nFixed Size\t\t    5012008 bytes\r\nVariable Size\t\t  654311424 bytes\r\nDatabase Buffers\t 2483027968 bytes\r\nRedo Buffers\t\t    8855552 bytes\r\nDatabase mounted.\r\nDatabase opened.\r\n\r\nSQL&gt; alter pluggable database all open upgrade;\r\n\r\nPluggable database altered.\r\n\r\nSQL&gt; show pdbs\r\n\r\n    CON_ID CON_NAME                       OPEN MODE  RESTRICTED\r\n---------- ------------------------------ ---------- ----------\r\n         2 PDB$SEED                       MIGRATE    YES\r\n         3 PDB01                          MIGRATE    YES\r\nSQL&gt;<\/pre>\n<p>Now that the PDB is opened in upgrade state, we can call AutoUpgrade in the last of the 3 modes (upgrade).<\/p>\n<p>Please note that we use the same config file. Calling AutoUpgrade:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">$ $ORACLE_HOME\/jdk\/bin\/java -jar autoupgrade.jar -config upgrade_cdb.cfg -mode upgrade\r\nAutoUpgrade 25.6.251016 launched with default internal options\r\nProcessing config file ...\r\n+--------------------------------+\r\n| Starting AutoUpgrade execution |\r\n+--------------------------------+\r\n1 PDB(s) will be processed\r\nType 'help' to list console commands\r\nupg&gt; Job 102 completed\r\n------------------- Final Summary --------------------\r\nNumber of databases            [ 1 ]\r\n\r\nJobs finished                  [1]\r\nJobs failed                    [0]\r\n\r\nPlease check the summary report at:\r\n\/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.html\r\n\/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.log<\/pre>\n<p>Checking the logs:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\">$ cat \/home\/oracle\/autopatch\/logs\/cfgtoollogs\/upgrade\/auto\/status\/status.log\r\n==========================================\r\n          Autoupgrade Summary Report\r\n==========================================\r\n[Date]           Wed Jan 14 22:18:41 GMT 2026\r\n[Number of Jobs] 1\r\n==========================================\r\n[Job ID] 100\r\n==========================================\r\n[DB Name]                orcl\r\n[Version Before Upgrade] 19.29.0.0.0\r\n[Version After Upgrade]  23.26.0.0.0\r\n------------------------------------------\r\n[Stage Name]    DBUPGRADE\r\n[Status]        SUCCESS\r\n[Start Time]    2026-01-14 20:48:15\r\n[Duration]      1:08:42\r\n[Log Directory] \/home\/oracle\/autopatch\/logs\/orcl\/100\/dbupgrade\r\n------------------------------------------\r\n[Stage Name]    POSTCHECKS\r\n[Status]        SUCCESS\r\n[Start Time]    2026-01-14 21:57:09\r\n[Duration]      0:00:09\r\n[Log Directory] \/home\/oracle\/autopatch\/logs\/orcl\/100\/postchecks\r\n[Detail]        \/home\/oracle\/autopatch\/logs\/orcl\/100\/postchecks\/orcl_postupgrade.log\r\n                Check passed and no manual intervention needed\r\n------------------------------------------\r\n[Stage Name]    POSTFIXUPS\r\n[Status]        SUCCESS\r\n[Start Time]    2026-01-14 21:57:20\r\n[Duration]      0:21:20\r\n[Log Directory] \/home\/oracle\/autopatch\/logs\/orcl\/100\/postfixups\r\n[Detail]        \/home\/oracle\/autopatch\/logs\/orcl\/100\/postfixups\/postfixups.html\r\n------------------------------------------\r\n[Stage Name]    SYSUPDATES\r\n[Status]        SUCCESS\r\n[Start Time]    2026-01-14 22:18:40\r\n[Duration]      0:00:00\r\n[Log Directory] \/home\/oracle\/autopatch\/logs\/orcl\/100\/sysupdates\r\n------------------------------------------\r\nSummary:\/home\/oracle\/autopatch\/logs\/orcl\/100\/dbupgrade\/upg_summary.log<\/pre>\n<p>Our CDB was successfully upgraded. Finally, the last step is to check if all CDB and PDBs are up and running :<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"oracledb\">Oracle AI Database 26ai Enterprise Edition Release 23.26.0.0.0 - for Oracle Cloud and Engineered Systems Version 23.26.0.0.0\r\n\r\nSQL&gt; show pdbs\r\n\r\n    CON_ID CON_NAME                       OPEN MODE  RESTRICTED\r\n---------- ------------------------------ ---------- ----------\r\n         2 PDB$SEED                       READ ONLY  NO\r\n         3 PDB01                          READ WRITE NO\r\n\r\nSQL&gt;<\/pre>\n<p>That&#8217;s it! CDB successfully updated to 26ai.<\/p>\n<b>Have you enjoyed? Please leave a comment or give a \ud83d\udc4d!<\/b>\n<div class='watch-action'><div class='watch-position align-left'><div class='action-like'><a class='lbg-style2 like-15137 jlk' href='javascript:void(0)' data-task='like' data-post_id='15137' data-nonce='9dd3b677b3' 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-15137 lc'>+1<\/span><\/a><\/div><\/div> <div class='status-15137 status align-left'><\/div><\/div><div class='wti-clear'><\/div>","protected":false},"excerpt":{"rendered":"<p>In this article, I\u2019ll walk through upgrading an entire 19c CDB by relocating it from Server A to Server B and upgrading it to 26ai using AutoUpgrade. Note: this approach is handy when the target database version or operating system differs from the source. If you want to just move a single PDB instead, which &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/\">Continue reading<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-15137","post","type-post","status-publish","format-standard","hentry","category-database-en","item-wrap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade - DBA - Rodrigo Jorge - Oracle Tips and Guides<\/title>\n<meta name=\"description\" content=\"How to upgrade a full CDB from Oracle 19c to 26ai between two different servers with AutoUpgrade.\" \/>\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\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DBA RJ\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/\"},\"author\":{\"name\":\"DBA RJ\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"headline\":\"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade\",\"datePublished\":\"2026-01-14T19:24:55+00:00\",\"dateModified\":\"2026-01-14T23:04:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/\"},\"wordCount\":471,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"articleSection\":[\"Oracle Database General\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/\",\"name\":\"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade - DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#website\"},\"datePublished\":\"2026-01-14T19:24:55+00:00\",\"dateModified\":\"2026-01-14T23:04:20+00:00\",\"description\":\"How to upgrade a full CDB from Oracle 19c to 26ai between two different servers with AutoUpgrade.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/2026\\\/01\\\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/\",\"name\":\"DBA - Rodrigo Jorge - Oracle Tips and Guides\",\"description\":\"Blog about Databases, Security and High Availability\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.dbarj.com.br\\\/en\\\/#\\\/schema\\\/person\\\/28a44ca3a6633fe4156ad1ea209d40a9\",\"name\":\"DBA RJ\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@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":"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade - DBA - Rodrigo Jorge - Oracle Tips and Guides","description":"How to upgrade a full CDB from Oracle 19c to 26ai between two different servers with AutoUpgrade.","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\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/","twitter_misc":{"Written by":"DBA RJ","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/#article","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/"},"author":{"name":"DBA RJ","@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"headline":"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade","datePublished":"2026-01-14T19:24:55+00:00","dateModified":"2026-01-14T23:04:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/"},"wordCount":471,"commentCount":5,"publisher":{"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"articleSection":["Oracle Database General"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/","url":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/","name":"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade - DBA - Rodrigo Jorge - Oracle Tips and Guides","isPartOf":{"@id":"https:\/\/www.dbarj.com.br\/en\/#website"},"datePublished":"2026-01-14T19:24:55+00:00","dateModified":"2026-01-14T23:04:20+00:00","description":"How to upgrade a full CDB from Oracle 19c to 26ai between two different servers with AutoUpgrade.","breadcrumb":{"@id":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbarj.com.br\/en\/2026\/01\/upgrade-a-full-cdb-from-oracle-19c-to-26ai-between-two-different-servers-using-autoupgrade\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dbarj.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Upgrade a full CDB from Oracle 19c to 26ai between two different servers using AutoUpgrade"}]},{"@type":"WebSite","@id":"https:\/\/www.dbarj.com.br\/en\/#website","url":"https:\/\/www.dbarj.com.br\/en\/","name":"DBA - Rodrigo Jorge - Oracle Tips and Guides","description":"Blog about Databases, Security and High Availability","publisher":{"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbarj.com.br\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.dbarj.com.br\/en\/#\/schema\/person\/28a44ca3a6633fe4156ad1ea209d40a9","name":"DBA RJ","image":{"@type":"ImageObject","inLanguage":"en-US","@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\/en\/wp-json\/wp\/v2\/posts\/15137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/comments?post=15137"}],"version-history":[{"count":5,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts\/15137\/revisions"}],"predecessor-version":[{"id":15148,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/posts\/15137\/revisions\/15148"}],"wp:attachment":[{"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/media?parent=15137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/categories?post=15137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbarj.com.br\/en\/wp-json\/wp\/v2\/tags?post=15137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}