38 results found
-
Constraints against other schemas
Include constraints that's against other schemas
4 votes -
Schema Compare Report - identical objects should be filtered too
When generating a schema compare report there is the option to "Also include identical objects". When you choose that you get again ALL object types of identical objects. I want to be able to include only the identical objects of the filtered object type, which is possible for differing objects via choosing "Objects selected for deploment". I think objects excluded by filter should also be excluded in the report, no matter what.
3 votes -
wildcard
Please add advanced filtering in Schema Compare. E.g. wildcard or regex matches to only show objects matching a certain criteria.
3 votes -
Comparison Options: Add a Ignore option for Sequence Increment By
Sometimes in non-PROD environmens vs prod we may want to have different increment by clauses on sequences.
e.g. increment by 3 on non-Prod but increment by 1 on Prod
Would be be nice to be able to ignore differences in the increment by clause as an ignore options (similar to the ignore option for sequence current value)
3 votes -
Schema Compare Report -silly to have separate images folder for each interactive html report
When using the interactive html report currently a new folder for each new report is generated containing the exact same images. There should just be a general images folder by all reports. Alternatively there should also be an option to use images from redgate website remotely. This would make it easier to send out differences reports as e-mail.
3 votes -
I have check ignore schema in object comparison, however, Triggers still show as changed due to schema. Is this a bug or intentional?
The triggers in my database show that the schema is there when looking at the create sql via sql developer.
I have checked to ignore schema's in object comparison.
The source control for oracle sql does not have the schema in it.
Consequently the tool shows all triggers that have the schema as changes.Shouldn't these be avoided due to checking of schema in edit comparison options...?
3 votes -
hide
Add option to filter out object that EQUAL.
In other words - show only differences/all/etc.
Add ability to go Next Difference (when usig show all)3 votes -
Include policy-comparison for tables
We are using Virtual Private Database on some schemas. These profiles are not included in current comparison.
Please include this. :-)
3 votes -
Filter objects by created date
I have many different objects in my schemas, but i need to syncronize only objects created within last hours or day. It would be very nice to optionally filter object after a creatino date (or the objects that have creaing date).
I will put a new suggestion about a complete custopm filter (a string edited by user that is added to the where clause of SOCO)
2 votes -
Optional, exclude by default dependent (affected) objects from deploy
In 99% of cases i need NOT to deploy affected objects. I do small, incremental deploys.
So i need an option so that SOCO, at deploy, will uncheck be default the checkbox "Deploy all affected objects" and to uncheck all the items in the affacted items list.
There are cases when, if I forget to uncheck "Deploy all affected objects."and to uncheck "objects affected" I will put some productions down.
1 vote -
Synonym Ignore bug
When entering ignore mask into PublicSynonym section, the ignore does not work - all public synonyms are still compared. But if the same ignore mask is entered into Synonym section, public synonyms are affected.
1 vote -
Synonym Handling w/ "Exclude Schema Names" option Enabled
With the “Exclude Schema Names” option enabled, SCO identifies false-positive mismatches for public synonyms.
In Oracle public synonym DDL w/o owner specified defaults the object owner to current user.
CREATE PUBLIC SYNONYM foo_bar FOR bar
/SELECT *
FROM allsynonyms
WHERE synonymname = 'FOO_BAR'
/SCO happily generates the Public synonym DDL w/o the owner specified (and it can be executed as such). However, on subsequent comparisons the underlying object’s qualified name is used and the public synonyms are all identified as being different.
e.g. CREATE OR REPLACE PUBLIC SYNONYM foobar FOR myschema.bar vs. CREATE OR…1 vote -
Support object tables
CREATE TABE FOO of BAR
If I create a table (FOO) of an object type (BAR), this table is not picked up by schema compare. This is probably because it's not listed in USERTABLES, but in USEROBJECT_TABLES.
1 vote -
Grants are not detected correctly when logged in as proxy user.
Please support proxy users. They allow people to impersonate another user which is useful for all kinds of purposes regarding security and auditing.
So, I got this user called MyUserName which can act as a proxy user for OurSchema. To log in, I useMyUserName[OurSchema]
as the username (and my own password). Then I can make modifications to OurSchema and basically work as if I'm logged in as OurSchema.
This works well in any tool. In Schema Compare it almost works, but there seems to be an issue with the grants. The grants are not detected, so when I run…1 vote -
Add support for ANALYTIC VIEWS objects
Currently the Schema compare for ORACLE doesnt support the below objects.
1. ATTRIBUTE DIMENSION
2. HIERARCHY
3. ANALYTIC VIEWThese have been available since Oracle12c. It would be nice for redgate to support all the Oracle object types from the latest database versions.
1 vote -
more features to add in interactive report html
Hi, i have a question about interactive html report file. Maybe it is possible to add buttons in it like in schema compare for jumping between changes, because now its not really comfortable to navigate, when you have to scroll and find one change on big file. And finally you find that there is the difference only on space or tab. Also maybe it is possible to have alignment of code not on left side, but like in database - that spaces, tabs wouldn't be removed.
Here is the link where i got answered to this question. But he just…
1 vote -
Option ILM POLICY
Help, please, I compare tables but do not see ILM POLICY.
The ILM POLICY option is enabled.Script:
CREATE TABLE salesado
(PRODID NUMBER NOT NULL,
CUSTID NUMBER NOT NULL,
TIMEID DATE NOT NULL,
CHANNELID NUMBER NOT NULL,
PROMOID NUMBER NOT NULL,
QUANTITYSOLD NUMBER(10,2) NOT NULL,
AMOUNTSOLD NUMBER(10,2) NOT NULL)
PARTITION BY RANGE (timeid)
( PARTITION salesq12012 VALUES LESS THAN (TODATE('01-APR-2012','dd-MON-yyyy')),
PARTITION salesq22012 VALUES LESS THAN (TODATE('01-JUL-2012','dd-MON-yyyy')),
PARTITION salesq32012 VALUES LESS THAN (TODATE('01-OCT-2012','dd-MON-yyyy')),
PARTITION salesq42012 VALUES LESS THAN (TO_DATE('01-JAN-2013','dd-MON-yyyy'))
);ALTER…
1 vote -
Ignore SQL script files that fail to parse
Add an option to ignore SQL files that fail to parse when the target is a Scripts Folder.
I would like this, such that the tool can do autonomous exports without it crashing if the target contains valid but unsupported SQL like
"DROP VIEW viewname
CREATE OR REPLACE viewname"1 vote
- Don't see your idea?