How can we help you today? How can we help you today?

DCO.exe include regex doesnt work?

Dear all,
we have troubles with dco2.exe with /include:table switch.

We have tables named with pattern EDA_T*, i.e. EDA_TCOMMODITY, EDA_TUNIT etc... When we include EDA_T as pattern into commandline switch, all these tables are still exluded from the comparison. We tried other standard regexs such EDA_.*, ^^EDA_.,* ^EDA_.*$ ...but without success.

This is our commadline "c:Program FilesRed GateData Compare for Oracle 2DCO.exe" /source:xeniftest/s@localhost/xe{XENIFTEST} /target:DALCOMPPROD_FB/fb@srv-db04.cygni.local/db04{DALCOMPPROD_FB} /report:report.html /reporttype:HTML /verbose /overwritereports /log:Verbose /include:table:EDA_T

Tool version is 2.6.2.448, 64-bit.

Can you please provide me some doc or better explantion what is wrong?

Any help will be appreciated?

Best regards
Filip Baroch
filip
0

Comments

3 comments

  • richardjm
    So full documentation can be found at https://documentation.red-gate.com/disp ... s-/include: where I've just spotted the example page incorrectly includes the text "table" before the regex.

    What I believe you require is eg.

    /include:EDA_T.* or /include:EDA_T
    richardjm
    0
  • filip
    Your are right. I built my commad according to example page. I have removed ":table" keyword from switch and it worked as expected.

    Thanks a lot!
    filip
    0
  • richardjm
    Awesome. It was a lot of work to improve data compare recently so I'm glad somebody noticed :)
    richardjm
    0

Add comment

Please sign in to leave a comment.