Tired of hitting:
CREATE ...
ORA-01031: insufficient privileges
errors?
Give access in Oracle AI Database 26ai with one role:
GRANT db_developer_role TO ...
And you're able to create all the standard database objects
๐ Session Spotlight | Sangam AI Yatra 2026
๐ Register Now: https://t.co/chHJD3Jr7I
AI can generate a database schema in seconds. But can that schema survive real users, real growth, and real performance pressure?
๐ก Why This Session Matters
It has never been easier to ask AI to design a database schema. A few prompts, a quick review, and your Oracle Database is ready to go.
But the real test begins when the application grows. Will that AI-generated design remain flexible, maintainable, and performant when demand suddenly increases?
This session explores how to rapidly prototype and deploy database schemas, and more importantly, how to evolve them as your application scales.
๐ฏ What You'll Learn
โ Key physical design concepts for Oracle Database
โ How AI can help in database design, and where human judgement still matters
โ How to think about performance as your schema evolves over time
๐ค About the Speaker
Connor McDonald @connor_mc_d has spent his career helping developers and DBAs get better with SQL and databases. He has spoken at more than 150 conferences worldwide and continues to share practical knowledge through Ask TOM, StackOverflow, YouTube, blogs, and the global Oracle community.
๐๏ธ View Session Details: https://t.co/pM6kLF1Kjw
โณ AI can help you start faster. Good database design helps you scale better.
๐ Sangam AI Yatra 2026
๐ Register today: https://t.co/chHJD3Jr7I
#SangamAIYatra2026 #AI #GenerativeAI #OracleDatabase #DatabaseDesign #SQL #Performance #AIOUG
@Oracle@oracleugs@oracleace@OracleDevs@oracledevcomm@OracleDatabase@OracleCloud
Want faster failover to standby databases?
You got itโ Oracle Data Guard role transitions are up to 4X faster with @Oracle AI Database 26ai, lowering Recovery Time Objectives (RTO) to reduce potential downtime. Check out the blog https://t.co/6JC5xD41Lx
๐ Session Spotlight | Sangam AI Yatra 2026
๐ Register Now: https://t.co/chHJD3ITia
Still planning your move to Oracle AI Database 26ai? Learn from organizations that have already made the journey.
๐ก Why This Session Matters
Every database upgrade comes with questions. What should you do differently? What pitfalls should you avoid? What actually works in production?
This session cuts through the theory and focuses on real-world experiences from customers already running Oracle AI Database 26ai across their environments. Whether you're upgrading a single database or managing a fleet of thousands, you'll gain practical guidance you can apply immediately.
And perhaps most importantlyโthis is a technical session built on customer experience, not marketing slides.
๐ฏ What You'll Learn
โ Proven best practices for upgrading to Oracle AI Database 26ai
โ Lessons learned from real customer upgrade projects
โ Strategies for scaling upgrades from individual databases to large estates
๐ค About the Speaker
Mike Dietrich is Vice President of Product Management and Development for Oracle Database Upgrades, Cloud Migrations, and Patching. With more than 28 years at Oracle, he leads a global team of upgrade and migration specialists and has helped customers worldwide tackle complex upgrade, migration, and patching challenges.
๐๏ธ View Session Details: https://t.co/cWu1YgMkQJ
โณ The best upgrade advice comes from those who have already done it.
๐ Sangam AI Yatra 2026
Bengaluru: 18 Jul 2026
Hyderabad: 19 Jul 2026
๐ Register today: https://t.co/chHJD3ITia
#SangamAIYatra2026 #OracleDatabase #OracleAI #Oracle26ai #DatabaseUpgrade #CloudMigration #DatabaseAdministration #AIOUG
@Oracle@oracleugs@oracleace@OracleDevs@oracledevcomm@OracleDatabase@OracleCloud
You can create indexes for ad-hoc searches of #JSON and #XML data
Oracle AI Database 26ai simplified the syntax to
CREATE SEARCH INDEX ... ON ... ( { xmlcol | jsoncol } )
Giving indexed full-text searches of these values
Try it on FreeSQL https://t.co/iHhnWUkWKb
New in APEX 26.1 Part2: APEXlang makes it easier to export, edit, validate, generate, and import Oracle APEX applications using APEX Builder, SQL Developer for VS Code, and SQLcl.
Build with a more source-driven, developer-friendly workflow.
Check it out on https://t.co/lOrOhvOfXJ
#orclAPEX #LowCode
Want a unified security posture view across your databases?
@Oracle Security Central gives you a connected view of risk across your database fleet, whether on-premises, in the cloud, or in hybrid environments with a single, centralized control plane.
https://t.co/54kskUoDNq
๐ฃ The #CFP is now open for the East Coast Oracle Users Conference! Share your Oracle expertise with DBAs, developers, architects, analysts & tech leaders across the community.
Submit your abstract by June 22: https://t.co/46DlmHyjc9
@EastCoastOracle
Oracle APEX 26.1 is now generally available!
โจ Open Application Specification Language
๐ง AI Interactive Reports
๐ค AI Agents and AI Tools
https://t.co/vgWvsmndcX
#orclAPEX#LowCode
โณ 2 weeks left! @Hroug_Croatia's #CFP closes May 31. Have a talk idea on #OracleDatabase, #APEX, OCI, DevOps, AI, or Analytics? Submit your proposal and join the community on stage ๐ https://t.co/djcVVBq9HX
Save the date! #AIWorld is coming back to Las Vegas this October 25-28. Subscribe to updates and save $100 when registration opens in June: https://t.co/RfMkxRI6K7
Mit der Datenbank sprechen statt SQL schreiben?
Oracle-Expertin Karen Cannell zeigt, was Oracle Select AI wirklich kann โ und warum gute Metadaten, klare Guardrails und saubere Datenmodelle entscheidend bleiben.
๐ค https://t.co/izAsyHPRZj
#orclapex#apexconn26#AI#SelectAI
๐ฃOracle APEX + AI take the spotlight at NoCOUG Conference 2026!
On May 22, join the APEX team to explore practical use cases with APEX and Generative AI and more.
Register: https://t.co/DnuCARrnHt
#orclAPEX#LowCode
The #AI age changes everything, including the #database space.
We worked hard to redesign #Oracle AI Database from the ground up to make it the best choice for modern AI use cases while keeping your data, as always, #secure at the source.
You can count the unique values in a column in #SQL with
COUNT ( DISTINCT col )
Ensure DISTINCT goes inside the COUNT
If you do
DISTINCT COUNT ( col )
The database counts the rows, then returns the unique counts
@databasestar discusses https://t.co/wmPp3voHHz