SQLDeveloper displays no tables under connections where it says tables

后端 未结 3 1804
旧巷少年郎
旧巷少年郎 2020-12-11 00:45

I am not sure why but I just installed SQLdeveloper 32 bit (3.0.0.4). When I click to expand the tables/views/indexes or etc it displays nothing at all!

But when I

相关标签:
3条回答
  • 2020-12-11 01:11

    The SQL Developer tree shows you what objects you own, not what objects you have access to. If you want to see the objects that you have access to that are owned by other users, you would need to navigate to the "Other Users" branch of the tree, then the user that owns the table, then the "Tables" branch.

    0 讨论(0)
  • 2020-12-11 01:14

    Add select privilege to all_objects/user/ojects in the db user

    0 讨论(0)
  • 2020-12-11 01:29

    Launch SQL Developer as administrator

    0 讨论(0)
提交回复
热议问题