Project Implementation For COSC 5050 Distributed Database Applications Lab1
Oracle Application Express (APEX) is a web-based application development tool that allows users to build applications for the Oracle database without needing to write code. It provides an integrated development environment and runtime environment. Key features include browser-based application building, integrated SQL tools, declarative development, and security. The APEX workspace provides a private development space within a shared Oracle APEX installation. Users can access tools like the SQL workshop, object browser, and utilities to work with database objects and scripts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
149 views18 pages
Project Implementation For COSC 5050 Distributed Database Applications Lab1
Oracle Application Express (APEX) is a web-based application development tool that allows users to build applications for the Oracle database without needing to write code. It provides an integrated development environment and runtime environment. Key features include browser-based application building, integrated SQL tools, declarative development, and security. The APEX workspace provides a private development space within a shared Oracle APEX installation. Users can access tools like the SQL workshop, object browser, and utilities to work with database objects and scripts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18
Project Implementation for
COSC 5050 Distributed Database Applications
Lab1 Introduction to Oracle APEX What is Oracle APEX? Browser based application development environment No client software to develop, deploy, or run applications Full service: application building, SQL workshop, utilities Application Express – Declarative No code is generated You write some SQL and optionally PL/SQL snippets Declarative development yields fewer differences between developers Less risk for developer introduced security issues Meta data driven What is APEX? APEX is an IDE and a runtime environment Write web applications Run applications Integrate with Database Oracle Application Express is a rapid Web application development tool for the Oracle database. Develop professional applications that are both fast and secure User interface themes, navigational controls, form handlers, and flexible reports APEX Workspace A workspace is a virtual private database that enables multiple users to work within the same Oracle Application Express installation while keeping their objects, data, and applications private Access Oracle APEX Workspace The APEX address for CRONUS server is: http://icarusweb.webster.edu/pls/apex Enter APEX workspace with following parameters: Workspace = {workspace name created by administrator} Username = {username for the workspace} Password = {password for the workspace} Access Oracle APEX Workspace Your Webster email address can be used To find out workspace name and username To reset login password Oracle APEX Documentation Oracle Application Express documentation and tutorials can be found and PDF files can be downloaded from here: http://mercury.webster.edu/wang/APEX/index.html APEX User Roles Workspace administrator Perform administrator tasks specific to a workspace Managing user accounts, monitoring workspace activities Developer Create and edit applications End user Have no development privileges End users are defined so that they can access applications Oracle Application Express administrator Super user that manages an entire hosted instance using the Application Express Administration Services APEX Workspace Using SQL Workshop Object browser SQL command processor SQL scripts Utilities Using SQL Workshop Object Browser View, create, modify, browse, and drop database objects SQL Commands Run SQL commands and anonymous PL/SQL, and scripts SQL Scripts Create, edit, view, run, and delete script files Upload and download scripts from your local file system Utilities Build queries, generate DDL and object reports, and others Object Browser SQL Commands SQL Scripts Utilities Readings 10 Questions on Oracle Application Express Oracle Database 2 Day + Application Express Developer’s Guide Oracle Application Express SQL Workshop and Utilities Guide