Delphix Products

  • 1.  Repoint DSource

    Posted 05-28-2015 10:49:00 AM
    Hi everyone, Can anyone help me understand how to relink the DSource in  4.2.1.0 version of Delphix engine. I see a new parameter source.operations there. Not sure how to set it and what value its expecting. Can some one please help ?


  • 2.  RE: Repoint DSource

    Posted 05-28-2015 10:56:00 AM
    Properties    type: OracleAttachSourceParameters
        dbCredentials:
            type: PasswordCredential
            password: (required)
        dbUser: (required)
        environmentUser: (required)
        linkNow: (unset)
        source:
            type: OracleLinkedSource
            name: (unset)
            backupLevelEnabled: (unset)
            bandwidthLimit: (unset)
            checkLogical: (unset)
            compressedLinkingEnabled: (unset)
            config: (required)
            encryptedLinkingEnabled: (unset)
            externalFilePath: (unset)
            filesPerSet: (unset)
            numberOfConnections: (unset)
            operations:
                type: LinkedSourceOperations
                postSync: (required)
                preSync: (required)
            rmanChannels: (unset)

    Of this am wondering what to add for  source.operations.postSync and preSync. Appreciate if someone can help



  • 3.  RE: Repoint DSource

    Posted 05-28-2015 12:38:00 PM
    Thanks Delphix team. got the solution.

    ----. If no pre/post scripts are required then-----

    attachSource *> edit source.operations.preSync'dSourcename' attachSource source.operations.preSync *> add
    'dSourcename'  attachSource source.operations.preSync 0 *> get
        type: RunCommandOnSourceOperation (*)
        command: (required)
    'dSourcename'  attachSource source.operations.preSync 0 *> set command=#
    'dSourcename'  attachSource source.operations.preSync 0 *> back
    'dSourcename' attachSource source.operations.preSync *> back
    'dSourcename'  attachSource *> edit source.operations.postSync
    'dSourcename'  attachSource source.operations.postSync *> add
    'dSourcename'  attachSource source.operations.postSync 0 *> get
        type: RunCommandOnSourceOperation (*)
        command: (required)
    'dSourcename'  attachSource source.operations.postSync 0 *> set command=#
    'dSourcename'  attachSource source.operations.postSync 0 *> back
    'dSourcename'  attachSource source.operations.postSync *> back


        


  • 4.  RE: Repoint DSource
    Best Answer

    Posted 05-28-2015 03:43:00 PM
    I'm glad you got an answer!