User's Manual

User Migration Utility Command Line Syntax
G-10 Oracle Database Advanced Security Administrator's Guide
User Migration Utility Command Line Syntax
To perform a bulk migration of database users to enterprise users, use the following
syntax:
umu parameter1 parameter2 ...
For parameters that take a single value use the following syntax:
keyword=value
For parameters that take multiple values, use a colon (:) to separate the values as in
the following syntax:
keyword=value1:value2:...
Example 13–1 shows the syntax used to run the utility through both phases of the
bulk user migration process.
Example 13–1 User Migration Utility Command Line Syntax
umu PHASE=ONE
DBADMIN=dba_username:password
ENTADMIN=enterprise_admin_DN:password
USERS=[ALL_GLOBAL | ALL_EXTERNAL | LIST | FILE]
DBLOCATION=database_host:database_port:database_sid
Note:
If you plan to use shared schema mapping when migrating
users, then you must create the shared schema before running
this utility.
The same ldap.ora file must be used for both phase one and
phase two of a user migration.
See Also:
Oracle Internet Directory Administrator's Guide
Chapter 12, "Enterprise User Security Configuration Tasks and
Troubleshooting" for detailed information about setting up
enterprise user authentication after the user migration is
finished.