Oracle Migration Tool On Demand Guide > Migrating Field Audit Setup Information > Migrating Field Audit Setup Information >

Updating Field Audit Setup Information (Upsert)


This topic describes how to update the field audit setup information for a single object 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 the field audit setup information for an object:

migrationtool -u UserID -s ServerURL Upsert FieldAuditSetUp FieldAuditSetUpXML

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

    C:\My Files\Account.xml

    If the fully qualified path name contains any spaces, then it must be enclosed with quotation marks, for example:

    migrationtool -u UserID -s ServerURL Upsert FieldAuditSetUp "C:\My Files\Account.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.

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