ways to compare objects (package source)
We use export import datapump to migrate database object of a schema i.e. package source/package of the schema
are there anyways we can perform comparison with the source and destination ? source is from 11g and destination is from 12c .
SYS.DBMS_SQLHASH.GETHASH only get hash value for the query results , are there similar function in oracle get hash value of the package/ package source.
so that we can compare the hash value with source and destinaltion ?