Recent content by bro

  1. B

    Quick ribbon - blank icon

    In File category there is a "blank" icon. If I move it to the quick ribbon I don't see blank space, but some green circle ;)
  2. B

    Commit/Rollback Buttons

    Yes, I agree. For me they are most important icons in PL/SQL developer, so they should be distinguishable. Now, even for non-color blind person, they are hard to spot (I mean quick ribbon). I don't mind to use old style icons or colors at least.
  3. B

    Code assistant - missing objects

    T-Gergely, regarding your post: It is working for me, at least in 12c. I mean selecting dba_scheduler* views from all_users. RAFF@INL_PDB> select username, privilege from user_sys_privs; USERNAME PRIVILEGE ------------------------------...
  4. B

    Code assistant - missing objects

    Thanks Marco, it worked :) Another question. Suppose I have schema HR, and I'm logged as user USER1. In USER1 schema there is HR table. When I press after select * from HR. It gives me list of table columns. But I would like to see here list of objects in HR. schema. Is it possible? I know HR...
  5. B

    Code assistant - missing objects

    I have select any dictionary privilege, but when typing: select * from v$sql I'm getting only 3 objects: v$sqlfn_arg_metadata v$sqlfn_metadata v$sqlpa_metric Why the rest of them are not visible? The same is for objects in another schema. If I have select privileges to other schema objects...
  6. B

    Unpinned docking area windows are not updated/refreshed

    11.0.4.1774 Here's the video of this behavior.
  7. B

    Unpinned docking area windows are not updated/refreshed

    I have bookmark and project windows docked on the right side of PL/SQL Developer. When they are unpinned, bookmark window is not refreshing. When I set some bookmarks, I don't see them until I resize Window. Sometimes also Project window is not updated. For example, when I'm opening some project...
  8. B

    Open .SQL files

    I've done following to help myself with this behavior. I've created new toolbar and added buttons from File->Change window to. Now, with one easily accessible button click I can change window type. Additionally if you add files to project, it can remember window type at time when you pressed...
  9. B

    No column comments in Single Record View

    Solved. SQL Window -> "Show Dictionary Info In Result Grid" must be set to display column comments in Single and Multi Record View.
  10. B

    No column comments in Single Record View

    No. Same for data type if Object Browser -> Show datatypes is enabled. No data type is displayed.
  11. B

    No column comments in Single Record View

    I don't see any column comments in Single Record View. Version 11.0.3.1770 Example: create table test (i integer); comment on column test.i is 'hello'; select * from user_col_comments where table_name = 'TEST'; TABLE_NAME COLUMN_NAME COMMENTS ORIGIN_CON_ID ---------------...
  12. B

    Table view sql still not showing interval partitioning clause

    Hi, I still can't see interval clause in 11.0. Has support for it been added to 11.0 release?
  13. B

    Unpinned window does not follow main connection

    I think it could be plugin/toolbar issue. When I disable and remove all plugins from plugin directory, windows follow main connection. When I copy and enable one plugin, windows stop following main connection. But when i click "Save Toolbar" windows again starts to follow main connection. Now I...
Back
Top