diff local package with database package
问题 I need somehow compare local version of pl sql package with the one that is stored in database. Are there any "easy" way to do it? Currently I download package from database, save it in some file and perform diff using some diff tool. That is a bit cumbersome, so I would like to have such feature in ide (pl sql developer is preferable). 回答1: Typically developers use versioning software to check differences, maintain version history, and help coordinate team development of code. PL/SQL code