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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -