Posts
Sort by recent activity
Issues found in the first five minutes
This is roughly what I've just reported in the feedback form:
- Bottom panels highlight different database names as difference
- Does not handle default values in date columns, such as:
`fecha_alta...
Procedure to generate migration scripts
I'm developing a PHP application with Oracle backend. I keep all the SQL code used to generate the DB objects (tables, views, functions...) in plain text files and all the source code is stored int...
ALTER TABLE ... MODIFY CONSTRAINT ...
I'm evaluating Schema Compare for Oracle to create migration scripts in order to upgrade an application. The code looks good at first sight (all actual changes seem to be reflected) but most of the...
Source and Target
I can't understand how the terms "source" and "target" are used in this application. If I set a source database on the left and a target database on the right I'd expect to obtain SQL code to migra...