195 results found
-
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 -
Group database connections in Database Explorer
Group multiple database connections into single tree node in Database Explorer. Eg.
Database Explorer
[+] Environment 1
[-] Environment 2
[+] DB Connection 1
[+] DB Connection 2
[-] Environment 3
[+] DB Connection 3
[+] DB Connection 4110 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 -
Implement Numbered Bookmarks
Implement numbered bookmarks that can be set using the keyboard shortcut Ctrl-Shift-number
4 votes -
Wrap and unwrap packages
Wrap and unwrap packages
1 vote -
Ability to navigate to object by clicking its name (CTRL + left-click) in SQL document
For procedures/functions - navigate to their definitions in the package body.
For tables - navigate to Table Editor.
For views - navigate to the view's data.
etc.This functionality is present in most IDEs. Why not implement it here?
4 votes -
Jobs functionality
Users should be able to work with jobs.
Support jobs scheduling through Oracle Scheduler125 votes -
Ability to navigate back to the previous position
Ability to navigate back to the previous position in the SQL script after the quick navigation (jump), for instance, when clicking the function or after searching and navigating to the object, or after navigating to the procedure by CTRL+Click.
This functionality is present in most IDEs.
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
-
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 -
PL/SQL editor - Ctrl+Click on function/type name
On Ctrl+Click on function/user type/proc/etc name should open new(or already opened) editor with cursor on that object.
115 votes -
Package and Package Body should be open at the same time
If you select Package to open the cursor is focused on the package . If you select Package Body to open the cursor is focused on the package body. Regardless when one is opened the other should always be open. Or an option to set it up that way
55 votes -
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 -
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 -
Tablespace visual editior
Add visual editor for Oracle tablespace.
46 votes -
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
- Don't see your idea?