Oracle Migration Tool On Demand Guide > Getting Started with Oracle Migration Tool On Demand >

Starting the Oracle Migration Tool On Demand Client


After you have configured the Oracle Migration Tool On Demand client, you can start it using the following steps.

To start the Oracle Migration Tool On Demand client

  1. Open a command line window.
  2. Navigate to the directory where you have extracted the Oracle Migration Tool On Demand client, for example:

    C:\Oracle Migration Tool On Demand

  3. Run the Oracle Migration Tool On Demand client from the command line:

    migrationtool -u UserID -s ServerURL [-f "LogFile"] [Read | ReadAll | Upsert | Delete] [Type] [Parm1] [Parm2] [Parm3]

    where:

    • UserID is the user sign-in ID that has the appropriate privileges to run the Oracle Migration Tool On Demand client commands.
    • ServerURL is the URL of the Oracle CRM On Demand server where your company resides.
    • LogFile designates the name and location of the log file from the Oracle Migration Tool On Demand client run. For example:

    set outputDir=Oracle Migration Tool On Demand\test

    migrationtool -u USERNAME -s http://slcxxxxxx.us.oracle.com:30090 -f "D:\%outputDir%\test.log" ReadAll FieldManagement

    This parameter is optional. If you do not specify this parameter, then the Oracle Migration Tool On Demand client stores the log file in the default location, install_dir\log (for example, C:\Oracle Migration Tool On Demand\log). For more information about logging, see Auditing and Log Files.

    NOTE:  Quotation marks are required only if the path or file name contains spaces.

    • Type is the type of configuration data that you are migrating. For example, for access profile configuration data, use AccessProfile.

      NOTE:  The detailed syntax for running Oracle Migration Tool for each specific type of configuration data that you are migrating is provided in the chapter corresponding to that configuration data. For example, to migrate access profiles, see Migrating Access Profiles. It is recommended that you refer to the examples in each chapter that correspond to the configuration data that you are migrating.

    • [Parm1] [Parm2] [Parm3] are optional parameters, for example -proxyserver to specify a proxy server and -proxid to specify the proxy server user ID. For more information about specifying proxy servers, see Specifying Internet Proxy Server Information.

The Oracle Migration Tool On Demand client requests your Oracle CRM On Demand password, which can be redirected (using the pipe command) to the client program from standard input; that is, from a file, from the command line, or from another program.

Oracle Migration Tool On Demand Guide, Release 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.