Home > Introducing Oracle Applicat... > About the Oracle Applicatio...
About the Oracle Application Express Environment |
![]() Previous |
![]() Next |
Oracle Application Express turns a single Oracle database into a shared workgroup database service. Multiple users can access it using a Web browser without installing additional software.
The area where you develop applications is called a workspace. A workspace is a virtual private database allowing multiple users to work within the same Oracle Application Express installation while keeping their objects, data, and applications private.
In a normal development environment, you might create a single workspace for all your developers to share. However, you can also create dedicated workspaces for specific developers or projects. Creating a dedicated workspace limits access to the workspace objects to only those users associated with the workspace.
The following graphic shows the relationship among users or developers, workspaces, and database schemas.
When you create a workspace, you associate it with a new or existing schema. A schema is a logical container for database objects such as tables, views, and stored procedures. A single schema can be associated with one or more workspaces.