database - Create and compare snapshots of a schema definition -
i want take snapshot of table, view , procedure definitions, , diff snapshot against version of same schema. (by snapshot mean schema definition stored in text file.)
not interested in procedure bodies, in relevant daos. (maybe call schema interface...?) there one-command way of creating such snapshot oracle schema?
you can use oracle sql developer "database diff" this. can select 2 oracle schemas compared , produces differences
the thing tool allows select consider when differences produced, and, then, have option of comparing package specs
Comments
Post a Comment