192 results found
-
add confirm dialog when clearing bookmarks
Need confirm dialog when clearing bookmarks
1 vote -
Ability to select multiple schemas for creating snapshots
It would be nice if i can select multiple schemas for creating snapshots. "New Schema Comparison" window design is very handy and can be take as an example.
2 votes -
No data in global temporary tables
Data in global temporary tables not showing in data explorer of table, but in query like "select * from some_gtt" all data is visible. Version of DB Forge Studio is 4.0.237
1 vote -
add parametr parser to "Edit Parameters(ctrl+shift+P) window
Then i use query with many param i need write all it into the parameters table hand by hand.
select :p1,:p2,:p3,:p4,:p5,:p6,:p7,:p8,:p9,:p10 from dual
please add textbox what i put m.b. JSON as:
{p1:1,p2:2,p3:3,p4:4,p5:5,p6:6,p7:7,p8:8,p9:9,p10:10} and it asserted to query and used in execute.
And can optuinal add type:
{p1:[1,number],p2:[2,number], p3:3,p4:4,p5:5,p6:6,p7:7,p8:8,p9:9,p10:10} with varchar2 as default2 votes -
"Compile" button for packages and procedures
"Compile" button for packages and procedures
1 voteAdminDevart (_, Devart) responded
Hello,
Could you send us a screenshot of the ‘Complie’ button missing?
-
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 -
Quick preview and export
Export current result set as insert statement to file and to clipboard (how is it in toad). Quick preview of the selected object (like F4 in Toad).
4 votes -
Database settings Visual viewer/editor
Add visual editor for Oracle database settings
2 votes -
Add custom folders to the Database Explorer Window
I'd like to be able to create a folder(s) in the Database Explorer Window based on a filter. For example...
Create a folder named Customer Tables. The folders contents are based on the filter "table_name like 'CUST%'".
Maybe even mix object types so I can see all customer tables and stored procedures.1 vote -
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 -
Better text editor for Report scripting C#
Reports allow to add C# scripting for specific events. This is a great feature, but the editor used to write c# is really poor, basic. No intellisense, no indentation, etc...
I think it could be great to use a better editor.
Thank you1 vote -
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 -
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 -
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 -
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
- Don't see your idea?