 |
|
ss
Oracle Tips by Burleson |
Development Server
-
Generate the DDL to make sure the latest
changes have been included
-
Export the DDL file
-
Export any necessary data, typically for the
lookup tables
-
Export the Application
-
Export Cascading Style Sheets
-
Export Images
-
Export Static Files
-
Export Themes
-
Export User Interface Defaults (optional)
Production Server
-
Create a tablespace on the production server
-
Install HTMLDB on the production server.
-
Create the Workspace to install into along with a
user
-
Import and run the DDL in the production server
-
Import the Application
-
Import the CSS, Images and Static Files
Depending on how much data is in the database,
the process of deploying the application could take less than 20
minutes to complete. The first step of the process is exporting the
DDL for the application schema.
The above book excerpt is from:
Easy HTML-DB
Oracle Application Express
Create
Dynamic Web Pages with OAE
ISBN 0-9761573-1-4
Michael Cunningham & Kent Crotty
http://www.rampant-books.com/book_2005_2_html_db.htm
|