192 results found
-
Bookmarks for DB objects
When solving a specified task, you need to work with some group of DB objects such as tables, packages, etc.
I would prefer to have the ability to collect them all together in one node of the tree in Database Explorer.
4 votes -
Take schemanames out the treeview in the schemabrowser
As as a developer, it is not very useful to have all schemanames in my schemabrowser on the left. It causes a lot of unwanted lost real estate in the browserwindow, since 90% of the schemanames is not used. Schemanames should be selectable outside the treeview, so that only objects owned by one schema are shown
1 vote -
0 votes
-
Make it possible to resize the Options window
I could then see more options without scrolling.
1 vote -
1 vote
-
Remote debug
Remote debug like in Oracle SQL Developer.
0 votes -
3 votes
-
1 vote
-
Ability to open object editor via Ctrl+Click
There should be the possibility to open object editor if you hold CTRL and click the object in Text Editor.
Moreover, this feature should be customizable which means that the Mouseover Popups section needs to be added in the Options window just like it's implemented in Oracle SQL Developer.
0 votes -
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 checkbox to clear dbms_output
Add a checkbox to clear dbms_output in the 'Output' window on every script execution.
1 vote -
Database settings Visual viewer/editor
Add visual editor for Oracle database settings
2 votes -
Data files visual editior
Add visual editor for Oracle data files
3 votes -
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 -
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 -
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) responded
Could you please explain this in details?
-
Git Version control support
It looks like you support GIT in other product within the company, and it would be very helpful for Sudio for Oracle to do as well.
63 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
- Don't see your idea?