<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abbas Sibai</title>
    <description>The latest articles on DEV Community by Abbas Sibai (@abbassibai).</description>
    <link>https://dev.to/abbassibai</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4100844%2F0196fc46-d231-4700-b6b2-e73419fa5960.png</url>
      <title>DEV Community: Abbas Sibai</title>
      <link>https://dev.to/abbassibai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abbassibai"/>
    <language>en</language>
    <item>
      <title>Oracle AI Vector Search Certified Professional: My Journey into the Future of AI-Powered Databases</title>
      <dc:creator>Abbas Sibai</dc:creator>
      <pubDate>Sun, 30 Aug 2026 03:29:09 +0000</pubDate>
      <link>https://dev.to/abbassibai/oracle-ai-vector-search-certified-professional-my-journey-into-the-future-of-ai-powered-databases-85h</link>
      <guid>https://dev.to/abbassibai/oracle-ai-vector-search-certified-professional-my-journey-into-the-future-of-ai-powered-databases-85h</guid>
      <description>&lt;p&gt;When most people think of artificial intelligence, they picture chatbots, large language models, or tools that generate text and images. Databases rarely make that list.&lt;/p&gt;

&lt;p&gt;Yet, after completing the Oracle AI Vector Search Certified Professional learning path, I came away with a completely different perspective:&lt;/p&gt;

&lt;p&gt;The future of AI isn't just about generating answers. It's about finding the right information first.&lt;/p&gt;

&lt;p&gt;And that is exactly where Oracle AI Vector Search shines.&lt;/p&gt;

&lt;p&gt;As someone who has spent much of my career working with Oracle technologies, data, reporting, integrations, and HCM systems, I found this certification particularly exciting because it demonstrates how databases are evolving beyond simply storing data. They are becoming active participants in modern AI architectures.&lt;/p&gt;

&lt;p&gt;What impressed me most was seeing how Oracle Database 23ai brings vector search, semantic understanding, Retrieval-Augmented Generation (RAG), and natural language querying directly into the database.&lt;/p&gt;

&lt;p&gt;Let's explore what that actually means.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Why Traditional Search Isn't Enough&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Imagine searching a knowledge base for:&lt;/p&gt;

&lt;p&gt;"How do I onboard a new employee?"&lt;/p&gt;

&lt;p&gt;Traditional search engines typically look for exact keywords.&lt;/p&gt;

&lt;p&gt;If the document contains:&lt;/p&gt;

&lt;p&gt;"New hire setup procedure"&lt;/p&gt;

&lt;p&gt;it may not appear in the results because the wording doesn't match exactly.&lt;/p&gt;

&lt;p&gt;Humans understand that both phrases mean almost the same thing.&lt;/p&gt;

&lt;p&gt;Traditional databases do not.&lt;/p&gt;

&lt;p&gt;Or at least they didn't.&lt;/p&gt;

&lt;p&gt;Modern AI applications solve this problem by transforming information into vector embeddings, allowing systems to search by meaning rather than keywords.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;p&gt;"&lt;strong&gt;Does this text contain these words?&lt;/strong&gt;"&lt;/p&gt;

&lt;p&gt;we can ask:&lt;/p&gt;

&lt;p&gt;"&lt;strong&gt;Which documents are most similar to what the user is looking for?&lt;/strong&gt;"&lt;/p&gt;

&lt;p&gt;That fundamental shift is what makes AI assistants feel intelligent.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Enter Oracle AI Vector Search&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Oracle AI Vector Search introduces a native VECTOR data type within Oracle Database.&lt;/p&gt;

&lt;p&gt;Rather than storing only rows and columns, organizations can now store vector embeddings alongside their business data.&lt;/p&gt;

&lt;p&gt;Think of vector embeddings as coordinates in a multi-dimensional space.&lt;/p&gt;

&lt;p&gt;Items with similar meanings are stored closer together.&lt;/p&gt;

&lt;p&gt;A vector search can discover these relationships without requiring exact keyword matches.&lt;/p&gt;

&lt;p&gt;This capability unlocks a completely new way of retrieving information.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;The Secret Ingredient: Embeddings&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;One concept repeated throughout the certification was the importance of embeddings.&lt;/p&gt;

&lt;p&gt;An embedding is simply a numeric representation of information.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Employee Onboarding Guide&lt;/p&gt;

&lt;p&gt;might be transformed into something like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[0.72, -0.31, 0.58, ...]&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;While these numbers mean little to humans, they capture the semantic meaning of the content.&lt;/p&gt;

&lt;p&gt;The amazing part is that content discussing similar concepts will produce vectors located near one another.&lt;/p&gt;

&lt;p&gt;This creates the foundation for intelligent search.&lt;/p&gt;

&lt;p&gt;During the learning path, I explored how embeddings can be generated both inside and outside Oracle Database and then stored directly within Oracle's VECTOR data type.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzs2vz4jllkyruzz9koe4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzs2vz4jllkyruzz9koe4.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Searching by Meaning, Not Words&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;One of my favorite topics was vector similarity search.&lt;/p&gt;

&lt;p&gt;Instead of searching for matching text, Oracle can calculate how similar two vectors are.&lt;/p&gt;

&lt;p&gt;The certification explores several methods including:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Cosine Similarity&lt;/li&gt;
&lt;li&gt;Euclidean Distance&lt;/li&gt;
&lt;li&gt;Manhattan Distance&lt;/li&gt;
&lt;li&gt;Dot Product&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A simple way to think about this is:&lt;/p&gt;

&lt;p&gt;Imagine every document in your organization exists as a point on a giant map.&lt;/p&gt;

&lt;p&gt;When a user asks a question, Oracle identifies the documents located closest to that question's vector representation.&lt;/p&gt;

&lt;p&gt;Closer equals more relevant.&lt;/p&gt;

&lt;p&gt;Further away equals less relevant.&lt;/p&gt;

&lt;p&gt;This is the intelligence that powers modern recommendation systems, AI assistants, and semantic search engines.&lt;/p&gt;




&lt;h2&gt;
  
  
  HNSW and IVF:
&lt;/h2&gt;

&lt;p&gt;The Engines Behind Fast Vector Search**&lt;/p&gt;

&lt;p&gt;Finding similar vectors among millions of records sounds expensive.&lt;/p&gt;

&lt;p&gt;That's where vector indexes come into play.&lt;/p&gt;

&lt;p&gt;The certification introduces two important indexing strategies:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HNSW (Hierarchical Navigable Small World)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Think of HNSW as a network of interconnected roads.&lt;/p&gt;

&lt;p&gt;Instead of checking every possible destination, Oracle can navigate quickly through connected paths to locate nearby vectors.&lt;/p&gt;

&lt;p&gt;Benefits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Extremely fast retrieval&lt;/li&gt;
&lt;li&gt;High accuracy&lt;/li&gt;
&lt;li&gt;Ideal for interactive AI applications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;IVF (Inverted File Index)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;IVF works differently.&lt;/p&gt;

&lt;p&gt;It groups similar vectors into clusters.&lt;/p&gt;

&lt;p&gt;When a search occurs, Oracle only checks the most relevant clusters rather than the entire dataset.&lt;/p&gt;

&lt;p&gt;Benefits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Efficient for very large datasets&lt;/li&gt;
&lt;li&gt;Lower memory requirements&lt;/li&gt;
&lt;li&gt;Highly scalable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Learning the strengths of each index type helped me better understand how organizations balance speed, accuracy, and infrastructure costs in production AI environments.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzpy3rrh1mztkzf7lvs6z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzpy3rrh1mztkzf7lvs6z.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Part Everyone Is Talking About:
&lt;/h2&gt;

&lt;p&gt;Retrieval-Augmented Generation (RAG)**&lt;/p&gt;

&lt;p&gt;If I had to choose one topic that generated the most excitement, it would be RAG.&lt;/p&gt;

&lt;p&gt;Large Language Models are powerful but they have limitations.&lt;/p&gt;

&lt;p&gt;They can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hallucinate&lt;/li&gt;
&lt;li&gt;Use outdated information&lt;/li&gt;
&lt;li&gt;Lack access to internal company knowledge&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;RAG addresses these issues by retrieving relevant information before generating an answer.&lt;/p&gt;

&lt;p&gt;A typical flow looks like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxcqixkbonwneqr3krpws.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxcqixkbonwneqr3krpws.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Rather than guessing, the model responds using actual enterprise knowledge.&lt;/p&gt;

&lt;p&gt;This results in answers that are:&lt;/p&gt;

&lt;p&gt;More accurate&lt;br&gt;
More trustworthy&lt;br&gt;
More explainable&lt;/p&gt;

&lt;p&gt;The certification demonstrates how Oracle supports building RAG solutions using both PL/SQL and Python, making it accessible to database professionals and developers alike.&lt;/p&gt;




&lt;h2&gt;
  
  
  Select AI:Speaking SQL Without Writing SQL**
&lt;/h2&gt;

&lt;p&gt;Another incredibly interesting capability covered in the learning path is Oracle Select AI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fomf46wnvnhdcrqkhmlr5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fomf46wnvnhdcrqkhmlr5.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Show me employees hired last month.&lt;/p&gt;

&lt;p&gt;Oracle can translate the request into SQL and execute it automatically.&lt;/p&gt;

&lt;p&gt;This capability has the potential to make enterprise data more accessible to non-technical users while still leveraging the power of Oracle Database.&lt;/p&gt;

&lt;p&gt;It may be one of the most practical applications of AI that organizations can adopt today.&lt;/p&gt;




&lt;h2&gt;
  
  
  Beyond Search:Enterprise-Scale AI**
&lt;/h2&gt;

&lt;p&gt;The certification also explores how Oracle extends AI through technologies such as:&lt;/p&gt;

&lt;p&gt;Exadata AI Storage&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Oracle GoldenGate Distributed AI Processing&lt;/li&gt;
&lt;li&gt;SQL Loader&lt;/li&gt;
&lt;li&gt;Oracle Data Pump&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What stood out to me here was Oracle's broader strategy.&lt;/p&gt;

&lt;p&gt;Many vendors position AI as a separate platform.&lt;/p&gt;

&lt;p&gt;Oracle is embedding AI directly into the database ecosystem that organizations already use to run critical business operations.&lt;/p&gt;

&lt;p&gt;This significantly reduces complexity while enabling AI workloads to operate closer to enterprise data.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;My Biggest Takeaway&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Before taking this certification, I viewed Vector Search primarily as another AI feature.&lt;/p&gt;

&lt;p&gt;After completing it, I now see it as one of the foundational building blocks of modern enterprise AI.&lt;/p&gt;

&lt;p&gt;Organizations have spent decades collecting valuable information.&lt;/p&gt;

&lt;p&gt;The challenge is no longer storing that information.&lt;/p&gt;

&lt;p&gt;The challenge is finding the right information at the right time and using it effectively.&lt;/p&gt;

&lt;p&gt;Vector embeddings, semantic search, RAG, and Select AI are all pieces of that puzzle.&lt;/p&gt;

&lt;p&gt;And Oracle is positioning the database itself as the platform that brings those pieces together.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Final Thoughts&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The Oracle AI Vector Search Certified Professional learning path is far more than a certification about vector databases.&lt;/p&gt;

&lt;p&gt;It is an introduction to how modern AI systems retrieve knowledge, understand context, and generate relevant answers.&lt;/p&gt;

&lt;p&gt;For database professionals, architects, developers, and anyone interested in Generative AI, it offers a practical look at the technologies powering the next generation of intelligent applications.&lt;/p&gt;

&lt;p&gt;The future of AI is not simply generating content.&lt;/p&gt;

&lt;p&gt;The future of AI is understanding meaning.&lt;/p&gt;

&lt;p&gt;And Oracle AI Vector Search is helping make that future a reality.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>oracle</category>
      <category>oracleace</category>
      <category>database</category>
    </item>
  </channel>
</rss>
