192 results found
-
DDL for tables with Automatic partitioning
Extracting DDL for a table with Automatic partitioning fails to add "AUTOMATIC" keyword. E.Q.
PARTITION BY LIST ("CAR_ID") AUTOMATIC
1 vote -
Generate C# POCOs e.g. for Entity Framework
It would be helpful to generate C# POCO sourcecode right inside dbForge Studio.
Right click on table or view => Generate script as => C# POCO
I use code first approach, but structure changes are made directly in the database.
Of course I use VS if I have to create a complete new c# model from a database. But for single tables / views it would be a timesaver, to generatet the POCO C# sourcecode in dbForge and then copy-paste it to VS (especially with Oracle).1 vote -
Edit Table - Update Identity Initial Value to Max(Col) + Increment
When editing a table with a column that has an Identity specification, set the initial value to the max value of the existing data in the identity column plus the increment so that PK Constraints aren't triggered on subsequent insert. Possibly prompt to perform this?
1 vote -
vi key bindings
vi key-bindings in sql editor would be amazing!
3 votes -
Compare an object source code between schemas/connections or a external file
A possibility to compare the source code of an object in different schemas, something like an extra option on left mouse over the object tree, "Compare to another schema?" "Compare to external file?". Because compare databases is something unreal.
1 vote -
A link to the invalid object in the Invalid Object Manager
As you see an invalid object, double clicking it, you could go to the object declaration to fix the problem, returning to the invalid object manager after that!
3 votes -
Support nanoseconds in Data Editor
The query:
SELECT TO_TIMESTAMP('2001-01-11 20:05:44.123456789', 'yyyy-mm-dd hh24:mi:ss.ff') FROM dualbeing executed in dbForge Studio for Oracle, returns:
2001-01-11 08:05:44.123456The three digits of the fraction are lost.
0 votes -
When i double click on a table should exist a tab that shows a model diagram of the selected table and his relations (PK,SK) to other tables
When i double click on a table should exist a tab that shows a model diagram of the selected table and his relations (Primary Key and Secondary Key) to other tables.
That way i can quickly visualize the connections between the table i selected and his relatives.
This functionality already exist in Oracle's SqlDeveloper.1 vote -
Retain formatting on COPY
Currently only the text of an SQL statement seems to be copied (CTRL+C). It would be great if the formatting could be retained. This way the formatted text could be inserted e.g. into Word for documentation purposes.
1 vote -
Wrap and unwrap packages
Wrap and unwrap packages
1 vote -
Sorting and searching in connection browser
Sorting! Just "must be" feature.
Ability to search connection by typing in "LIKE '%searchstring%" algorythm.
3 votes -
1 vote
-
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 -
Search in text works not correctly
If you start the search in one window and then attempt to search the same word in another document, the search will be running in the initial window instead of the active one. With this, the focus will switch to the initial window.
1 vote -
Extend Export functionality
Allow user to place the select statement of datasource inside, for instance ,a specific sheet of Excel.
1 vote -
Add a browser schema panel
like the one in sql developer that allow a dinamic instant filter for object type
1 vote -
add line # to execute selection in output
When logging the query execution INCLUDE the Line# of the first line executed in parenthesis. Really useful if you executed a chunk of code.
Currently:
-- 6:11:56 PM --
testUSPNightly_related.sql: Query opened in 0.009s [0.008s exec, 0.001s fetch]Suggestion:
-- 6:11:56 PM --
testUSPNightly_related.sql (239): Query opened in 0.009s [0.008s exec, 0.001s fetch]1 vote -
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 -
Protocol of export/import
Hi,
dbForge posts after an export/import a protocol with number of rows, errors, etc.
Not listed is the file exported/imported or the used table.
For those users exporting/importing some tables in parallel this would be helpful!Ronald
1 vote -
Path for export/import
Hi,
dbForge should remember the path used for an export/import of a table.
The user then can simply reuse the old path and does not always have to type in the path.Ronald Brandtjen
1 vote
- Don't see your idea?