Oracle Migration Tool On Demand Guide > Migrating Concatenated Fields > Migrating Concatenated Fields >

Updating or Inserting Concatenated Fields (Upsert)


This topic describes how to update concatenated fields (if they exist) or insert concatenated fields (if they do not exist) on your Oracle CRM On Demand environment (customer test environment or production).

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to update concatenated fields (if they exist) or insert concatenated fields (if they do not exist):

migrationtool -u UserID -s ServerURL Upsert ConcatenatedField ConcatenatedFieldXML

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.
  • ConcatenatedFieldXML is the fully qualified path name of the concatenated field XML file, for example:

    C:\My Files\MyConcatenatedField.xml

NOTE:  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.

Example of Updating or Inserting Concatenated Fields

The following is an example of updating concatenated fields (if they exist) or inserting concatenated fields (if they do not exist) in your Oracle CRM On Demand server:

migrationtool -u UserID -s ServerURL Upsert ConcatenatedField "C:\My Files\MyConcatenatedField.xml"

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

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