This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import groovy.sql.Sql | |
import java.sql.ResultSet | |
import oracle.jdbc.OracleDriver | |
/** | |
* compare objects in two Oracle database schemas | |
* edit database credentials: <hostname>, <sid> and USERNAME:PASSWORD map entries and run as script | |
* result will be printed to console |