Previous | Next | Contents | Index | Glossary | Library |
Oracle Workflow provides a script you can use to setup the views. Use the wfdirouv.sql script in the Oracle Workflow sql subdirectory on your server. This script creates three views.
The WF_USERS view creates a workflow user for each DBA user. The originating system is called ORACLE, and the USERNAME column in DBA_USERS is the originating system ID. The default notification preference is MAILHTML.
The WF_ROLES view includes all users in the WF_USERS view and all roles defined in the DBA_ROLES table as workflow roles. The originating system is ORACLE and the originating system ID is the ROLE column in DBA_ROLES.
The WF_USER_ROLES view consists of the names and originating system information of both users and roles in WF_USERS and WF_ROLES.
Previous | Next | Contents | Index | Glossary | Library |