Book Image

Oracle APEX 4.0 Cookbook

By : Michel Van Zoest, Marcel Van Der Plas
Book Image

Oracle APEX 4.0 Cookbook

By: Michel Van Zoest, Marcel Van Der Plas

Overview of this book

<p>Oracle Application Express 4.0 is a rapid web application development tool that works with the Oracle database. Using features like Plug-ins and Dynamic Actions, APEX helps you build applications with the latest techniques in AJAX and JavaScript.</p> <p>The Oracle Application Express 4.0 Cookbook shows you recipes to develop and deploy reliable, modern web applications using only a web browser and limited programming experience. <br /><br />With recipes covering many different topics, it will show you how to use the many features of APEX 4.0.<br /><br />You will learn how to create simple form and report pages and how to enhance the look of your applications by using stylesheets. You will see how you can integrate things such as Tag Clouds, Google Maps, web services, and much more in your applications. Using Plug-ins, Dynamic Actions, BI Publisher, translations and Websheets, you will be able to enhance your applications to a new level in APEX.</p> <p>This book will show you how to be Agile in the development of your web applications by using Team Development, debugging, and third-party tools.</p> <p>After reading this book, you will be able to create feature-rich web applications in Application Express 4.0 with ease and confidence.</p>
Table of Contents (19 chapters)
Oracle APEX 4.0 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Adding a schema to your workspace


By default a workspace has got one schema where it uses the objects from. You can add more schemas to a workspace. This recipe tells you how to do that.

There are two ways to add a schema to a workspace:

  1. Log in to the internal workspace as administrator and go to Manage workspaces | Manage workspace to schema assignments.

  2. Log in as workspace administrator and go to Administration | Manage service | Make a service request.

Getting ready

Make sure you can log in on the internal workspace as administrator.

How to do it...

  1. Go to Administration | Manage service | Make a service request.

  2. Click the Request schema icon.

  3. In the next step, select Use an existing schema and enter the name of the schema you want to add. Click Next.

  4. You will get a message that you have requested that the existing schema be assigned to the workspace.

We will now continue as the instance administrator so log on to the internal workspace as administrator.

The internal administrator will now get...