Generate upgrade script to ALTER TABLE based on CREATE TABLE statement in Oracle [duplicate]
- 阅读更多 关于 Generate upgrade script to ALTER TABLE based on CREATE TABLE statement in Oracle [duplicate]
问题 This question already has answers here : Automated Oracle Schema Migration Tool [closed] (5 answers) Closed 4 years ago . Is it possible in Oracle to generate a bunch of ALTER TABLE statements based on existing table in schema plus CREATE TABLE statement with newer definition of that table? Let's say I have a schema with some previous version of an application. I have an installation script for newest version of the application. The script creates all tables and sequences from scratch