11 results found
-
In Text Editor > Code Completion > Advanced please make "Never" an option for quote identifiers
The tool is adding quotes where they are not needed (for instance if x is a %rowtype and you type x.a it will become x."a" which is not needed).
4 votes -
password reset / expiration
Other database clients have the capability to deal with an expired password by changing the expired password of the user account, updating the internal stored password, and logging in with the new password through a simple UI.
Oracle DB Forge Studio does not offer any option to deal with an expired password, an alternative database client seems to be the only answer.
3 votes -
Create option in dbForge for Oracle object file extensions, then make add Fusion to VS File Extension dialog.
Fusion doesn't play well with SSDT in the same solution. Fusion grabs all .sql file associations. Double click on a .sql file in Sql Server Database Project and Fusion prompts you for a connection to Oracle. The only way to get the file loaded into SSDT Designer is to right click the file. This could all be solved if DevArt tokenized the file extension and allowed the user to choose: .plsql.
1 voteAdminDevart (_, Devart) responded
When installing dbForge Fusion, it becomes the default editor for opening *.sql files and you are asked to select a connection in the dbForge Fusion’s dialog. Though, you can change the default editor in the ‘Open With’ dialog of Visual Studio. For this, please perform the following:
1. Select ‘File → Open File…’ from the main menu of Visual Studio. The ‘Open File’ dialog opens.
2. Select a *.sql file and click the down-arrow against the ‘Open’ button.
3. Select ‘Open With…’.
4. Select an editor and click ‘Set as Default’.
5. Click ‘OK’. -
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 -
CURSOR support
SELECT CURSOR( SELECT * FROM dual ) FROM dual;
Returns ORA-01001: invalid cursor
On second try to open cell, the app crashes.
Other tools let you explorer contents of cursor.1 voteWe will fix this issue in one of the next product builds and will notify you once it’s available for downloading.
-
Forget about caching metadata. This is the biggest foolishness I ever saw
Forget about caching metadata. This is the biggest foolishness I ever saw.
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 -
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 -
Set disable for tooltip on tab panel.
Tooltip hinders when clicking on the tabs panel.
1 vote -
1 vote
-
Problem with "Default On NULL"
I have column definied by:
AA CHAR(1 CHAR) DEFAULT 'Y' NOT NULL
I want to check this column with "DEFAULT ON NULL".
After checking this option in dbForge Studio 2021 4.3.34 column definition changes to:
AA CHAR(1 CHAR) DEFAULT BY DEFAULT ON NULL 'Y'
what is incorrect.
My database: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.3.0.0.0
1 vote
- Don't see your idea?