- Oracle APEX Best Practices
- Learco Brizzi Iloon Ellen Wollf Alex Nuijten
- 274字
- 2021-08-05 18:45:22
Creating a workspace
We have installed APEX and the database objects, now we have to create a workspace that will hold our applications. A workspace is linked to one or more schemas in the database. Workspaces can contain zero or more applications. An application in a workspace can access all the objects of the workspace schemas. The following diagram explains the relation between workspaces and applications:

Relationship between workspaces and applications
If security issues are expected, it is possible to create a dedicated empty schema for the workspace and grant access to only the database objects that are needed for that schema. Applications in that workspace can only access the objects that have been granted to the schema.
When we want to create a workspace we have to log in to the APEX Administration Services. In APEX there are two special workspaces. Internal as mentioned before is, as the name implies, the internal workspace used by APEX itself. There is also another workspace called com.oracle.apex.repository
, which is used for themes.
Once logged in to the Internal workspace, we see the screen shown in the following screenshot:

Creating a workspace
We have two possible ways to create a workspace: directly by using the button or indirectly through the Manage Workspaces option, where we have to click on Create Workspace. After filling in the details in the wizard, the workspace will be created.
Creating administrators, developers, and users
When creating a workspace, we also need to create an administrator for the workspace. If the workspace is in place, we could log in to the workspace as the administrator and add other administrators, developers, and end users.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Visual C++程序設計學習筆記
- Magento 2 Development Cookbook
- Learning Informatica PowerCenter 10.x(Second Edition)
- Essential Angular
- Go并發(fā)編程實戰(zhàn)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- R用戶Python學習指南:數(shù)據(jù)科學方法
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Hands-On Nuxt.js Web Development
- Image Processing with ImageJ
- C編程技巧:117個問題解決方案示例
- LabVIEW數(shù)據(jù)采集
- HTML5移動前端開發(fā)基礎與實戰(zhàn)(微課版)
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實踐