Getting checksum of database objects
Hi, is there a way to get hash of database objects (say functions) using PL SQL?
Due to contraints I have to manually copy some functions I write from DEV to UAT but want to ensure all schema objects have are identical (have same checksum).
Cheers.
Using Oracle 11G XE in Linux.