129 results found
-
Oracle Locking (associated objects configurable)
Do you think it might be possible to add a feature request to Oracle source control to make the locking script configurable so it’s created dynamically from the product based on these configurations (i.e. schema name, user name, role name, etc.)? Right now it’s hard coded and making it configurable might make the feature more palatable for companies that have naming conventions and restrictions (schema, users, roles, stored procedure naming, etc.).
1 vote -
Event Viewer
Event Viewer / Saved Logs / Red Gate Software. The file contains a large number of errors and warnings that are often repeated. From 06/13/2017 to 06/23/2017 contains 3750 events. I miss the ability to send files for analysis directly from the app.
1 vote -
portable installation
Oracle schema compare should install also in a portable way.
4 votes -
Create a command line interface for Source Control for Oracle
It would be nice if there were a command line interface for Source Control for Oracle so that I could commit all change to a database to source control.
7 votes -
When installing Source Control for Oracle, be able to set / configure where the WorkingBases and Transients folders are created.
By default, Source Control for Oracle creates the WorkingBases and Transients (along with other associated files and folders) in the users Windows profile (C:\Users<user name>\AppData\Local\Red Gate\Source Control for Oracle).
In some environments the C: drive is configured to be minimal size (just OS and some required applications).
Being able to configure the paths where the WorkingBases and Transients (along with other associated files and folders) would to free up disk space in environments where the C:\ is configured to minimal disk space.
11 votes -
More control over file naming of source-controlled script files.
It would be good if generating source control files where would be control how files are named.
Data Compare does not allow joining related objects (like table with alias and indexes), so allowing to change alias name filenames and index filenames patterns would be nice (like prefix+tablename+fieldname for index)5 votes -
Right-click on column to exclude it from comparison
I can exclude columns in the project settings Tables & Views tab, but it would be very handy if I could right-click on a column in the detail comparison window and exclude it right there. This would save me having to go back to the project settings, waiting for the refresh, finding the table I want to modify, and deselecting the columns in the drop-down. Most of the time I start by comparing all columns and then I want to whittle it down from looking at the results in the detail window.
10 votes -
Could you please add source control for oracle to support Gerrit codereview ?
Hi in my organization we are using gerrit codereview as our source control repository. Could you please add your oracle tools to support Gerrit codereview ?
3 votes -
Concurrent user licensing
Add concurrent licensing system to the product so you can use it on Citrix Xenapp.
6 votes -
Constraints against other schemas
Include constraints that's against other schemas
4 votes -
Schema Compare Report - interactive html-report - minor bug causes images not to show in Firefox via http-server
When you put a and interactive-html-report and its images folder underneath htdoc of an http-server, the images fail to show in Firefox while working fine in Internet-Explorer. This can be fixed easily by changing function SetupImagesDir() :
instead of the currently generated backslash:
imagesdir = reportFileName + "images\";
use forward slash:
imagesdir = reportFileName + "images\/";In my tests this works in both IE and FF both via direct file and http-server.
7 votesWe are hoping to soon update the report entirely to be more consistent with the report generated by SQL Compare, the SQL Server sister tool. Please let us know if you have any other suggestions on what the report should show.
-
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 -
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 -
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 -
Filter objects by user custom text filter
I have multiple different objects between schema and i nedd to compare only onjects (filter objects) that corespond to a more complex criteria (not just by name). I would filter for example by creation date (in a certain interval), object type, eventually the name, and other custom criteria.
It would be very nice that in the project properties (or near the filter by name) user could have an edit box to edit the custom criteria.
For example, criteria could look like:
(objectname like 'TR%' or objectname like '%BN') and objecttype in ('VIEW', 'TABLE') and createddate>sysdate-3)The…
15 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 -
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 -
1 vote
-
The comparison does not highlight column changes independly of just order changes. Toad handles this - can redgate?
The comparison does not highlight column changes independently of just order changes. Toad handles this - can redgate?
I need to see column differences independently of field order which are not as important. How do I do this in redgate
5 votes -
Add support for command line execution under Mono
From research performed by an existing customer, who believes "you just need to have the command line utility create registry entries if they're missing when it starts. You could add a flag instead if you would prefer not to do that automatically.
I need this because I'm trying to automate the build of an application that must be compiled on Linux. At the moment, I have SCO.EXE running as a separate build configuration running on a separate agent on a Windows machine, but that is burning a configuration and a build agent that could be better utilized if each agent…
7 votes
- Don't see your idea?