Skip to content

dbForge Studio for Oracle

dbForge Studio for Oracle is a powerful Oracle database development environment that provides you versatile data editing tools for managing in-database and external data. It allows you to synchronize data between different Oracle servers and automate schema change management process during development.

http://www.devart.com/dbforge/oracle/studio/

dbForge Studio for Oracle

Categories

JUMP TO ANOTHER FORUM

78 results found

  1. Need multiple columns sorting in grid result, like DataGrip

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Is there support for Java codes and classes? The objects are not displayed in Object Viewer.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Some RDBMS distinguish between schema owner and data user. The data users schema is using synonyms to the schema owners schema.
    While the data user has an higher limit of sessions the schema owner has a limit of 1 session only.
    Here comes my feature idea - it would be good to ensure, that at least taking a snapshot is working with 1 connection only. Currently taking a snapshot and comparing schemas require more than 1 sessions.
    But both of those functions (snapshot, schema comparison) are core functionality for schema maintenance and customer support.

    Thanks

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. when a piece of code or text is selected in editor, matching expression should be highlighted.
    Ie I double click on my variable (str_name for instance), the variable is highlighted everywhere it appears in the file ...

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Could you add a property on the Database Connection Properties(Advanced Tab) to handle the connections number of the database pool in order to limit the number of connections.
    Thanks.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. It would be good to have the possibility to freeze columns in the grid in the data edit, like in this example.

    https://docs.devexpress.com/WPF/6302/contr
    ols-and-libraries/data-grid/grid-view-data-layout/columns-and-card-fields/fixed-columns-and-bands

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. When generating a report, the entered report storage location is not retained and needs to be entered every time.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. All of the following from both the IDE and Command Line
    Schema Export to SQL Files
    Schema Compare of Database to SQL Files
    Generate Create script from SQL Files
    Generate Diff Script from SQL Files
    Deploy Create Script to Database
    Deploy Diff Script to Database
    Commit SQL Files to Git Repo

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. With database containing many objects, and multiple environments, it would be great to have a feature where one can only work with a chosen set of tables and add/remove more as needed.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. like the one in sql developer that allow a dinamic instant filter for object type

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Allow user to place the select statement of datasource inside, for instance ,a specific sheet of Excel.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. "Compile" button for packages and procedures

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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 you

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?