Deploying Application in Oracle APEX - Part 39

preview_player
Показать описание
Oracle APEX application deployment consists of two steps. Export the desired components to a script file and import the script file into your production environment. Having completed the development phase, you definitely want to run your application in a production environment. For this, you have to decide where and how the application will run. The following section provides you some deployment options to choose from.

1) No Deployment: The development environment becomes the production environment and nothing is moved to another computer. In this option users are provided with just the URL to access the application.

2) Application: You will use this option if the target computer is already running a production Oracle database with all underlying objects. You only need to export the application and import it into the target database.

3) Application and Table Structures: In this deployment option you have to create two scripts, one for your application and another for the database table structures using the Generate DDL utility in SQL Workshop.

4) Application and Database Objects with Data: In this option you deploy your application along with all database objects and utilize oracle's data pump utility to export data from the development environment to the production environment.

5) Individual Components: With the development phase going on, you can supplement your deployment plan by exporting only selected components.

Topics Covered in the video
=============================
- Export Application
- Import Application
- Prevent Application Modification and Remove Developers Toolbar

The content of this video is taken from my book "Create Rapid Low-Code Web Applications in Oracle APEX"

Free Oracle APEX Course
======================
Рекомендации по теме
Комментарии
Автор

i have developped several applications using oracle apex during my academic years, now i want to share them in my e-portfolio, can you tell me how i can create a demo of my apex application ?

sheldoncooper
Автор

thanks for sharing knowledge able content. can you please explain that i had application deploy in my client and i don't him to edit application as the user can change it's type by using workspace utility. Is their any work around on that

mohammadubaid
Автор

Very GOOD Demonstration on APEX APPLICATION DEPLOYMENT, Very Helpful for Oracle Apex Developer
Madam, Last time, I was given username and password to access my application but anybody updated my pages,
so I do not want to give access rights to anyone to update my apex application pages. they can only runs my application,
for that what should I have to do

parthparth