Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Deployment Concepts
Skip Headers
Previous
Previous
 
Next
Next

Deployment Concepts

Deployment is the process of creating physical objects in a target location according to the logical objects in an OWB workspace.

For example, when you create a table using the Design Center, the metadata for this table is stored in the workspace. If the table described in your design does not already exist in the database schema referenced by the specified location, then you must create the table by deploying it. Similarly, after you design a PL/SQL mapping, you must generate code for it (which creates a PL/SQL package implementing the mapping logic), then deploy the generated code to the specified location, which loads the generated PL/SQL package to the referenced schema. You can deploy objects from within the Design Center, or use the Control Center Manager. You can also use OMB*Plus commands to deploy objects.

As soon as you define a new object in the Design Center, the object is listed in the Control Center Manager under its deployment location.

Deploying a mapping or a process flow includes these steps:


Note:

  • After deploying a mapping or a process flow, you must explicitly start the scripts, as described in Starting ETL Jobs Oracle Warehouse Builder Data Modeling, ETL, and Data Quality Guide.

  • Workspace users can deploy only those objects for which they have the COMPILE privilege. By default, his privilege is granted on all objects in the workspace. However, the workspace owner may have instituted a different security policy.



See Also:

Deploying Objects in Oracle Warehouse Builder Data Modeling, ETL, and Data Quality Guide