How do I view Oracle database objects such as users in Datagrip? Like the way schema browser in Toad and SQL Developer work?
In datagrip, all I see is tables, views , functions and procedures of the current user.
1. I do not see schema of other users.
2. I do not see ALL database objects like SQL Developer and TOAD lets you see.
请先登录再写评论。
@Kvenka1 Hi,
> 2 I do not see ALL database objects like SQL Developer and TOAD lets you see.
What do you mean by "ALL"? Could you specify missing object types list?
>1
Do you have privileges to see other users' schemas?
Thank you.