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
releaseOPERATIONS

Oracle turns NL2SQL metadata freshness into an operating schedule

Model choice, delta enrichment and background jobs move Enterprise AI NL2SQL from a demo path toward a service teams can run deliberately.

Oracle NL2SQL turns freshness and long requests into scheduled operations.
Timeline: dates from the story
By The News Desk· Aug 28, 2026the quick take — two AI hosts go live when you do

Oracle has added three controls that matter more in production than another prompt example: model selection, recurring semantic-store enrichment and asynchronous SQL generation. The release turns metadata freshness and long-running requests into explicit operating choices rather than implementation details hidden behind a chat interface.

Put enrichment on a clock

Oracle’s release note says administrators can choose the Generative AI model used to enrich a semantic store. API callers can also select a model for an individual SQL-generation request; when they do not, the service uses openai.gpt-oss-120b by default. Eligible choices are the on-demand models available in the region and accessible to the tenancy.

That separation gives teams two tuning surfaces: one model can prepare semantic context while another handles a particular question. It also means model changes should be treated as configuration changes and evaluated against known questions, not silently rolled into the service.

The same release adds scheduled enrichment using ISO 8601 durations, with a minimum interval of six hours. An API-based delta refresh updates only database objects changed since the previous enrichment. For warehouses whose schemas, comments or relationships change during the day, this creates a concrete freshness policy: decide how stale semantic context may become, then monitor the enrichment job rather than hoping a user reports a bad join.

Background does not mean faster

SQL generation can now run as a background job through Oracle’s API, SDKs and CLI, but not through the Console. Clients receive a job to monitor and retrieve the SQL after success. Oracle positions this for requests that may exceed an ordinary client timeout; it does not promise lower latency.

That distinction is reinforced in Oracle’s implementation guide, which says background processing prevents a gateway timeout from being mistaken for failure and lets a client expose progress or cancellation. It does not make the database query execute faster.

Keep preparation separate from execution

The guide also describes two Database Tools connections: a higher-privileged connection for reading schema artifacts during enrichment and a lower-privileged connection for end-user queries. Database Tools MCP Server authorizes and executes generated SQL under the configured connection or propagated user identity; NL2SQL itself generates SQL but does not override database permissions.

That is the deployment pattern worth copying: schedule semantic preparation, test model changes, make long work observable, and keep the execution identity narrower than the enrichment identity. Oracle’s current published path generates Oracle SQL against Autonomous AI Database. The company says SQLite and MySQL support are planned, but timing is not committed.

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.