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

Specifying Internet Proxy Server Information


Users who access the Internet using a proxy server can specify the proxy server information with the Oracle Migration Tool On Demand client. Table 6 shows the parameters used to specify proxy server information.

Table 6. Parameters Used to Specify an Internet Proxy Server
Parameter
Description

-proxyserver proxy_server:[port]

Specifies the proxy server and the optional server port number to be used by the Oracle Migration Tool On Demand client.

-proxyid proxy_server_userid

Specifies the proxy user ID to be used by the Oracle Migration Tool On Demand client.

Examples of Using Parameters to Specify an Internet Proxy Server

The following is an example of specifying a proxy server where the user is prompted for the proxy password after entering the Oracle Migration Tool On Demand client command:

migrationtool -u UserID -s ServerURL -proxyserver MyProxyServer:[Port]
-proxyid ProxyUserID ReadAll AccessProfile

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 for the Oracle CRM On Demand server where your company resides.
  • MyProxyServer:[Port] is the URL for the Internet proxy server, and [Port] is the optional proxy server port. If the port is not specified, then port 80 is used by default.
  • ProxyUserID is the user ID for the Internet proxy server.

The Oracle Migration Tool On Demand client requests your Oracle CRM On Demand password and the password for the proxy server, 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.

If you are using a file to enter your passwords, then they must be on separate lines with the Oracle CRM On Demand password appearing first, followed by the proxy server password, as follows:

MyOnDemandPassword
MyProxyPassword

The following format is incorrect, where passwords are separated by a space on the same line:

MyOnDemandPassword MyProxyPassword

The following format is correct, but the order is incorrect:

MyProxyPassword
MyOnDemandPassword

NOTE:  The examples elsewhere in this guide that display how to use the Oracle Migration Tool On Demand client do not display the syntax to specify an Internet proxy server.

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