| Oracle AI Database App Developer |
|
|
| March 2026 |
| This newsletter is brought to you by Oracle AI Database Product Development. |
|
|
|
Mission-Critical Agentic AI for Business Data |
| Oracle AI Database brings agentic AI to business data—enabling secure, scalable apps with real-time insights |
|
|
|
|
| Developer News and Blogs |
|
| AI Vector Database |
| Announcing Limited Availability |
|
|
|
| Conditional filters |
| Count, Sum, and other Aggregates |
|
|
|
|
|
|
| New Database Operator |
| For Kubernetes v2.1.0 |
|
|
|
| Similarity Search |
| On Apache Iceberg |
|
|
|
|
|
| Hands-On with Oracle LiveLabs |
|
| SQL Meets JSON |
| Modern Apps with a Unified Model |
|
|
|
| Build Your First AI Agent |
| Oracle's Select AI Agent framework |
|
|
|
|
|
Stories from the Community |
| SQL Enhancement |
| Interactive FreeSQL Examples |
|
|
|
| Vector Search |
| Distance Functions and Operators |
|
|
|
| Vector Indexes |
| Accelerate Similarity Searches |
|
|
|
|
|
Watch this session to learn what 4NF is, the problems 4NF violations bring, and practical tips for implementing 4NF. |
|
|
|
|
HA Apps using python-oracledb |
|
| Design resilient Python apps with pooling, retries, and failover for outages. |
|
|
|
|
| Course Launch: Build Memory-Aware AI Agents |
| In collaboration with DeepLearning.AI |
| Learn how to design memory-aware agents with semantic search, tool scaling, and autonomous memory updates. |
|
|
|
|
| Developer Quiz |
You execute these commands:
create sequence qz_brick_seq;
create table qz_bricks ( brick_id ##REPLACE## primary key, shape varchar2(10), colour varchar2(10) );
insert into qz_bricks values ( default, 'red', 'cylinder' ); insert into qz_bricks values ( default, 'cube', 'blue' );
Which of the following options can go in the ##REPLACE## section, so both inserts run without error?
Option 1: raw(16) default sys_guid()
Option 2: integer default qz_brick_seq.nextval
Option 3: integer default qz_brick_seq.currval
Option 4: integer generated as identity
Option 5: integer autoincrement |
|
| Oracle Dev Gym |
| Free SQL Quizzes and Trophies! |
| Hungry for free quizzes to practice your SQL skills? Get your fill on Oracle Dev Gym, with expanded range of quizzes, free database questions, tests, and classes, so you are bound to find something hone your abilities! |
|
|
|
| From the Desk of the Editor |
Dear Readers, we would love to hear your thoughts on this edition. Are there topics you would like to see covered in the future? Please send your comments, questions, or suggestions to me at pratibha.manjunath@oracle.com or my colleague Suresh Rajan at suresh.r.rajan@oracle.com. |
|
| Oracle APEX Newsletter |
Customer Stories, APEX certifications, Events and more.
|
|
| Oracle Data Deep Dive Events |
| New York | Mexico City |
|
|
|
|
| Oracle AI World Tour 2026 |
| Join the Oracle AI World Tour 2026 to explore groundbreaking AI innovations and gain business insights. |
|
|
|
|
| Upcoming Events, Conferences, Webinars |
|
- OUGN 2026 | April 15 - 17, 2026 - Oslo, Norway
|
|
| ACE Live 2026 |
| Free External Webinar Series |
| ACE Live 2026: Expert-led webinars on CX, HCM, SCM, AI, & more. Free insights from Oracle's top minds! |
|
|
|
|
| Learn more… for free! |
Build Expertise with hundreds of Oracle workshops on a variety of Oracle products, 24x7 for free, on Oracle LiveLabs.
Learn, Write, and Share SQL at Oracle’s interactive FreeSQL site, built with Oracle SQL Developer running on Oracle Database.
Build Muscles at Oracle Dev Gym by taking workouts, quizzes and even entire classes on SQL, PL/SQL, database design, logic and more.
Speed SQL, a new quiz on Oracle Dev Gym.
SQuizL, have fun and solve SQL quizzes. |
|
| Subscribe/Unsubscribe to the App Dev Newsletter |
Click below to subscribe or unsubscribe to the App Dev Newsletter:
Subscribe Unsubscribe |
|
| Quiz answers: Correct Answer - Options 1, 2, & 4. |
|
|
|