I have two tables I would like to complare. One of the columns is type glob. I would like to do something like this:
select key, glob_value source_table
minus
select key, glob_value target_table
Unfortunately, Oracle can't perform minus operations on globs. How can I do this?