129 results found
-
Multiscript tool - for Oracle
the ability to broadcast releases/upgrades is in the Multiscript tool...but only for SQL. Please implement for Oracle! Potentially hugely beneficial for some real-world cases
1 vote -
Provide support for EZCONNECT Oracle connection strings
Dialogs for connection strings should permit pasting an EZCONNECT string and just using it.
1 vote -
1 vote
-
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 -
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 -
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 -
Comparison Options - materialized view START WITH VALUE
Ignore Section
Should be "REFRESH START WITH value" for Oracle 12.2.0.1 OR "START WITH value.." in other versions.
1 vote -
REFRESH START WITH - Ignore for Materialized Views (Not just START WITH)
A Nusiance trying to refresh and always comes up..
1 vote -
Your Oracle connection via Wallet authentication doesn't appear to work properly.
It's less an idea than a complaint. I'm a seasoned DBA working with a large number of developers. Developers do not have elevated privilege access to our QA or production environments. I'm wanting to set up a wallet so this tool can access those environments without requiring login/password information. I've setup sqlnet.ora and ldap.ora (we don't use tnsnames.ora) and can connect via the wallet entry using SQL*Plus on my local machine without issue. However, your product (Schema Compare) fires off an ORA-01017 (invalid login/password). Yet when I use normal credentialed login procedures via Schema Compare, the test works just fine.…
1 vote -
scripts break out
The scripts can become quite large when comparing tables. Need a way to make the scrips smaller - multiple outputs for same table - in order to have a script that is runnable in sql. For example - when comparing a table that generates 50K records the output script is not editable by most editors - need to break it out in multiple files.
1 vote -
DB or Version Control URL update functionality
There is no functionality to update an existing project GIT repository or DB URL.
I have to update it under :
ConnectionStore.xml and LinkedDatabase.xml
1 vote -
Extend SQL parser to read scripts generated by other tools
If the SQL parser could read DDL generated by other tools (e.g. data modeling tools), then the schema comparison could find differences between the schema as defined by those tools versus a database.
1 vote -
Modify Oracle Data Compare to display table name when /verbose option is used on the command line
The current command line option runs but produces no output until the entire compare is completed, the GUI tells you what table it is on and the % complete. The batch process should be able to do the same.
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 -
GIT should not download the entire repository
When I look at RedGates local files, it has downloaded my whole solution. Shouldn't it just be getting the files in the database folder I specified? For bigger projects this takes a long time.
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 -
Multi-Select for conflict resolution
Ability to tick multiple items and resolve when faced with lots of conflicts
1 vote -
Add Error Handling to PL/SQL Blocks
Currently when using Data Compare for Oracle 4 if any INSERT/UPDATE throws an error in a PL/SQL block the entire block fails. Because of this the company I work for will not use the software for DML deployments. If Redgate could code error handling for each table or each block where the script will continue to update/insert SQL data even in the event of an error the software would be much more usable, robust, and practical. Thank-you for reading this. :) Please add error-handling to the DML code that is generated in the diff/sync scripts.
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 -
constraints are not treated as seperate objects in oracle schema compare
constraints are not treated as separate objects in oracle schema compare,
without that, how can we compare constraints alone in a database ?
1 vote
- Don't see your idea?