Creating a New Workspace in APEX

Oracle Autonomous Database Cloud | APEX Workspace Creation

Question

You are the admin of an Autonomous Database (ADB) instance, and a new developer has requested a new workspace in APEX.

What statement describes the step to provide the developer a new workspace in APEX? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

The correct answer is B. Access the APEX Administration Services and create the workspace for the developer.

APEX (Oracle Application Express) is a low-code application development framework that is fully supported on Autonomous Database (ADB). A workspace in APEX is a logical unit that enables developers to work together on a particular application. It provides a secure environment for developers to create and manage their applications.

To provide the developer with a new workspace in APEX, the administrator should follow these steps:

  1. Log in to the Autonomous Database Service Console with your admin credentials.
  2. Click on the APEX Application Development tile.
  3. Click on the Administration button to access the APEX Administration Services.
  4. In the Workspace section, click on the Create Workspace button.
  5. Enter the workspace name, developer name, and email address.
  6. Choose the authentication scheme, which can be either internal or external. If you choose internal, then you will need to create a database user with the APEX role. If you choose external, then you will need to create an IDCS user with the APEX role.
  7. Select the desired schema to associate with the workspace.
  8. Optionally, you can configure other settings such as enabling Team Development, specifying a Development or Production mode, and selecting a theme.
  9. Click the Create Workspace button.

After completing these steps, the new workspace will be created, and the developer will receive an email with instructions on how to log in and access their new workspace. The developer will be able to create and manage applications within this workspace using APEX.