{"id":46254,"date":"2026-08-05T11:17:25","date_gmt":"2026-08-05T09:17:25","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=46254"},"modified":"2026-08-05T12:16:00","modified_gmt":"2026-08-05T10:16:00","slug":"oracle-standard-edition-2-available-with-23-26-3","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/","title":{"rendered":"Oracle: Standard Edition 2 available with 23.26.3.?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">When downloading Release Update 23.26.3., I could see this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"361\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30-1024x361.png\" alt=\"\" class=\"wp-image-46255\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30-1024x361.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30-300x106.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30-768x270.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30.png 1460w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see in the Product info it also has &#8220;Oracle Server &#8211; Standard Edition&#8221;. However, I haven&#8217;t found anything official yet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I tried it and could install 23.26.3. as a Standard Edition ORACLE_HOME:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;oracle@oel10db26ai dbhome_1]$ mkdir -p \/u01\/app\/oracle\/product\/26.0.0\/dbhome_1\n&#091;oracle@oel10db26ai dbhome_1]$ cd \/u01\/app\/oracle\/product\/26.0.0\/dbhome_1\n&#091;oracle@oel10db26ai dbhome_1]$ unzip -q \/tmp\/p39581612_230000_Linux-x86-64.zip\n&#091;oracle@oel10db26ai dbhome_1]$ vi install\/response\/db_install_26ai.rsp\n&#091;oracle@oel10db26ai dbhome_1]$ cat install\/response\/db_install_26ai.rsp\noracle.install.responseFileVersion=\/oracle\/install\/rspfmt_dbinstall_response_schema_v23.0.0\ninstallOption=INSTALL_DB_SWONLY\nUNIX_GROUP_NAME=oinstall\nINVENTORY_LOCATION=\/u01\/app\/oraInventory\nORACLE_HOME=\/u01\/app\/oracle\/product\/26.0.0\/dbhome_1\nORACLE_BASE=\/u01\/app\/oracle\ninstallEdition=<strong>SE2<\/strong>\nOSDBA=oinstall\nOSOPER=oinstall\nOSBACKUPDBA=oinstall\nOSDGDBA=oinstall\nOSKMDBA=oinstall\nOSRACDBA=oinstall\nexecuteRootScript=false\ndbType=GENERAL_PURPOSE\n&#091;oracle@oel10db26ai dbhome_1]$ \n\n&#091;oracle@oel10db26ai dbhome_1]$ .\/runInstaller -ignorePrereq -waitforcompletion -silent -responseFile install\/response\/db_install_26ai.rsp\nLaunching Oracle AI Database Setup Wizard...\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. installActions2026-08-04_07-18-59PM.log.\n   ACTION: Identify the list of failed prerequisite checks from the log: installActions2026-08-04_07-18-59PM.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 \/u01\/app\/oracle\/product\/26.0.0\/dbhome_1\/install\/response\/db_2026-08-04_07-18-59PM.rsp\n\nYou can find the log of this install session at:\n \/tmp\/InstallActions2026-08-04_07-18-59PM\/installActions2026-08-04_07-18-59PM.log\n\n\nAs a root user, run the following script(s):\n\t1. \/u01\/app\/oraInventory\/orainstRoot.sh\n\t2. \/u01\/app\/oracle\/product\/26.0.0\/dbhome_1\/root.sh\n\nRun \/u01\/app\/oraInventory\/orainstRoot.sh on the following nodes: \n&#091;oel10db26ai]\nRun \/u01\/app\/oracle\/product\/26.0.0\/dbhome_1\/root.sh on the following nodes: \n&#091;oel10db26ai]\n\n\nSuccessfully Setup Software with warning(s).\nMoved the install session logs to:\n \/u01\/app\/oraInventory\/logs\/InstallActions2026-08-04_07-18-59PM\n&#091;oracle@oel10db26ai dbhome_1]$ <\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After running the root-scripts I created a Database and verified that it is really a Standard Edition 2 DB:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;root@oel10db26ai ~]# mkdir \/u02\n&#091;root@oel10db26ai ~]# chown oracle:oinstall \/u02\n&#091;root@oel10db26ai ~]# \n\n&#091;oracle@oel10db26ai ~]$ mkdir \/u02\/oradata\n&#091;oracle@oel10db26ai ~]$ \n&#091;oracle@oel10db26ai ~]$ . oraenv\nORACLE_SID = &#091;oracle] ? dummyx\nORACLE_HOME = &#091;\/home\/oracle] ? \/u01\/app\/oracle\/product\/26.0.0\/dbhome_1\nThe Oracle base has been set to \/u01\/app\/oracle\n&#091;oracle@oel10db26ai ~]$ \n\n&#091;oracle@oel10db26ai ~]$ export ORACLE_SID=DB26SE2\n&#091;oracle@oel10db26ai ~]$ export PDB_NAME=pdb1\n&#091;oracle@oel10db26ai ~]$ export DATA_DIR=\/u02\/oradata\n\n&#091;oracle@oel10db26ai ~]$ dbca -silent -createDatabase                                                   \\\n     -templateName General_Purpose.dbc                                         \\\n     -gdbname ${ORACLE_SID} -sid  ${ORACLE_SID} -responseFile NO_VALUE         \\\n     -characterSet AL32UTF8                                                    \\\n     -sysPassword HEllo01__01                                                 \\\n     -systemPassword HEllo01__01                                              \\\n     -createAsContainerDatabase true                                           \\\n     -numberOfPDBs 1                                                           \\\n     -pdbName ${PDB_NAME}                                                      \\\n     -pdbAdminPassword HEllo01__01                                            \\\n     -databaseType MULTIPURPOSE                                                \\\n     -memoryMgmtType auto_sga                                                  \\\n     -totalMemory 2000                                                         \\\n     -storageType FS                                                           \\\n     -datafileDestination \"${DATA_DIR}\"                                        \\\n     -redoLogFileSize 100                                                       \\\n     -emConfiguration NONE                                                     \\\n     -ignorePreReqs\n...\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">And after the DB has been created I tested if it&#8217;s really a Standard Edition DB:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;oracle@oel10db26ai ~]$ sqlplus \/ as sysdba\n\nSQL*Plus: Release 23.26.3.0.0 - Production on Wed Aug 5 10:42:48 2026\nVersion 23.26.3.0.0\n\nCopyright (c) 1982, 2026, Oracle.  All rights reserved.\n\n\nConnected to:\nOracle AI Database <strong>26ai Standard Edition 2<\/strong> Release 23.26.3.0.0 - Production\nVersion 23.26.3.0.0\n\nSQL&gt; select banner from v$version;\n\nBANNER\n--------------------------------------------------------------------------------\nOracle AI Database <strong>26ai Standard Edition 2<\/strong> Release 23.26.3.0.0 - Production\n\nSQL&gt; show pdbs\n\n    CON_ID CON_NAME\t\t\t  OPEN MODE  RESTRICTED\n---------- ------------------------------ ---------- ----------\n\t 2 PDB$SEED\t\t\t  READ ONLY  NO\n\t 3 PDB1 \t\t\t  READ WRITE NO\nSQL&gt; show parameter control_management_pack_access\n\nNAME\t\t\t\t     TYPE\t VALUE\n------------------------------------ ----------- ------------------------------\ncontrol_management_pack_access\t     string\t NONE\nSQL&gt; \n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">It really seems a Standard Edition 2 DB. But let me check if it restricts me for a command not allowed in SE2:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SQL&gt; select min(snap_id), max(snap_id) from dba_hist_snapshot;\n\nMIN(SNAP_ID) MAX(SNAP_ID)\n------------ ------------\n\t   1\t       14\n\nSQL&gt; var retval number;\nSQL&gt; exec :retval:=dbms_spm.load_plans_from_awr(1,14);\nBEGIN :retval:=dbms_spm.load_plans_from_awr(1,14); END;\n\n*\nERROR at line 1:\nORA-38153: Software edition is incompatible with SQL plan management.\nORA-06512: at \"SYS.DBMS_SPM\", line 4009\nORA-06512: at \"SYS.DBMS_SPM_INTERNAL\", line 6479\nORA-06512: at \"SYS.DBMS_SPM\", line 3991\nORA-06512: at line 1\nHelp: https:\/\/docs.oracle.com\/error-help\/db\/ora-38153\/\n\n\nSQL&gt; ! oerr ora 38153\n38153, 00000, \"Software edition is incompatible with SQL plan management.\"\n\/\/ *Cause: SQL plan management could be used only with Oracle Database Enterprise Edition.\n\/\/ *Action: Ensure that Oracle is linked with the Enterprise Edition options.\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, it does not allow me to run a command, which is restricted for the use in Enterprise Edition DBs.<\/p>\n\n\n\n<h2 id=\"h-summary\" class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Oracle has released Release Update 23.26.3. recently for on-premises installations. According the download screen it contains the possibility to run a Standard Edition 2 DB with it. First tests showed that you really can use 23.26.3. as an ORACLE_HOME for Standard Edition 2 DBs. However, Oracle has not officially published this yet. Before using this release with a Standard Edition 2 DB I would recommend to wait for the official announcement from Oracle. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If there are news on this, I&#8217;ll update this Blog.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When downloading Release Update 23.26.3., I could see this: As you can see in the Product info it also has &#8220;Oracle Server &#8211; Standard Edition&#8221;. However, I haven&#8217;t found anything official yet. I tried it and could install 23.26.3. as a Standard Edition ORACLE_HOME: After running the root-scripts I created a Database and verified that [&hellip;]<\/p>\n","protected":false},"author":35,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[59],"tags":[4179,4178,96,68,2092],"type_dbi":[3823,2728],"class_list":["post-46254","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-23-26-3","tag-ai-databse-26ai","tag-oracle","tag-standard-edition","tag-standard-edition-2","type-26ai","type-oracle"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Oracle: Standard Edition 2 available with 23.26.3.? - 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\/oracle-standard-edition-2-available-with-23-26-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle: Standard Edition 2 available with 23.26.3.?\" \/>\n<meta property=\"og:description\" content=\"When downloading Release Update 23.26.3., I could see this: As you can see in the Product info it also has &#8220;Oracle Server &#8211; Standard Edition&#8221;. However, I haven&#8217;t found anything official yet. I tried it and could install 23.26.3. as a Standard Edition ORACLE_HOME: After running the root-scripts I created a Database and verified that [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-05T09:17:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-05T10:16:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1460\" \/>\n\t<meta property=\"og:image:height\" content=\"514\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Clemens Bleile\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ifgtxD2SrQ8r!YuXj\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Clemens Bleile\" \/>\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.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/\"},\"author\":{\"name\":\"Clemens Bleile\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ac04011f60f2e93c115358d0789c2da\"},\"headline\":\"Oracle: Standard Edition 2 available with 23.26.3.?\",\"datePublished\":\"2026-08-05T09:17:25+00:00\",\"dateModified\":\"2026-08-05T10:16:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/\"},\"wordCount\":207,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/image-30-1024x361.png\",\"keywords\":[\"23.26.3.\",\"AI Databse 26ai\",\"Oracle\",\"Standard Edition\",\"standard edition 2\"],\"articleSection\":[\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/\",\"name\":\"Oracle: Standard Edition 2 available with 23.26.3.? - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/image-30-1024x361.png\",\"datePublished\":\"2026-08-05T09:17:25+00:00\",\"dateModified\":\"2026-08-05T10:16:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/0ac04011f60f2e93c115358d0789c2da\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/image-30.png\",\"contentUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/image-30.png\",\"width\":1460,\"height\":514},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/oracle-standard-edition-2-available-with-23-26-3\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle: Standard Edition 2 available with 23.26.3.?\"}]},{\"@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\\\/0ac04011f60f2e93c115358d0789c2da\",\"name\":\"Clemens Bleile\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g\",\"caption\":\"Clemens Bleile\"},\"description\":\"Clemens Bleile has more than 30 years of IT experience, thirteen in Oracle Support and fifteen in Oracle Consulting. He is specialized in Oracle Database Performance Tuning (SQL Tuning, DB Tuning) and developing an Oracle DB IT architecture (highly available, low-maintenance, cost efficient storage of data). He is an expert in problem analysis and resolution. Prior to joining dbi services, Clemens Bleile was Manager of the EMEA Database Performance team at the Oracle Global Customer Support Services. Clemens Bleile is Oracle Certified Professional 11g, 12c and Oracle Certified Expert for Performance Management and Tuning and holds a Master Degree, Business Information Systems from the Fachhochschule Furtwangen, Germany.\",\"sameAs\":[\"https:\\\/\\\/www.dbi-services.com\",\"https:\\\/\\\/x.com\\\/ifgtxD2SrQ8r!YuXj\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/clemens-bleile\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Oracle: Standard Edition 2 available with 23.26.3.? - 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\/oracle-standard-edition-2-available-with-23-26-3\/","og_locale":"en_US","og_type":"article","og_title":"Oracle: Standard Edition 2 available with 23.26.3.?","og_description":"When downloading Release Update 23.26.3., I could see this: As you can see in the Product info it also has &#8220;Oracle Server &#8211; Standard Edition&#8221;. However, I haven&#8217;t found anything official yet. I tried it and could install 23.26.3. as a Standard Edition ORACLE_HOME: After running the root-scripts I created a Database and verified that [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/","og_site_name":"dbi Blog","article_published_time":"2026-08-05T09:17:25+00:00","article_modified_time":"2026-08-05T10:16:00+00:00","og_image":[{"width":1460,"height":514,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30.png","type":"image\/png"}],"author":"Clemens Bleile","twitter_card":"summary_large_image","twitter_creator":"@ifgtxD2SrQ8r!YuXj","twitter_misc":{"Written by":"Clemens Bleile","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/"},"author":{"name":"Clemens Bleile","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da"},"headline":"Oracle: Standard Edition 2 available with 23.26.3.?","datePublished":"2026-08-05T09:17:25+00:00","dateModified":"2026-08-05T10:16:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/"},"wordCount":207,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30-1024x361.png","keywords":["23.26.3.","AI Databse 26ai","Oracle","Standard Edition","standard edition 2"],"articleSection":["Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/","url":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/","name":"Oracle: Standard Edition 2 available with 23.26.3.? - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30-1024x361.png","datePublished":"2026-08-05T09:17:25+00:00","dateModified":"2026-08-05T10:16:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/0ac04011f60f2e93c115358d0789c2da"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/08\/image-30.png","width":1460,"height":514},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-standard-edition-2-available-with-23-26-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Oracle: Standard Edition 2 available with 23.26.3.?"}]},{"@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\/0ac04011f60f2e93c115358d0789c2da","name":"Clemens Bleile","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1f596609fc67cb28ed714e7bccc81ed4cd73b8582a8148a490c77daeb2fde21a?s=96&d=mm&r=g","caption":"Clemens Bleile"},"description":"Clemens Bleile has more than 30 years of IT experience, thirteen in Oracle Support and fifteen in Oracle Consulting. He is specialized in Oracle Database Performance Tuning (SQL Tuning, DB Tuning) and developing an Oracle DB IT architecture (highly available, low-maintenance, cost efficient storage of data). He is an expert in problem analysis and resolution. Prior to joining dbi services, Clemens Bleile was Manager of the EMEA Database Performance team at the Oracle Global Customer Support Services. Clemens Bleile is Oracle Certified Professional 11g, 12c and Oracle Certified Expert for Performance Management and Tuning and holds a Master Degree, Business Information Systems from the Fachhochschule Furtwangen, Germany.","sameAs":["https:\/\/www.dbi-services.com","https:\/\/x.com\/ifgtxD2SrQ8r!YuXj"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/clemens-bleile\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/46254","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\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=46254"}],"version-history":[{"count":4,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/46254\/revisions"}],"predecessor-version":[{"id":46261,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/46254\/revisions\/46261"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=46254"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=46254"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=46254"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=46254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}