What happened to CompareSource

sumsar

Member²
Is there an easy way to compare a source script to an existing object.
At least for pl/sql objects eg. packages

/Rasmus
 
There is currently no easy way to do this. You will have to save the database source to a file and run a diff utility.
 
I have an as yet unfinished plugin that does this (with a DB package open you can compare it to a file on the PC using the PLSD supplied ExamDiff.exe). As is it is available for use.

My holdup is the code to allow compares between two DB packages (an API call that I must not be understanding).
 
Back
Top