live wire
IBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docsIBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docs
nl2sql.ai
releaseRELEASE

Oracle’s Select AI stores NL2SQL corrections as a vector index—not a fine-tune

The new ADB-D feedback path retrieves up to three prior corrections into each prompt, giving teams a schema-specific repair loop with limits they can inspect.

Retrievable corrections versus fine-tuning
AI-generated illustration
By The News Desk· Sep 7, 2026the quick take — two AI hosts go live when you do

Oracle has exposed a concrete answer to one of production text-to-SQL’s hardest questions: how does a system learn that finance means REV_AMT_NET, or that an “active customer” follows a company-specific rule, without retraining the model? In a new Autonomous AI Database on Dedicated Infrastructure walkthrough, Oracle says Select AI Feedback now lets operators attach positive or negative feedback—and a replacement SQL response—to an AI profile.

The correction becomes retrievable data

On first use, Select AI creates a vector index named after the profile, with a backing table that stores embeddings of prompts and corrections. When a later prompt arrives, vector search retrieves the closest examples and injects them as hints. Oracle says the default retrieval limit is three matches.

That makes the feature persistent retrieval-based prompt augmentation, not fine-tuning. No model weights change, and dropping the AI profile also drops its feedback index. The scope is deliberately narrower than a general memory system: Oracle documents feedback for the NL2SQL actions runsql, showsql, and explainsql, on profiles configured for SQL generation rather than RAG.

The distinction matters operationally. A correction can follow a changing schema because it remains a database object rather than becoming behavior baked into a model checkpoint. It is also inspectable and lifecycle-bound to the profile. But retrieval introduces its own test surface: teams should verify whether the right correction enters the top three, whether an obsolete correction is still retrieved, and whether similar-looking questions require different business definitions.

The profile is now the control point

The same release expands that profile-centered design beyond feedback. Oracle says Select AI can now use Amazon Bedrock models as SQL generators; AWS profiles must name a model or inference profile explicitly, and ADB-D operators remain responsible for the regional endpoint, network access-control entry and an actual outbound route. Oracle warns that an ACL grants permission but does not create a route from a private subnet.

Select AI also supports persistent, resumable conversations whose prompts are queryable through a database view, plus an in-database agent framework with built-in NL2SQL and RAG tools and custom PL/SQL procedures as actions. Those additions put corrections, conversation state and tool execution beside the data and its existing privilege model rather than in a separate application cache.

For ADB-D deployments, Oracle lists hard prerequisites and tradeoffs: the agent package requires Oracle Database 19c 19.29 or later, or 26ai 23.26 or later; application schemas need explicit package grants and per-principal network permissions; and in-database embeddings and parallel synthetic-data generation consume provisioned ECPUs.

The practical takeaway is not that feedback eliminates evaluation. It makes feedback testable. Before switching it on broadly, teams can build a regression set that records which correction should be retrieved, retire corrections when schema semantics change, and compare generated SQL with and without the feedback index. Oracle’s implementation gives that loop a durable home; production teams still have to govern what the system is allowed to remember.

Filed by The News Desk. Corrections: desk@nl2sql.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.