Options

Command Line Data difference in Oracle using wildcards

When I use the following options in a command line execution to find Data Difference in Oracle using data compare for oracle, it includes all tables beginning with the specified table name.

So for example this
/Include:"MyTable"^|"Table"

will include:
MyTable MyTable1 MyTable2

but i only want MyTable. how can i achieve this using command line in oracle?
Tagged:

Answers

Sign In or Register to comment.