Comments
Sort by recent activity
Just so you know I'm working on the options in Source Control however the main issue is actually creating storage options that are granular enough to be useful. The current single option has the subtlety of a sledgehammer.
What individual settings would you think are necessary? So far my ideas run to...
“Ignore Tablespace†/ comments
Just so you know I'm working on the options in Source Control however the main issue is actually creating storage options that are granular enough to be useful. The current single option has the su...
Creating users and roles is one level above what Schema Compare is designed to do. We can't create the target via the script. I was thinking about adding a UI for schema creation when creating the comparison but I'm not sure that's right either.
I've just checked the nested type and it does appear in the Schema Compare interface.
I've had a look into allowing options for comparison and it seems doable - there's even a file for it that isn't yet used (comparisonoptions.xml). It's on my list to look at as a potential quick-fix.
Richard / comments
Creating users and roles is one level above what Schema Compare is designed to do. We can't create the target via the script. I was thinking about adding a UI for schema creation when creating the ...
The Oracle team was pulled off in September last year to work on other tools and we're just starting to pick up the Oracle tools again to work on them.
We're working on a roadmap, there's an offsite next week which may change things.
Currently I'm testing a release that improves materialized view support (amongst a set of bug fixes) for Schema Compare and Source Control for Oracle (within the next few weeks I hope). I'm also finishing off a major update to Data Compare that should speed things up (parallel schema registration and a major improvement in timestamp comparison speed) – there are still a few integration tests failing so it's not quite ready for final testing yet.
If you want the pre-release version of Schema Compare and Source Control just let me know. / comments
The Oracle team was pulled off in September last year to work on other tools and we're just starting to pick up the Oracle tools again to work on them.
We're working on a roadmap, there's an offsit...
Of course I've just realised this topic is in Source Control - so disabling the "ignore storage" option isn't available (yet). / comments
Of course I've just realised this topic is in Source Control - so disabling the "ignore storage" option isn't available (yet).
So for type support are you meaning nested tables? I've started playing with this recently and it seems to work in Schema Compare.
My simple test case is..
create type acme.nt_nested is table of int;
create table acme."RankTable" (
"ID" NUMBER(4,0) NOT NULL ENABLE,
nest acme.nt_nested)
nested table nest store as "RankTable_nt_tested";
For storage clauses there is an option "Ignore Storage" in Schema Compare that is enabled by default.
Materialized views - as I've mentioned I've been working on a lot so now it supports complex queries, column aliases and grants. Indexes I'm not aware of anything outstanding.
I'm still getting up to speed on Oracle so any help from experts about missing features is really appreciated (especially if they come with a simple reproduce case).
Richard / comments
So for type support are you meaning nested tables? I've started playing with this recently and it seems to work in Schema Compare.
My simple test case is..
create type acme.nt_nested is table of in...
SQL Data Compare 5 is part of the bundle - you download the full bundle but just use the part you want.
You can purchase and license SQL Data Compare 5 on it's own, also for this version we're introducing a slightly modified licensing so that you could purchase SQL Data Compare Pro - this includes both the full SQL Data Compare UI that people are raving about *and* the command line version.
Hope this helps. / comments
SQL Data Compare 5 is part of the bundle - you download the full bundle but just use the part you want.
You can purchase and license SQL Data Compare 5 on it's own, also for this version we're intr...
Brilliant, thanks for that. [image] / comments
Brilliant, thanks for that.
There was a bug in the beta code that falsely claimed there to be circular dependencies. This was to so with forwards and backwards references being stored for triggers. This meant any table with a trigger on it that referenced the triggered table counted as circular. Kudos to you for spotting it.
Thanks / comments
There was a bug in the beta code that falsely claimed there to be circular dependencies. This was to so with forwards and backwards references being stored for triggers. This meant any table with a...
I've just had a quick look and Source Control for Oracle (SOCO) seems to support grants to roles and I'm not aware of any existing problems.
Can you give an example or your issue - perhaps using support@red-gate.com / comments
I've just had a quick look and Source Control for Oracle (SOCO) seems to support grants to roles and I'm not aware of any existing problems.
Can you give an example or your issue - perhaps using su...