191 results found
-
Ability to navigate for procedures and functions
Add ability to navigate for procedures and functions as it realised in menu item Go To Definition for tables.
3 votes -
Set disable for tooltip on tab panel.
Tooltip hinders when clicking on the tabs panel.
1 vote -
custom viewer/export for blobs
Custom Export functions for Blobs
Blobs can have multiple formats. In our case zipped zpl (zebra printing language)
Please provide a way for custom viewers / exports realized with .Net Plugins
Jan
1 vote -
move/duplicate row in source/sql editor
In editory you can move the current up or down (swap rows). Common keyboard assignment is Alt + Up / Down.
Duplicating a row up or down is often available with Shift + Alt + Up/Down.1 vote -
CURSOR support
SELECT CURSOR( SELECT * FROM dual ) FROM dual;
Returns ORA-01001: invalid cursor
On second try to open cell, the app crashes.
Other tools let you explorer contents of cursor.1 voteWe will fix this issue in one of the next product builds and will notify you once it’s available for downloading.
-
"Navigate to" - navigate to an object definition quickly and by keyboard only
Ability to navigate to search for and navigate to an object definition via keyboard navigation and at pace.
Something similar to Datagrip 's"Navigate to" (Ctrl+N) or Resharper search everywhere (Ctrl+T)
8 votes -
Filter Schemas
It would be nice to be able to filter schemas (as one can with database objects) when 'Show All Objects' is selected on the database connection.
9 votes -
Have option to show possible values for field in query builder where clause generation.
When creating a where clause in query builder have an option that shows the possible values for a field (select one for logical checks, checkboxes for in and not in selections). This was one of the nice features in TOAD.
4 votes -
add userdefined connection string
I have to work with a failover connection string on my customer. So always he change to other connection I have to change it on my dbForge db configuration. On SQL Developer from Oracle, what is not so nice to work with like dbForge, I can add an connection string looking like this:
jdbc:oracle:thin:@(DESCRIPTION = (ADDRESSLIST = (FAILOVER = ON) (LOADBALANCE = OFF) (ADDRESS = (PROTOCOL = TCP)(HOST = porasbbmgmscan.server.com)(PORT = 1551)) (ADDRESS = (PROTOCOL = TCP)(HOST = dorasbbmgmscan.server.com)(PORT = 1551))) (CONNECTDATA = (SERVICENAME = DB_SNAPSHOT)))
It wold by very helpful for me, if I can…
4 votes -
LDAP connection type for Oracle
Hi.
I really enjoy the Studio for Oracle; unfortunately I cannot use it the latest project, as it uses LDAP type connections to OracleDB.
Could you implement this way of connecting to Oracle DBs?
Thank you, regards.
9 votes -
Source Control support like you have in the SQL Server Studio product
Source Control support like you have in the SQL Server Studio product
6 votes -
Support for Java Classes and Java Sources
Is there support for Java codes and classes? The objects are not displayed in Object Viewer.
1 vote -
Open a Table (Data View) direct in the Script with a shorcut
It would be nice it there is a shortcout to open direct a selected Table from a Script.
For example:
Create table xy as select from t_test;
So i can go with the cursor to ttest and with a shortcut the table ttest opens directly (Data View)
4 votes -
Set default encoding in user's preferences
Everytime I save a script (.sql) I have to select the correct encoding. For me it's West-European ISO/28591 but you default to UTF-8/65001. It's very annoying to do it every time and sometimes forgetting which lead to funny characters in the script.
It was also asked a long time ago : http://forums.devart.com/viewtopic.php?f=22&t=24439
Can you add this to the users's preferences ?
Thank youBTW this form does NOT seem to work in IE8 that we have at work. Won't accept the password...
10 votes -
Schema Compare Sequence with different start with
Comparing a Sequence with a different start with value is always displayed as equal in the comparison-results.
Production:
CREATE SEQUENCE EXAMPLESEQ START WITH 61 INCREMENT BY 1;
Test:
CREATE SEQUENCE EXAMPLESEQ START WITH 41 INCREMENT BY 1;After moving the data for a table which uses the sequence from production to test the Test-Sequence-nextval will set wrong values for new rows, if the start with is not corrected.
An Option to compare and synchronize the "start with" of the sequence would be fine!
9 votes -
Reverse navigation after performing Go To Definition with F12
There are often times when performing navigation with the Go To Definition (F12) command in the package. It would be great if there was a possibility to have the history of such navigations and to navigate back in the navigations chain.
4 votes -
Surround SCM integration
In dbForge for SQL Server we have direct support for Surround SCM source code management system.
Would be great if we can see this in dbForge for Oracle too.12 votes -
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) respondedCould you please clarify whether you were referring to SQL Formatter wizard accessible from the main menu ‘Tools → SQL Formatter…’?
-
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 -
add confirm dialog when clearing bookmarks
Need confirm dialog when clearing bookmarks
1 vote
- Don't see your idea?