HTML DB uniquely converts an Oracle database into an online development service, which enables anyone with a Web browser to create reporting and data-entry applications quickly without the need for professional programming skills.
What Is Oracle HTML DB?
Its Browser driven.
Provides rapid application development.
Its Wizard driven.
You can quickly build web applications on the Oracle database for:
o Reporting
o Data entry
Supported by Oracle 9.0.2.3 or later.
Only needs Oracle HTTP Server.
Browser HTTP Server Oracle DB & HTML DB
HTML DB allows
You can create forms for:
adding a record
adding multiple records at a time
updating a record
deleting a record(s)
viewing a record as read only
It allows you to setup triggers that execute when a particular action is committed by the user. For example, if a user clicks the delete button, some code will execute that will remove a product from the Oracle database, or write that record to another table, so that you have an audit trail.
Data is stored centrally and can be accessed by users from various...