191 results found
-
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 -
Include/script related objects when creating a script for a table
When creating a script for a table, make possible to include/script related objects. For example, table has a trigger, which depends on sequence. You already have this stated in Depends On, why not include CREATE TABLE, CREATE SEQUENCE and CREATE TRIGGER when doing CREATE TABLE
8 votes -
"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 -
Update data in data editor using rowid
When I select a table with some column of table and I edit it in grid, Dbforge using another columns to update data, It's seriously bug if these columns not relate what I want update.
SqlNavigator and more other tool using rowid to update data in grid, can you using that idea to fix this bug.
Thank you !
7 votes -
highlight block if then else end; for; case and other to easy find it part as highlighting parentheses
If 1=1 then
if 1=2
then end
if 1-1=1
then
beginend
else
else
if 1=3 then else
end if;
end if;To easy find errors in similar code. I think code this error is not format automatically.
7 votes -
Selecting a word (double click)
When I select a word (double click), show how many chars are in the selection on the taskbar of dbForge Studio
6 votes -
set Fetch Size for Oracle Connection
To speed up the download of medium to large datasets (no, Paginal Mode doesnt help here)
6 votesAdminDevart (_, Devart) respondedCould you please explain this in details?
-
6 votes
-
Generate comparison report in csv format
It is easier to open a light-weight comparison result export for large amount of data
6 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 -
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 -
The windows are opened and closed on the same hot keys
The windows are opened and closed on the same hot keys
6 votes -
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 -
Hide connection name in object explorer optionaly
the ability to hide the connection name in object explorer
5 votes -
command line build
Agile's methodlogy now requires Continuous Integration, which leads to a need for these DatabaseProjects to be built on a headless machine, like a build machine.
Neither Studio nor Fusion seems to support compiling DatabaseProjects from the command-line. Whether it's a TFS agent or something like Jenkins, there is no opportunity for a UI-based tool to perform a task like this.
I suggest one of two paths:
a) Create a separate command-line executable that will compile these projects
b) Translate the DatabaseProject schema to MSBUILD schema (and/or schema of others' choosing, like ANT) so that it can be processed natively by…5 votes -
Allow changing case of keywords, table names, and column names and modifying template for resulting script
When exporting data to SQL format (INSERT, UPDATE, MERGE):
Allow changing the case of keywords, table names, and column names.
Allow modifying the template for the resulting script.
The template should be applied to every exported row and should have the text containing keys instead of which the values from exported rows are inserted. In the examples below the keys have the format :ColumnName
Let's assume, we're exporting data to the MERGE format.
The "testtable" contains:col1 col2 col3 col4
r1c1 r1c2 r1c3 r1c4
r2c1 r2c2 r2c3 r2c4
r3c1 r3c2 r3c3 r3c4The system generates the following template:
MERGE INTO…
5 votes -
Display Null values as empty cells instead of "(null)"
This is especially important if you are copying query results into Excel. You would normally want the absence of values to appear as blanks, rather than appear to be a value called "(null)".
5 votes -
Show notification when generating schema script for several schemas with 'Prefix object names with a schema name' option being unchecked
would be nice to confirm when you multiselect and do "Generate Schema Script".
5 votes -
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
- Don't see your idea?