Book Image

Oracle APEX Cookbook : Second Edition

Book Image

Oracle APEX Cookbook : Second Edition

Overview of this book

Table of Contents (21 chapters)
Oracle APEX Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a user


If you want to work in APEX with more developers, you can create a user for each developer. There are three types of users in APEX: administrators, developers, and runtime users. Runtime users only have access to team development (to provide feedback on applications) and to use an application. Developers can have access to the application builder, SQL workshop, and team development. Administrators have access to all the components. This recipe shows how to create a developer user.

Getting ready

Make sure you have an administrator user to be able to create a user.

How to do it...

There are two ways to create a user:

  1. Log in as administrator to the internal workspace and go to Manage Workspaces | Manage Developers and Users.

  2. Log in as the workspace administrator and go to Administration | Users.

We choose the second option. The difference with the first option is that here you don't have to select the workspace.

  1. Click on the Create User button.

  2. Enter the username, e-mail address, and...