Radzen apps can connect to Oracle databases starting from 12c version. All you need to do is specify the connection
string. Radzen will discover the schema and create an OData service which will expose the tables as OData entities.
This tutorial will show you how to connect to a Oracle database, read, add, update and delete data.
Quick video - CRUD pages from Oracle data sourcelink
In this step we create a data source that connects to a Oracle database.
Open the application that you created in the previous step for editing.
Click data to go to the My DataSources screen.
Click new to add a new data source.
Select Oracle as data source type.
Pick a Name for your data source.
Enter the Oracle connection info - server, database name, user and password. Optionally you can specify port in the server field separated with , or :.
Click Next.
Radzen will connect to the database and infer all tables and views. By default all tables are checked and you can choose/uncheck tables and/or table properties and views needed for your application.
Check the Generate pages for CRUD operations check-box.Radzen can create pages only for tables with primary keys. For views only read page will be created.
Radzen will open Edit and Add pages by default in dialogs. Uncheck the check-box if you want to have navigation instead.
Click Finish.
You can now run the application to verify that you have full CRUD support.
Optionally you can data-bind a data grid component manuallylink
Drag-and-drop a data grid component from the toolbox.
Use Data property wizard to select data source for the DataGrid.