192 results found
-
Adding ability automatical creating RelatedTables.mdet around the chosen table
Adding ability automatical creating RelatedTables.mdet around the chosen table with preliminary specifying of the quantity levels referential tables.
1 vote -
Ability to manage database connections pool
Could you add a property on the Database Connection Properties(Advanced Tab) to handle the connections number of the database pool in order to limit the number of connections.
Thanks.1 vote -
Make dbForge not to hang when editing table with GUI
When I use dbForge to interactively alter tables, the execution hangs the system such that nothing can be done within dbForge while the change occurs. If I copy the sql code to a sql window and execute the code myself then it doesn't hang the system.
4 votes -
Forget about caching metadata. This is the biggest foolishness I ever saw
Forget about caching metadata. This is the biggest foolishness I ever saw.
1 vote -
highlight selection matching in editor
when a piece of code or text is selected in editor, matching expression should be highlighted.
Ie I double click on my variable (str_name for instance), the variable is highlighted everywhere it appears in the file ...1 vote -
Comparison and Snapshot
Some RDBMS distinguish between schema owner and data user. The data users schema is using synonyms to the schema owners schema.
While the data user has an higher limit of sessions the schema owner has a limit of 1 session only.
Here comes my feature idea - it would be good to ensure, that at least taking a snapshot is working with 1 connection only. Currently taking a snapshot and comparing schemas require more than 1 sessions.
But both of those functions (snapshot, schema comparison) are core functionality for schema maintenance and customer support.Thanks
1 vote -
Add panel with procedures/functions list into package body/declaration
Add a panel with a procedures/functions list into a package body/declaration.
On double-click, navigate to a procedure/function.
The panel should be minimizable.
A similar feature is implemented in ZendStudio. Excepting, the structure of PHP or JS file is displayed as a tree. This is very convenient as the title is always at hand.
5 votes -
0 votes
-
Add login/password dictionary assigned to connections
When pressing the 'New Connection' button on the toolbar of Database Explorer, make the tool to automatically check the available connections in the dictionary. If there is only one connection, make the tool to automatically use the only connection.
Otherwise, make it to suggest the list of the available logins or to create a new one. After successful authorization, add the login to the dictionary and ask on whether to save the password.
1 vote -
3 votes
-
Ability to put text into clipboard with aligned by width columns
It would be great to put the text with aligned by width (or by name in case the column name is longer than data) columns into the clipboard. This will result in a nice looking table in the text editor (when using a monospaced font).
Such a capability is used by testers when they find errors in data and copy blocks into the task's content (RedMine system etc.).
9 votes -
Find and Replace
The REPLACE and the REPLACE ALL buttons are always grayed out. I am unable to replace contents of a table column that has URLs with another text string containing "$" signs and brackets. Assistance is welcome.
1 vote -
3 votes
-
Don't show a dialog every time a search/replace occured!
Don't show a dialog every time a search/replace occured!
3 votes -
Save import delimiter as a default
I have to import 50 files into 50 tables.
Everyone is ";" (Semicolon) delimited.
Because it is 50 different ones, and the mapping is already pristine, it is annoying that I have to stop and change the import filter.Saving a Filter Template wont work, because it is a different file going to a different table, every time. Even if this was a button next to OTHER box, where I could click a PUSHPIN, and it would not change that, unless I loaded a filter.
I am importing, and then clicking Import More, and selecting the next file.
A bonus…
1 vote -
Enable auto-format with custom file extensions
It would be nice to link multiple file-extensions, i.e., .PKB and .PKS, with the auto-formatting feature.
1 voteAdminDevart (_, Devart) responded
Could you please clarify whether you were referring to SQL Formatter wizard accessible from the main menu ‘Tools → SQL Formatter…’?
-
SDO_GEOMETRY Compare : EQUAL or Not
It will be very powerfull to compare two fields of type SDO_GEOMETRY without using Locator/Spatial module and syntax, too heavy.
dbForge Studio for Oracle will just compare if the two Geometry is Equal or Not.
For the code, i see two way :
- compare the 4 or 5 five array of the Geometry Objcet
or
convert SDO_GEOMETRY in String and compare itWe don't need to see difference between geomatry just identify if geometry change between two tables (local/remote).
thanks for your vote
5 votes -
Add support for [SET SERVEROUTPUT ON] messages
To have possibility to write debug messages like there:
BEGIN EXECUTE IMMEDIATE 'ALTER TABLE SomeTable MODIFY SomeField VARCHAR2(200) NULL';
EXCEPTION WHEN OTHERS THEN dbmsoutput.putline(SQLCODE);
END;4 votes -
Automatically connect to database on startup
Please introduce the option in the database settings to automatically connect to the database when launching the application.
1 vote -
Save bind variable values after execute the query
Save bind variable values after execute the query
3 votesAdminDevart (_, Devart) responded
Could you please explain it in more detail providing an example if possible?
- Don't see your idea?