Let’s do the TL;DR take, first.
Open the Modeler, drag in a TABLE with a JSON column
In SQL Developer Web (also known as Database Actions), And ask for the JSON Data Guide from the Modeler page for any table or view containing JSON.
And if I click that, I see this –
It works for the JSON Relational Duality Views, too!
Drag a VIEW into the diagram, right-click, again, and ask for the JSON Data Guide.
Yes there is, and please don’t call me ‘Shirely.’
Here’s what the diagram for our RACE_DV JSON Relational Duality View looks like –
The longer story
We’ve had this feature in the JSON workshop screens for a couple of years now, man does time fly! What ORDS 23.2 (specifically 23.2.2) brings is the ability to see this same data representation in the Modeler panel for our tables and views storing JSON.
And it doesn’t require 23c or the new JSON Relational Duality Views, either.
Here’s a ‘SODA’ style JSON Collection and it’s underlying base table –
And our modeler can do more than just print diagrams, we can also generate the DDL behind your objects, including those 23c JSON Relational Duality Views 🙂
Learn more about 23c and the JSON Relational Duality Views
I’ve written a few posts, but I also highly recommend these resources:
- Hands On LiveLab: Duality Views and AutoREST APIs
- JSON and Relational Tables: How to Get the Best of Both – article from Gerald Venzl
2 Comments
Very impressive! Love being able to just drill into see the JSON structure.
Thanks Kent, means a lot coming from someone of your stature in the community!