Introduction
This 60-minute Oracle by Example (OBE) describes how to run table operations using the Web Object Management Workbench (web client).
Starting with Tools Release 9.2.26.0, you can run table operations on Web OMW. Table operations enable you to perform actions on physical tables within a database. These operations ensure that the physical attributes of a database table align with the user specifications defined in EnterpriseOne.
You can complete all table operations directly from Web OMW including: Table Generation, Index Generation, Copy Table, and Drop Table.
Additionally, you can perform operations such as:
- Index Generation: Currently, when using the Generate Index function, EnterpriseOne generates all indexes defined in the user specifications on development client. Web OMW provides you an option to selectively generate specific indexes.
- Table Generation for Existing Data: When generating a table that already contains data (with added column only in table spec), you can use an ALTER command, to modify physical table and match the specifications without losing existing data.
Objectives
In this OBE, you will learn how to:
- Prepare PET_STORE using OMW on the Development Client
- Run the Generate Table operation using Web OMW
- Run the Generate Index operation using Web OMW
- Run the Copy Table operation Using Web OMW
- Run the Drop Table operation using Web OMW
- Run the ALTER Table operation using Web OMW
- Verify the Table Operation Logs Using Web OMW
Background
Starting with Release 26 and Tools Release 9.2.26.0, you can run Table Operations on Web OMW.
Before You Begin
Download the par file to be used in this OBE.
Prepare PET_STORE using OMW on Development Client
You must first create an OMW project containing table objects and advance the project to use it. To describe the steps in this topic, a new project called PET_STORE is created.
- Sign in to EnterpriseOne (DV920) on the development client.
- From the Application Development menu (GH902), expand
the Object Management folder, select Object Management
Workbench application (P98220), or navigate to OMW from Fast
Path.
Navigation to Object Management Workbench (P98220) - Click Add from the menu.
Object Management Workbench - Select OMW Project and click OK.
Object Management Workbench - Add EnterpriseOne Object to the Project - Complete the required fields in the Summary tab and
click OK.
Object Management Workbench - Project Revisions - Select the PET_STORE project from the OMW Projects and click Advance
Project.
Object Management Workbench - Advance Project - Enter 21 and click OK.
Object Management Workbench - Confirm Project Status Change - Select the PET_STORE project and click Restore.
Object Management Workbench - Restore - Click Yes to confirm.
Overwrite/Delete Specs - Click Yes to use project par file.
Restore Type - Select PRJ_PET_STORE_60_99.par file and click Open to restore.
- Select the PET_STORE project and click Checkout.
Object Management Workbench - Checkout - Repeat Steps 8 – 11 to restore the PET_STORE project again.
- Click Find to refresh.
- Select the PET_STORE project and click Check-in.
Highlight Project - Check-in - Click Find to refresh.
Refresh
Run the Generate Table Operation Using Web OMW
In this section, you will run generate table in the Web Object Management Workbench (Web OMW).
- Sign in to EnterpriseOne on the web client.
- Navigate to P98220W (Object Management Workbench – Web) from the Fast Path.
- In the Object Management Workbench – Web form, enter
PET_STORE on Project QBE line and click Find. Select the
PET_STORE project.
Object Management Workbench -Web - From the Project Objects tab, select F55TST, then click
Table Operations from the More Row Actions
drop-down list.
Select Table Operations - Select Generate Table and click OK.
Table Operations Window - Verify the target Data Source and click OK.
Generate Table - Verify the result and click OK to complete.
Table Generation Result
Run the Generate Index Operation Using OMW and Web OMW
In this section, you will prepare index changes using OMW on the development client.
Preparing Index Changes on the Development Client
- Sign in to EnterpriseOne (DV920) on the development client.
- Navigate to OMW (Object Management Workbench) from the Fast Path.
- In the Object Management Workbench form, find PET_STORE
project.
Object Management Workbench - Under PET_STORE, navigate to Objects, select F55TST, then click Restore.
- Click Yes to confirm the action in the Overwrite/Delete
Specs window.
Overwrite/Delete Specs - Click Yes to use object par file.
Restore Type - Restore modified TBLE_F55TST_60_99.par file (with Index changes) to test Generate Index.

Running the Generate Index Operation in Web OMW
In this section, you will run generate index in the Web Object Management Workbench (Web OMW).
- Sign in to EnterpriseOne on the web client.
- Navigate to P98220W (Object Management Workbench – Web) from the Fast Path.
- In the Object Management Workbench – Web form, enter PET_STORE in the Project QBE line and click Find, then select the PET_STORE project.
- From the Project Objects tab, select F55TST, then
click Table Operations from the More Row Actions drop-down
list.
Select Table Operations - Select Generate Index from Table Operation, click OK.
Table Operations window - Verify the target Data Source and Compare Result
in the Generate Index window.
Generate Index - The table index details are displayed using the Layout (JDE_Index_Detail).
Work With Table Index - From the Form menu, click Generate All.
Generate All option - Verify the result and click OK.
Index Generation Generate Index - Click Close to exit.
Run the Copy Table operation Using Web OMW
In this section, you will run copy table in the Web Object Management Workbench (Web OMW).
- Sign in to EnterpriseOne on the web client.
- Navigate to P98220W (Object Management Workbench – Web) from the Fast Path.
- In the Object Management Workbench – Web form, enter
PET_STORE on Project QBE line and click Find,
then select the PET_STORE project.
Project Objects - From the Project Objects tab, click Add Existing.
In the Add EnterpriseOne Object to Project window, select
Table in the General Object field, then click OK.
Add EnterpriseOne Object to Project - Search for and select an existing table (for example, F0911 –
Account Ledger) and click OK.
Object Librarian Search and Select - From the Project Objects tab, select F0911, then
click Table Operations from More Row Actions
drop-down list.
Project Objects - In the Table Operation window, select Copy Table
and click OK.
Table Operation - Select and verify the Source and Destination Data
Source and click OK.
Copy Table - Click OK.
Printer Selection - Verify the result and click OK.
Table Copy - Navigate to View Job Status to verify the results in
Report R9866W|XJDE0001.
View Job Status - Click View Output from grid column when the Status
changes to ‘D’ (Done).
Report - Copy Table from Web OMW Table Operation - Submitted Job Search - Verify the results.
Copy Table Report
Run the Drop Table Operation using Web OMW
In this section, you will run the drop table operation in the Web Object Management Workbench (Web OMW).
- Sign in to EnterpriseOne on the web client.
- Navigate to P98220W (Object Management Workbench – Web) using Fast Path.
- In the Object Management Workbench – Web form, enter PET_STORE on Project QBE line and click Find, then select the PET_STORE project.
- From the Project Objects tab, select F55TST,
then select Table Operations from More Row Actions
drop-down list.
Table Operations - In the Table Operations window, select Drop Table
from Database and click OK.
Table Operations Window - Change the target Data Source to Business Data - TEST
and click OK.
Drop Table - Verify the results and click OK to complete.
Drop Table Result
Run the ALTER Table Operation using Web OMW
Prerequisites for ALTER table:
- Add Column(s) only.
- Data in existing table (preserve data)
- Alter Table uses table specifications based on the deployed or active package in the signed in environment (for example, JDV920) to run the *ALTER operation.
- Use Promote action to update the table specifications from Central Object to the active package if needed.
Prepare for ALTER Table on the Development Client
In this section, you will prepare *Alter Table using OMW on the development client.
- Sign in to EnterpriseOne on the development client.
- Navigate to BV (Batch Versions) from the Fast Path.
- In the Batch Application field, enter R98403XB (Load XML Data to Table) and click Find.
- Click Add to add version F55PET (Copy F55PET XML to
Table).
Batch Versions Note: Copy F55PET.xml saved in C:\E920 (on the development client). - Set the processing Options.
Processing Options - Environment Processing Option - Advanced - Set the Data Selection.
Data Selection - Run/submit UBE R98403XB | F55PET, and verify the result.
Report - Data Table - Navigate to OMW (Object Management Workbench) using the Fast Path.
- In the Object Management Workbench form, find PET_STORE project.
- In the PET_STORE → Objects project, select F55PET and click Checkout.
- Click Yes to confirm the action in the Overwrite/Delete
Specs window.
Overwrite/Delete Specs window Project Folder - Select F55PET again and click Restore.
- Click Yes to confirm overwrite, and click Yes
again to use the object (.par) file.
Overwrite/Delete Specs window Restore Type - Restore the modified TBLE_F55PET_60_99.par file that
includes the newly added column(s) to test the *ALTER TABLE
functionality.
You may also navigate to Design, Design Tools, and select Start Table Design Aid to manually add new columns to F55PET. OMW Projects - Select the F55PET and click Check-in to save changes.
Run the ALTER Table Operation Using Web OMW
In this section, you will learn how to run ALTER table operations in the Web OMW.
- Sign in to EnterpriseOne on the web client.
- Navigate to P98220W (Object Management Workbench – Web) from the Fast Path.
- In the OMW – Web form, enter PET_STORE on Project QBE line , click Find, and select the PET_STORE project.
- From the Project Objects tab, select F55PET,
then click Promote from the More Row Actions
drop-down list.
Select Promote - Click OK to confirm the operation in the Confirm
Promote of Object dialog box.
Confirm Promote of Objects - From the Project Objects tab, select F55PET again, then
select Table Operations from the More Row Actions drop-down
list.
Select Table Operations - In the Table Operations window, select Generate
Table and click OK.
Table Operations window - Verify the Target Data Source, then click OK.
- If the *ALTER operation is applicable, the Form Menu automatically displays in Alter Table.
- Click OK, you are prompted to choose whether to run *ALTER (Yes) or proceed with a full table generation (No).
- Select Alter Table to proceed with the non-destructive *ALTER operation.
Generate Table window - In the Alter Table is available confirmation dialog box,
click OK.
*ALTER Table - Verify the results and click OK.
*ALTER Table Result - Review the *ALTER TABLE log in the PrintQueue folder on
the enterprise server to ensure the operation completed
successfully.
*ALTER Table Log View Log
Verify the Table Operation Logs Using Web OMW
In this section, you will learn how to verify the Table Operation OMW logging in the Web OMW.
- Sign in to EnterpriseOne on the web client.
- Navigate to P98220W (Object Management Workbench – Web) using the Fast Path.
- In the Object Management Workbench – Web form, enter PET_STORE on Project QBE line , click Find, and select the the PET_STORE project.
- In the Project Objects tab, select F0911, then choose Logging
from the More Row Actions drop-down list.
Select Logging Option - On the Work With Object Logs form, click Find to retrieve the log entries.
- Locate and select the entry with Action = 44 (Table
Operations), then click Select.
Work With Object Logs - Select each line to review the log details and click Select
to view more information.
Work With Log Details View Full Log Text
Related Links
More Learning Resources
Explore tutorials and labs on docs.oracle.com/learn or access free learning content on the Oracle Learning YouTube channel.
For product documentation, visit Oracle Help Center.
[Running the Table Operations Using Web Object Management Workbench]
[G44520-03]
[October 2025]
Copyright © 2025, Oracle and/or its affiliates.