195 results found
-
Ability to create public/not public synonym for object via right-click
For each object (where applicable), add the ability to create a public or not public synonym via right-click.
0 votes -
Make Code Completion understand @ and suggest database links
Code Completion should understand @ and suggest database links, for instance:
SELECT * FROM EMP@-> should suggest database links
0 votes -
Command Window to develop and execute SQL scripts
The Command Window can be used to develop and execute SQL scripts, using the familiar SQLPLus command syntax. The built-in editor should be a comfortable environment to develop scripts, using SQLPlus, SQL and PL/SQL syntax highlighting. It should have the same powerful features as the PL/SQL Editor, such as the code completion, quick info, and so on. You can quickly switch between the script editor and the command line by clicking on the tabs at the top of the window.
Just like with SQL*Plus you can interactively type single commands and SQL statements on the command line. Error…
0 votes -
Add 'Keep connection alive' option
Just like in dbForge Studio for MySQL to make it to ping a server in order to keep the connection alive. This will save your time on reconnecting to the server.
28 votes -
Data files visual editior
Add visual editor for Oracle data files
3 votes -
set Fetch Size for Oracle Connection
To speed up the download of medium to large datasets (no, Paginal Mode doesnt help here)
6 votes
AdminDevart
(_, Devart)
responded
Could you please explain this in details?
-
Add Test option for procedure and function in package
Add an item into the popup menu of Database Explorer for a stored procedure and function in a package in order to verify a result.
1 vote -
1 vote
-
translate any language
Open the possibility to have dbforge studio with another language that english...
1 vote -
comment out selected text
Allow user to select part of SQL statement and when the user clicks the comment button, only the selected portion of SQL is commented out.
1 vote -
Generate comparison report in csv format
It is easier to open a light-weight comparison result export for large amount of data
6 votes -
Hidden parameters
It could be possible that the product check hidden parameters against Oracle suggestion .( e.g: We are using streams, but log miner and other hidden parameters need resources, so we need to compare with Oracle parameter suggestion
1 vote -
Then writing SQL dropdown lists with column names is clear then i write not correct SQL.
Example:
select t.col1 ,
t.col2/* if I not put comma then next "t." not have columns in dropdown*/
t.from table1 t
if I insert t. between previously written columns
t.col1,
t.
t.col2columns in dropdown not exist.
Make spellchecker disable by settings
13 votes -
Ability to open all objects (tables, packages, views' bodies, etc.) in read-only mode
Also, in case of need, ability to select an item from the drop-down list in order to modify the object. Just as it's implemented in Data Editor (very useful function).
6 votes -
Feature: Split Editor Window Horizontally
dbForge Studio for Oracle should provide users with the ability to split the editor window horizontally. This feature should be equivalent to that provided by tools such as Microsoft's Visual Studio. This feature will be specially helpful while working with large Oracle Package Bodies or Stored Procedures.
6 votes -
Ability to turn SQL into code and code into SQL
I do a lot of copy/paste of SQL to and from Java, so Toad's one-click "turn this SQL into code" or "turn this code into SQL" is invaluable
1 vote -
1 vote
-
1 vote
-
Ability to export data into Text format with automatically defined length
The length can be defined as:
- The maximum length of data in the column.
- The size of the DB field.
Here, the 'Stretch the field to the column name length' sub-option can be also added.
1 vote -
16 votes
- Don't see your idea?