Описание тега oracle-apex

Oracle Application Express (Oracle APEX) is a rapid Web application development tool that lets you share data and create applications. Using only a Web browser and limited programming experience, you can develop and deploy applications that are fast and secure.

Note: This is unrelated to the SalesForce Apex platform. Use the apex-code and/or salesforce tags for that.

Oracle Application Express (Oracle APEX, previously named Oracle HTML DB) is a software development environment based on the Oracle database. It allows a fast development cycle to be achieved to create web-based applications. It can be used for departmental-style applications with a dozen users, but can also scale up to handle thousands of users. The framework itself adds as little as 0.04 second of overhead to each page request; how well an application scales is primarily based on the efficiency of the SQL queries used by the application developer.

Oracle Application Express can be installed in an Oracle 9.2 or higher database, and from Oracle 11g to 12.1 it was preinstalled with the database. It is an optional no-cost feature with any Oracle database licence (including the free XE versions of the database).

Useful links