Go to primary content
Oracle® Retail Warehouse Management System UI User Guide
Release 15.0
E66766-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

14 Database Administration

Database administrators can use the options available on the DBA Administration menu to monitor a variety of database activities. Database administrators can view information regarding indexes, tables, table locks, rollbacks, sequences, and the error log.

Business Process

There is no business process pertaining to database administration.

This chapter contains the following topics:

Display Error Log

The Error Log allows you to view and delete logged errors. These are unanticipated errors or errors occurring in background processes.

You can generate the Error Log report. The report provides the following information for each error: user ID, error time, code, source, location, and message.

From the main menu, select DBA Administration > Display Error Log. The Error Log window opens.

Figure 14-1 Error Log Window

Surrounding text describes Figure 14-1 .

Display All Errors

Click Search

Display Errors by User, Error Code, or Date

  1. If any errors are currently displayed, click Clear.

  2. Click Query.

  3. To restrict the list of errors to a specific user, error code, or date, enter the criteria in the appropriate text fields.

  4. Click Search. The errors that match the criteria appear.

View Additional Details of an Error

  1. On the Error Log window, select the error that you want to view.

  2. Click Details. The details of the selected error appear in the Detail window.

    Figure 14-2 Detail Window

    Surrounding text describes Figure 14-2 .
  3. Click Exit to close the Error Detail window.

Delete an Error Record

  1. On the Error Log window, select the error that you want to delete.

  2. Click Delete Record.

  3. When prompted to delete the record, click Yes.

Exit the Error Log Window

Click Exit to close the window.

Display Index Information

The Display Index Information allows you to view sizing information for the database indexes. You can use this information to analyze the growth of the database indexes, which can indicate table growth.

From the main menu, select DBA Administration > Display Index Information. The Display Index Information window opens.

Figure 14-3 Display Index Information Window

Surrounding text describes Figure 14-3 .

Display Details for All Indexes

Click Search.

Display Details for One Index

  1. If any index details are currently displayed, click Clear.

  2. Click Query.

  3. In the Target Index field, enter the name of an index, or click the LOV button and select the index.

  4. Click Search. The details for the selected index appear.

Exit the Display Index Information Window

Click Exit to close the window.

Display Locks on Tables

The Display Locks on Table window allows you to view the database tables which are locked.

From the main menu, select DBA Administration > Display Locks on Tables. The currently locked tables appear in the Display Locks on Tables window.

Figure 14-4 Display Locks on Tables Window

Surrounding text describes Figure 14-4 .

Exit the Display Locks on Tables Window

Click Exit to close the window.

Display Rollback Information

The Display Rollback Information allows you to view information about rollbacks. You can use this information to determine whether the rollback segments need to be enlarged for a specific installation.

From the main menu, select DBA Administration > Display Rollback Information. The current rollback segments appear in the Display Rollback Information window.

Figure 14-5 Display Rollback Information Window

Surrounding text describes Figure 14-5 .

Exit the Display Rollback Information Window

Click Exit to close the window.

Display Sequences Information

The Display Sequences Information allows you to view sizing information specific to the sequences used by RWMS. You can use this information to determine whether a sequence is being called as many times as originally planned.

From the main menu, select DBA Administration > Display Sequences Information. The current sequence details appear in the Display Sequences Information window.

Figure 14-6 Display Sequences Information Window

Surrounding text describes Figure 14-6 .

Exit the Display Sequences Information Window

Click Exit to close the window.

Display Table Information

The Display Table Information allows you to view sizing information for database tables. You can monitor the number of extents in order to detect table growth. A large extent value indicates possible table fragmentation. If the number of extents becomes too large, the table should be rebuilt.

From the main menu, select DBA Administration > Display Table Information. The current tables appear in the Display Table Information window.

Figure 14-7 Display Table Information Window

Surrounding text describes Figure 14-7 .

Display Details for One Table

  1. If any table details are currently displayed, click Clear

  2. Click Query.

  3. In the Find Table field, enter the name of a table, or click the LOV button and select the table.

  4. Click Search. The details for the selected table appear.

Exit the Display Table Information Window

Click Exit to close the window.

Manual Script Launch Editor

The Manual Script Launch Editor allows you to submit a batch job with its required parameters from the GUI window that in previous versions had to be launched using SQL in the background. The scripts that can be launched include: Automate Wave, Inventory Balance Upload, Process Diverts, Purge RWMS Tables, Run Distribution, Run Task Priority, Schedule Cycle Count, Schedule ROP Distribution, Unreconciled Appointment Monitor, Maintain Wave Statistics, and Insert Distribution Queue.

From the Main Menu select DBA Administration > Manual Script Launch Editor.

Figure 14-8 Manual Script Launch Editor window

Surrounding text describes Figure 14-8 .

Running a Script

  1. Select the Program Name of the script you want to run.

  2. Based on the Program Name selected set your Program Parameters and then click Run Now.

  3. Enter the date range (Start Date and End Date) to view Program Execution History. These are the jobs that have run successfully in this time frame.

  4. View batch results in the Program Execution Details section.

Exit Manual Script Launch Editor

Click Exit to close the window.