Oracle SQL Developer: Single Object Compare
- by thatjeffsmith
There’s a nasty rumor going around that you can’t compare database objects and/or code in Oracle SQL Developer. So let’s put that to bed right now. First, here’s how to compare:
PL/SQL to PL/SQL or a SQL statement to another SQL statement
So now that that’s settled, why don’t we take a look at how to compare a single table, to another table –…