{"id":42890,"date":"2026-02-13T15:18:38","date_gmt":"2026-02-13T14:18:38","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=42890"},"modified":"2026-03-04T11:11:19","modified_gmt":"2026-03-04T10:11:19","slug":"database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/","title":{"rendered":"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images."},"content":{"rendered":"\n<p>This tutorial showing simple database upgrade to 26ai using traditional method and autoupgrade tool, For operational databases please properly test and plan your upgrade.<\/p>\n\n\n\n<p><a href=\"https:\/\/docs.oracle.com\/en\/database\/oracle\/oracle-database\/26\/fppad\/upgrading-oracle-database-software.html\">https:\/\/docs.oracle.com\/en\/database\/oracle\/oracle-database\/26\/fppad\/upgrading-oracle-database-software.html<\/a><\/p>\n\n\n\n<p>This is one from 3 Articles related to 26.1 upgrade:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\" id=\"42890\"><strong>Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images.<\/strong><\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-26ai-asm-upgrade-from-19c-one-node\/\">Oracle GridInfrastructure 26ai\/ ASM upgrade from 19c one node.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.dbi-services.com\/blog\/grid-clusterware-26ai-2-node-rac-upgrade-from-19c-rolling-forward\/\">Oracle RAC \/ ASM \/ Grid upgrade to 26ai from 19c rolling forward.<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-1-downloading-software-and-preparing-linux\">Step 1. Downloading software and preparing Linux<\/h2>\n\n\n\n<p>Download Base Gold image from Oracle support software from latest Oracle AI Database 26ai (23.26.1) for Linux x86-64 (we upgrading on Oracle Linux 9)<\/p>\n\n\n\n<p><a href=\"https:\/\/www.oracle.com\/database\/technologies\/oracle26ai-linux-downloads.html\">https:\/\/www.oracle.com\/database\/technologies\/oracle26ai-linux-downloads.html<\/a><\/p>\n\n\n\n<p>or<\/p>\n\n\n\n<p>If you have access to new support web site, use this document to get always newest updated version (Recommended), there is new update every 3 months. <\/p>\n\n\n\n<p><a href=\"https:\/\/support.oracle.com\/ic\/builder\/rt\/customer_portal\/live\/webApps\/customer-portal\/?kmExternalId=KB153394\">Oracle AI Database 26ai Proactive Patch Information KB153394<\/a><\/p>\n\n\n\n<p>Download latest Goldimage release update, at the time writing this newest ones was Jan 2026. 38743961<\/p>\n\n\n\n<p><a href=\"https:\/\/support.oracle.com\/support\/?patchId=38743961\">https:\/\/support.oracle.com\/support\/?patchId=38743961<\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"171\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-1024x171.png\" alt=\"\" class=\"wp-image-42891\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-1024x171.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-300x50.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-768x129.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-1536x257.png 1536w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-2048x343.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Meanwhile downloading you can read documentation \ud83d\ude42 <\/p>\n\n\n\n<p><a href=\"https:\/\/updates.oracle.com\/Orion\/Services\/download?type=readme&amp;aru=28353952\">https:\/\/updates.oracle.com\/Orion\/Services\/download?type=readme&amp;aru=28353952<\/a><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>In this tutorial we will not use Oracle Fleet Patching and Provisioning (Oracle FPP)<\/li>\n\n\n\n<li>we will use traditional runInstaller in silent mode + dbca + autoupgrade<\/li>\n<\/ul>\n<\/blockquote>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Update your linux + download oracle gold image<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>yum update\n\nyum install oracle-ai-database-preinstall-26ai\n\nreboot <\/code><\/pre>\n\n\n\n<p> In my case it was not updates since a while so i have more then 100 rpms to update including kernel so i also rebooted my linux box.<\/p>\n\n\n\n<p>Install&nbsp;&nbsp;&nbsp; 7 Packages<br><br>Upgrade&nbsp; 102 Packages<br><br>Remove&nbsp;&nbsp;&nbsp;&nbsp; 7 Packages<br><br>Total download size: 1.3 G<\/p>\n\n\n\n<p><strong>oracle-ai-database-preinstall-26ai<\/strong> this rpm is installing all dependencies need for oracle 26ai , in case you installed earlier versions there is not much to do , but better have it installed, as future updates may add some dependencies, if you not using Oracle Linux , please check documentation which exactly rpms are needed. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unpack our downloaded database gold image software.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>oracle@OL9-dmk-tests:\/u02\/inst\/ &#091;rdbms1900] mkdir -p \/u03\/app\/oracle\/product\/26.1\noracle@OL9-dmk-tests:\/u02\/inst\/ &#091;rdbms1900] unzip p38743961_230000_Linux-x86-64.zip -d \/u03\/app\/oracle\/product\/26.1\n<\/code><\/pre>\n\n\n\n<p>we unzip new home to \/u03\/app\/oracle\/product\/26.1 please make sure you have space.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-2-setting-up-new-home\">Step 2. Setting up  new home<\/h2>\n\n\n\n<p>Run runInstaller to setup new home:<\/p>\n\n\n\n<p><em>$&lt;TARGET_DB_HOME&gt;\/runInstaller -silent -setupDBHomeAs \/u01\/app\/oracle\/product\/19.26<\/em><br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/u03\/app\/oracle\/product\/26.1\noracle@OL9-dmk-tests:\/u03\/app\/oracle\/product\/26.1\/ &#091;rdbms1900] .\/runInstaller -silent -setupDBHomeAs \/u01\/app\/oracle\/product\/19.26\nLaunching Oracle AI Database Setup Wizard...\n\n*********************************************\nSwap Size: This is a prerequisite condition to test whether sufficient total swap space is available on the system.\nSeverity: IGNORABLE\nOverall status: VERIFICATION_FAILED\nError message: PRVF-7573 : Sufficient swap size is not available on node \"ol9-dmk-tests\" &#091;Required = 15.0995GB (1.5832984E7KB) ; Found = 2GB (2097148.0KB)]\nCause:  The swap size found does not meet the minimum requirement.\nAction:  Increase swap size to at least meet the minimum swap space requirement.\n-----------------------------------------------\n*********************************************\nCurrent clock source: Verifies the current clock source configuration\nSeverity: IGNORABLE\nOverall status: VERIFICATION_FAILED\nError message: PRVE-10350 : Current clock source is not set to the expected value on node \"OL9-dmk-tests\" &#091;Expected = \"tsc\" ; Found = \"kvm-clock\"].\nCause:  The Configuration Verification Utility (CVU) determined that the\n         current clock source was not set to the expected value on\n         the indicated node, which would impact the database performance.\nAction:  Ensure that the current clock source is set to the expected\n         value on the indicated node.\n-----------------------------------------------\n&#091;WARNING] &#091;INS-13014] Target environment does not meet some optional requirements.\n   CAUSE: Some of the optional prerequisites are not met. See logs for details. \/u01\/app\/oraInventory\/logs\/InstallActions2026-02-04_06-32-10PM\/installActions2026-02-04_06-32-10PM.log.\n   ACTION: Identify the list of failed prerequisite checks from the log: \/u01\/app\/oraInventory\/logs\/InstallActions2026-02-04_06-32-10PM\/installActions2026-02-04_06-32-10PM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.\nThe response file for this session can be found at:\n \/u03\/app\/oracle\/product\/26.1\/install\/response\/db_2026-02-04_06-32-10PM.rsp\n\nYou can find the log of this install session at:\n \/u01\/app\/oraInventory\/logs\/InstallActions2026-02-04_06-32-10PM\/installActions2026-02-04_06-32-10PM.log\n\nAs a root user, run the following script(s):\n\t1. \/u03\/app\/oracle\/product\/26.1\/root.sh\n\nRun \/u03\/app\/oracle\/product\/26.1\/root.sh on the following nodes:\n&#091;OL9-dmk-tests]\n\n\nSuccessfully Setup Software with warning(s).\n<\/code><\/pre>\n\n\n\n<p>I got 2 warnings in prechecks, both ignorable , check if in your case there is nothing more serious, then fix it and rerun again. For my box this 2 warnings are not importatnt.<\/p>\n\n\n\n<p>First about swap space this can be ignored as this is virtual host with enough RAM memory, <\/p>\n\n\n\n<p>Second about clock source settings, at this is VM \/ sandbox and this defaults come from KVM I&#8217;m ignoring this also, but if you install oracle on bare metal for high performance its worth to consider changing. <\/p>\n\n\n\n<p>After process finish run as a root<br>[root@OL9-dmk-tests ~]# \/u03\/app\/oracle\/product\/26.1\/root.sh<br>Check \/u03\/app\/oracle\/product\/26.1\/install\/root_OL9-dmk-tests_2026-02-04_18-38-13-167364432.log <br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-step-3-upgrade-database-19c-to-26-1\">Step 3. Upgrade database 19C to 26.1.<\/h2>\n\n\n\n<p>In my case we upgrading from 19.26(multitenant already) directly to our 26.1.<\/p>\n\n\n\n<p>if you upgrading from current release 23 you can run switch homes command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>$ &lt;TARGET_DB_HOME&gt;\/bin\/dbca -silent -moveDatabase -sourceDB &lt;DB_NAME&gt;<\/code><\/code><\/pre>\n\n\n\n<p>if you try this on 19C , process will fail like below<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>oracle@OL9-dmk-tests:\/u03\/app\/oracle\/product\/26.1\/bin\/ &#091;rdbms2300] .\/dbca -silent -moveDatabase -sourceDB DB1926CRSITE\n&#091;FATAL] &#091;DBT-13529] The major version '23.0.0.0.0' of target Oracle home does not match the major version '19.0.0.0.0' of source Oracle home.\n   CAUSE: The major version of target Oracle home should match major version of source Oracle home.\n\n<\/code><\/pre>\n\n\n\n<p><strong>We have to run autoupgrade process as this is recommended process<\/strong>, we can read in oracle Documentation that:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Some of the scripts Oracle provides cannot be run in UPGRADE mode.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Starting with Oracle AI Database 26ai, the use of manual scripts to upgrade Oracle Database is desupported.<\/p>\n\n\n\n<p>AutoUpgrade and Replay Upgrade are the only supported method for upgrading to Oracle AI Database 26ai.<\/p>\n\n\n\n<p>All other methods, including Database Upgrade Assistant (DBUA), are desupported.<\/p>\n<\/blockquote>\n<\/blockquote>\n\n\n\n<p><strong>so lets do it with autoupgrade<\/strong><\/p>\n\n\n\n<p><strong>Autoupgrade is small Java API with internal command line<\/strong>, which is powerful tool for databases upgrades, it can be configure with variety of parameters depends your needs, and then start all <strong>processes in  background.<\/strong> <\/p>\n\n\n\n<p>As now its <strong>Part of Oracle home<\/strong>, you don&#8217;t need to install it separately.(you always can if you need some newer features, check metalink for newest version).<\/p>\n\n\n\n<p>so Lets start:<\/p>\n\n\n\n<p>First we need to create configuration file, you can name it as you like, configuration file can have multiple parameters, but for simple upgrade you need only few, example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>oracle@OL9-dmk-tests:\/u03\/app\/oracle\/product\/26.1\/ &#091;rdbms2300] cat upgr26ai.cfg\nglobal.global_log_dir=\/home\/oracle\/autoupgrade\/upg26\nupg1.source_home=\/u01\/app\/oracle\/product\/19.26\nupg1.target_home=\/u03\/app\/oracle\/product\/26.1\nupg1.sid=DB1926CRSITE\nupg1.restoration=no\n<\/code><\/pre>\n\n\n\n<p>Next step is only create log folder for global_log_dir parameter and start upgrade process i used <strong>restoration=no<\/strong> as my test db is in noarchivelog mode and i don&#8217;t need restore points, but on operational system better to have possibility to rollback.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p \/home\/oracle\/autoupgrade\/upg26<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>oracle@OL9-dmk-tests:\/u03\/app\/oracle\/product\/26.1\/ &#091;rdbms2300] \/u03\/app\/oracle\/product\/26.1\/jdk\/bin\/java -jar \/u03\/app\/oracle\/product\/26.1\/rdbms\/admin\/autoupgrade.jar -mode deploy -config upgr26ai.cfg\nAutoUpgrade 26.5.260117 launched with default internal options\nProcessing config file ...\n+--------------------------------+\n| Starting AutoUpgrade execution |\n+--------------------------------+\n1 CDB(s) plus 2 PDB(s) will be processed\nType 'help' to list console commands\nupg&gt;\n<\/code><\/pre>\n\n\n\n<p>autoupgrade start now upgrade in background <\/p>\n\n\n\n<p>if you interesting in monitoring progress you can do it by executing <strong>lsj -a 30<\/strong> in command line:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>upg&gt; lsj -a 30\nupg&gt; +----+------------+---------+---------+-------+----------+-------+----------------+\n|Job#|     DB_NAME|    STAGE|OPERATION| STATUS|START_TIME|UPDATED|         MESSAGE|\n+----+------------+---------+---------+-------+----------+-------+----------------+\n| 101|DB1926CRSITE|PREFIXUPS|EXECUTING|RUNNING|  19:19:05|37s ago|Executing fixups|\n+----+------------+---------+---------+-------+----------+-------+----------------+\nTotal jobs 1\n\nThe command lsj is running every 30 seconds. PRESS ENTER TO EXIT\n<\/code><\/pre>\n\n\n\n<p>second option is just checking log files in our log folder which we specifed during configuration file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n\noracle@OL9-dmk-tests:~\/autoupgrade\/upg26\/DB1926CRSITE\/101\/ &#091;rdbms1900] tail -f autoupgrade_20260204.log\nelapsed 45 seconds - FixUpTrigger.executeFixUp#246\n2026-02-04 19:21:45.174 INFO &#091;632] FixUp &#091;DICTIONARY_STATS]&#091;PDB$SEED] waited for 45 seconds - FixUpTrigger.call#151\n2026-02-04 19:22:13.046 INFO &#091;634] FixUp &#091;DICTIONARY_STATS]&#091;EM24REPO] elapsed 72 seconds - FixUpTrigger.executeFixUp#246\n2026-02-04 19:22:30.331 INFO &#091;632] FixUp &#091;DICTIONARY_STATS]&#091;PDB$SEED] elapsed 45 seconds - FixUpTrigger.executeFixUp#246\n2026-02-04 19:22:30.332 INFO &#091;88] Running 2 fixups serially - FixUpsRunner.executeBatch#208\n..\n..\n..\n\noracle@OL9-dmk-tests:~\/autoupgrade\/upg26\/DB1926CRSITE\/101\/ &#091;rdbms1900] tail -f autoupgrade_20260204.log\n2026-02-04 19:27:54.370 INFO &#091;1198] &#091;1A3591] Finished - ExecuteSql.doSqlCmds#830\n2026-02-04 19:27:54.370 INFO &#091;1198] SQL*Plus data:5\n - CatctlMonUtils.getCurrentPhaseQuery#393\n2026-02-04 19:27:54.376 INFO &#091;1198] 5%Upgraded CDB$ROOT - CatctlMonUtils.displayCompletionPercentage#247\n2026-02-04 19:27:54.382 INFO &#091;1198] &#091;Upgrading] is &#091;5%] completed for &#091;db1926cr_site1-cdb$root]\n+---------+---------------+\n|CONTAINER|     PERCENTAGE|\n+---------+---------------+\n| CDB$ROOT|   UPGRADE &#091;5%]|\n| PDB$SEED|UPGRADE PENDING|\n| EM24REPO|UPGRADE PENDING|\n...\n...\n..\n| CDB$ROOT|SUCCESSFULLY UPGRADED &#091;db1926cr_site1-cdb$root]|\n| PDB$SEED|                                  UPGRADE &#091;23%]|\n| EM24REPO|                                  UPGRADE &#091;23%]|\n+---------+-----------------------------------------------+ - CatctlMonUtils.displayCompletionPercentage#269\n\n...\n<\/code><\/pre>\n\n\n\n<p>on the end you should see small sum up with details to your logs:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Job 101 completed\n------------------- Final Summary --------------------\nNumber of databases            &#091; 1 ]\n\nJobs finished                  &#091;1]\nJobs failed                    &#091;0]\nJobs restored                  &#091;0]\nJobs pending                   &#091;0]\n\n\nPlease check the summary report at:\n\/home\/oracle\/autoupgrade\/upg26\/cfgtoollogs\/upgrade\/auto\/status\/status.html\n\/home\/oracle\/autoupgrade\/upg26\/cfgtoollogs\/upgrade\/auto\/status\/status.log\n\n\n26-02-04 20:18:54.884 INFO &#091;88] Starting background threads for &#091;oracle.upgrade.autoupgrade.dispatcher.facade.subsystems.ExecuteSysUpdates] - JobStage.startThreads#160\n2026-02-04 20:18:54.884 INFO &#091;88] Completed starting background threads for &#091;oracle.upgrade.autoupgrade.dispatcher.facade.subsystems.ExecuteSysUpdates] - JobStage.startThreads#162\n2026-02-04 20:18:54.895 INFO &#091;88] Executing stage SYSUPDATES of job 101 - RunJobDefinition.runJob#141\n2026-02-04 20:18:54.895 INFO &#091;88] Running JobStageAction &#091;oracle.upgrade.autoupgrade.dispatcher.facade.subsystems.ExecuteSysUpdates] - JobStage.executeStage#78\n2026-02-04 20:22:20.598 INFO &#091;88] The status of the JobStageAction &#091;oracle.upgrade.autoupgrade.dispatcher.facade.subsystems.ExecuteSysUpdates] was &#091;true] - JobStage.executeStage#86\n2026-02-04 20:22:20.610 INFO &#091;88] Completed stage SYSUPDATES of job 101 - RunJobDefinition.runJob#149\n2026-02-04 20:22:20.610 INFO &#091;88] Stopping background threads for &#091;oracle.upgrade.autoupgrade.dispatcher.facade.subsystems.ExecuteSysUpdates] - JobStage.stopThreads#169\n2026-02-04 20:22:20.610 INFO &#091;88] Completed stopping background threads for &#091;oracle.upgrade.autoupgrade.dispatcher.facade.subsystems.ExecuteSysUpdates] - JobStage.stopThreads#171\n2026-02-04 20:22:20.635 INFO &#091;88] Adding Job context key&#091;dispatcher_stage] value&#091;12] for job &#091;101] - CommonBackBone.addJobContext#270\n2026-02-04 20:22:20.643 INFO &#091;88] Stopping background threads for Job - JobDefinition.stopJobThreads#132\n2026-02-04 20:22:20.644 INFO &#091;88] &#091;0] threads have been stopped by JobDefinition - JobDefinition.stopJobThreads#134\n2026-02-04 20:22:20.644 INFO &#091;88] Dispatcher finished for 101 - RunJobDefinition.runJob#177\n2026-02-04 20:22:20.644 INFO &#091;88] End - RunJobDefinition.runJob#178\n2026-02-04 20:22:20.671 INFO &#091;88] ----------------------Stages  Summary------------------------ - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.671 INFO &#091;88]     SETUP             &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.671 INFO &#091;88]     PREUPGRADE        &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.671 INFO &#091;88]     PRECHECKS         &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     PREFIXUPS         3 min                                   - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     DRAIN             2 min                                   - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     DBUPGRADE         43 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     DISPATCH          &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     POSTCHECKS        &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     DISPATCH          &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     POSTFIXUPS        9 min                                   - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     POSTUPGRADE       &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     SYSUPDATES        3 min                                   - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88]     COMPLETED         &lt;1 min                                  - Utilities.writeStageSummary#1149\n2026-02-04 20:22:20.672 INFO &#091;88] End of dispatcher instance for DB1926CR_SITE1 - CommonBackBone.finalJobLogging#436\n\n\nEM24REPO(3):Opening pdb with no Resource Manager plan active\nCompleted: Pluggable database EM24REPO opened read write\nCompleted: ALTER DATABASE OPEN \/* db agent *\/\/* {0:0:0} *\/\n2026-02-04T20:21:21.027312+01:00\n===========================================================\nDumping current patch information\n===========================================================\nPatch Id: 38743669\nUnique Patch Id: 28353952\nPatch Description: Database Release Update : 23.26.1.0.0 (38743669) Gold Image\nPatch Apply Time: 2026-01-18T13:03:58+01:00\nPatch Type: Release Update\n\nPatch Id: 38743688\nUnique Patch Id: 28353952\nPatch Description: OCW RELEASE UPDATE 23.26.1.0.0 (GOLD IMAGE) (38743688) Gold Image\nPatch Apply Time: 2026-01-18T13:04:30+01:00\nPatch Type: Release Update\n===========================================================\n2026-02-04T20:21:21.522797+01:00\n<\/code><\/pre>\n\n\n\n<p>! DONE ! <\/p>\n\n\n\n<p>In my case its take around 40 min to upgrade CDB container and 1 PDB database.<\/p>\n\n\n\n<p>!! Now you can enjoy your new version !!<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\noracle@OL9-dmk-tests:~\/ &#091;DB1926CRSITE (CDB$ROOT)] sqlplus \"\/ as sysdba\"\n\nSQL*Plus: Release 23.26.1.0.0 - Production on Wed Feb 4 20:28:19 2026\nVersion 23.26.1.0.0\n\nCopyright (c) 1982, 2025, Oracle.  All rights reserved.\n\n\nConnected to:\nOracle AI Database 26ai Enterprise Edition Release 23.26.1.0.0 - Production\nVersion 23.26.1.0.0\n\nSQL&gt; select comp_name,version_full,status from dba_registry;\n\nCOMP_NAME\t\t\t\t\t   VERSION_FULL \t\t  STATUS\n-------------------------------------------------- ------------------------------ -----------\nOracle Database Catalog Views\t\t\t   23.26.1.0.0\t\t\t  VALID\nOracle Database Packages and Types\t\t   23.26.1.0.0\t\t\t  VALID\nOracle Real Application Clusters\t\t   23.26.1.0.0\t\t\t  OPTION OFF\nOracle XML Database\t\t\t\t   23.26.1.0.0\t\t\t  VALID\nOracle Workspace Manager\t\t\t   23.26.1.0.0\t\t\t  VALID\n\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial showing simple database upgrade to 26ai using traditional method and autoupgrade tool, For operational databases please properly test and plan your upgrade. https:\/\/docs.oracle.com\/en\/database\/oracle\/oracle-database\/26\/fppad\/upgrading-oracle-database-software.html This is one from 3 Articles related to 26.1 upgrade: Step 1. Downloading software and preparing Linux Download Base Gold image from Oracle support software from latest Oracle AI Database [&hellip;]<\/p>\n","protected":false},"author":148,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,198,59],"tags":[3804,1570,1512,73,1766,64,96,2561,278,416,2601],"type_dbi":[],"class_list":["post-42890","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-database-management","category-oracle","tag-26ai","tag-autoupgrade","tag-gold-image","tag-linux","tag-metalink","tag-multitenant","tag-oracle","tag-oracle-linux-2","tag-oracle-support","tag-psu","tag-upgrade-2"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images. - dbi Blog<\/title>\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.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images.\" \/>\n<meta property=\"og:description\" content=\"This tutorial showing simple database upgrade to 26ai using traditional method and autoupgrade tool, For operational databases please properly test and plan your upgrade. https:\/\/docs.oracle.com\/en\/database\/oracle\/oracle-database\/26\/fppad\/upgrading-oracle-database-software.html This is one from 3 Articles related to 26.1 upgrade: Step 1. Downloading software and preparing Linux Download Base Gold image from Oracle support software from latest Oracle AI Database [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-13T14:18:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-04T10:11:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"428\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tomek Sikorski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tomek Sikorski\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\"},\"author\":{\"name\":\"Tomek Sikorski\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c93fd4cb6011723833052cc4e889d01c\"},\"headline\":\"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images.\",\"datePublished\":\"2026-02-13T14:18:38+00:00\",\"dateModified\":\"2026-03-04T10:11:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\"},\"wordCount\":828,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-1024x171.png\",\"keywords\":[\"26ai\",\"autoupgrade\",\"gold image\",\"Linux\",\"metalink\",\"multitenant\",\"Oracle\",\"oracle linux\",\"Oracle support\",\"PSU\",\"upgrade\"],\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Database management\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\",\"name\":\"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images. - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-1024x171.png\",\"datePublished\":\"2026-02-13T14:18:38+00:00\",\"dateModified\":\"2026-03-04T10:11:19+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c93fd4cb6011723833052cc4e889d01c\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-scaled.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-scaled.png\",\"width\":2560,\"height\":428},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c93fd4cb6011723833052cc4e889d01c\",\"name\":\"Tomek Sikorski\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/57f886b1e968e2d1f8af9b4aada9aa4f1c6a0fcb6e285cfd9273b2fe20745322?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/57f886b1e968e2d1f8af9b4aada9aa4f1c6a0fcb6e285cfd9273b2fe20745322?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/57f886b1e968e2d1f8af9b4aada9aa4f1c6a0fcb6e285cfd9273b2fe20745322?s=96&d=mm&r=g\",\"caption\":\"Tomek Sikorski\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/tomeksikorski\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images. - dbi Blog","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.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/","og_locale":"en_US","og_type":"article","og_title":"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images.","og_description":"This tutorial showing simple database upgrade to 26ai using traditional method and autoupgrade tool, For operational databases please properly test and plan your upgrade. https:\/\/docs.oracle.com\/en\/database\/oracle\/oracle-database\/26\/fppad\/upgrading-oracle-database-software.html This is one from 3 Articles related to 26.1 upgrade: Step 1. Downloading software and preparing Linux Download Base Gold image from Oracle support software from latest Oracle AI Database [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/","og_site_name":"dbi Blog","article_published_time":"2026-02-13T14:18:38+00:00","article_modified_time":"2026-03-04T10:11:19+00:00","og_image":[{"width":2560,"height":428,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-scaled.png","type":"image\/png"}],"author":"Tomek Sikorski","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tomek Sikorski","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/"},"author":{"name":"Tomek Sikorski","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c93fd4cb6011723833052cc4e889d01c"},"headline":"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images.","datePublished":"2026-02-13T14:18:38+00:00","dateModified":"2026-03-04T10:11:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/"},"wordCount":828,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-1024x171.png","keywords":["26ai","autoupgrade","gold image","Linux","metalink","multitenant","Oracle","oracle linux","Oracle support","PSU","upgrade"],"articleSection":["Database Administration &amp; Monitoring","Database management","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/","url":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/","name":"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images. - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-1024x171.png","datePublished":"2026-02-13T14:18:38+00:00","dateModified":"2026-03-04T10:11:19+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c93fd4cb6011723833052cc4e889d01c"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-scaled.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/02\/image-scaled.png","width":2560,"height":428},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/database-upgrade-to-ai-database-26ai-23-26-1-for-linux-x86-64-upgrade-from-19c-in-3-steps-using-gold-images\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Database upgrade to AI Database 26ai (23.26.1) for Linux x86-64 upgrade from 19C in 3 steps using gold images."}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c93fd4cb6011723833052cc4e889d01c","name":"Tomek Sikorski","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/57f886b1e968e2d1f8af9b4aada9aa4f1c6a0fcb6e285cfd9273b2fe20745322?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/57f886b1e968e2d1f8af9b4aada9aa4f1c6a0fcb6e285cfd9273b2fe20745322?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/57f886b1e968e2d1f8af9b4aada9aa4f1c6a0fcb6e285cfd9273b2fe20745322?s=96&d=mm&r=g","caption":"Tomek Sikorski"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/tomeksikorski\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/42890","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/148"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=42890"}],"version-history":[{"count":19,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/42890\/revisions"}],"predecessor-version":[{"id":43326,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/42890\/revisions\/43326"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=42890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=42890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=42890"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=42890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}