Delphix Products

  • 1.  CLI: Cross reference between dSource and sourceDB

    Posted 03-16-2015 09:28:00 PM
    I found way to get VDB to dSource. I'm now looking for CLI commands that describe where the dSource gets the copy from: host and SID of the original dbase. Thanks!


  • 2.  RE: CLI: Cross reference between dSource and sourceDB
    Best Answer

    Posted 03-17-2015 12:02:00 AM
    if you go to source and then "select db" and then ls it will show this information, you can also find out CLI information at: http://docs.delphix.com/display/DOCS41/Command+Line+Interface+Guide


  • 3.  RE: CLI: Cross reference between dSource and sourceDB

    Posted 04-09-2015 04:27:00 PM
    Thanks! Your reply indirectly guided me to where I want to go. What I implemented is the following:
    1. For each engine, gather the information
      • database list
      • source list display=name, type, configParams.service_names, runtime.activeInstances.0.hostName, runtime.activeInstances.0.instanceName
    2. Capture the result in files, and have a script to recursively look up OracleVirtualSource's SID to its corresponding CONTAINER until the CONTAINER is a OracleLinkedSource. You can now determine ENGINE, dSource's HOST and dSource's SID.