yahoo news | AI database deep dive: Oracle’s platform redesign - SiliconANGLE

**What to expect during the Oracle Data Deep Dive NYC event: Join theCUBE April 14**
*by Mark Albertson*

Oracle is taking a major step into AI‑driven database architecture. At Oracle World in Las Vegas, founder and CEO Larry Ellison declared that “AI changes everything,” and the company unveiled a redesigned Oracle Database together with an AI Data Platform. The new offerings integrate AI models directly into the core data engine, offering vector search, model‑to‑model communication via Model Context Protocol servers, and the ability to run AI agents inside the database. Executives such as Juan Loaiza emphasize that these changes are not cosmetic but a foundational redesign meant to let enterprises perform semantic searches and AI queries without external tools.

Security and data privacy are baked into the platform as well. Oracle is moving privacy enforcement into the database layer, ensuring that AI only sees data the end user is permitted to access and that data integrity, locking, and validation are handled natively. To guard against future threats, the company has added quantum‑safe encryption for data at rest and in transit, addressing concerns about quantum computers potentially breaking conventional cryptography. These safeguards aim to meet strict compliance requirements for sensitive financial and medical data.

Read more: https://siliconangle.com/2026/04/01/oracle-data-deep-dive-event-ai-database-thecube-oracledatadeepdivenyc/

#oracledatabase #aidataplatform #modelcontextprotocol #thecube #nyc

AI database deep dive: Oracle’s platform redesign - SiliconANGLE

AI database innovation at Oracle drives a redesigned data platform with vector search, AI agents, stronger privacy controls and quantum-safe security.

SiliconANGLE
Oracle Database In-Memory をためしてみてみた - Qiita

今回は、Oracle Database In-Memory を実際に有効化し、どのくらいデータが圧縮されるのか、クエリ性能がどのくらい向上するのかを、実測値ベースで確認してみます。 特に、Disk 読み取り時と In-Memory 読み取り時で、実行時間と物理 I/O がど...

Qiita

For who is running oracle-19.30 on rhel8, did you test the shutdown?
In our case the shutdown failed🤔

OCI-21500: internal error code, arguments: [kpugattr_1]

Manually killing processes and removing shared memory completed the shutdown.
#oracledatabase #Oracle

In the last part of my CI/CD blogpost series we will go into how to release your software with zero downtime using Oracle Edition based redefinition.

https://blog.gjdwebserver.nl/ords/f?p=107:HOME:::::ARTICLE:release-oracle-database-code-with-zero-downtime

#oracleace#cicd #Oracledatabase #EditionBasedRedefinition

Gerben Jan Dijkman's Blog - Release Oracle Database code with zero downtime using CI/CD and Edition based redefinition

Select AI を利用するまでの各ステップの意味を理解する - Qiita

Oracle Autonomous AI Database の目玉機能の一つである「Select AI」。 自然言語でデータベースに問い合わせると、LLM(大規模言語モデル)がその意図を解釈し、適切なSQLクエリを生成・実行してくれる非常に強力な機能です。 すでにチュートリ...

Qiita

So you want to use CI/CD and want to test your code on a Oracle Database? I have the solution for you!

I wrote a blog about how to start with testing your database code before it gets released:
https://blog.gjdwebserver.nl/ords/f?p=107:HOME:::::ARTICLE:build-testing-oracle-apex-using-cicd-pipelines

#oracleace #cicd #Oracledatabase #oracleapex

Gerben Jan Dijkman's Blog - (Build) Testing Oracle APEX using CI/CD Pipelines

Curso Gratuito de SQL da Oracle: Aprenda Banco de Dados do Zero e Ganhe Certificado - Guia de TI

Faça o curso gratuito de SQL da Oracle e aprenda banco de dados do zero com certificado oficial.

Guia de TI

So you want to use CI/CD and want to test your code on a Oracle Database? I have the solution for you! In my newest blog I will go into how you can create and Oracle Database inside an Docker Container to use with CI/CD and test automation.

https://blog.gjdwebserver.nl/ords/f?p=107:HOME:::::ARTICLE:oracle-database-inside-an-container

#oracleace #cicd #oracledatabase

Gerben Jan Dijkman's Blog - Oracle Database inside an Container

New blog post!
Again about #OracleDatabase. Continuation to an earlier post.
Check out if you want/need to avoid table() function:

https://blog.lahteenmaki.net/oracle-table-function-disabling-optimizations-part-2.html

Oracle table() function disabling optimizations, part 2 - Architecturally Elegant - lahteenmaki.net

Large union-all kills parsing performance, use an unpivot instead.

バルクインサートの基本 - Qiita

バルクインサートの基本 こんにちは。 新卒で入社して2年目のエンジニアです。 今回は、実際の開発現場で遭遇したDBトラブルと、そこから学んだことを備忘録としてまとめます。 開発環境は以下の通りです。 DB:Oracle Database 言語:C# ライブラリ:O...

Qiita