Skip to content Skip to sidebar Skip to footer

Creating A Simple User Interface To Access An Oracle Database

Here is what I have: 1) a simple sql file given to me that creates tables and fills them with data 2) a simple sql file that contains PL/SQL procedures I've written for displaying/

Solution 1:

Oracle Apex is perfect for your situation. You can easily create web based forms and reports to perform all CRUD operations. Plus, it's free to use with any licensed Oracle database: Oracle Application Express


Post a Comment for "Creating A Simple User Interface To Access An Oracle Database"