gpt4 book ai didi

c# - 如何在 C# 中从 Oracle SQL Developer 检索 'Other Users' 的列表?

转载 作者:太空宇宙 更新时间:2023-11-03 15:42:42 25 4
gpt4 key购买 nike

最近我一直在尝试在 C# 中为 Oracle DB 执行数据库查询的所有基本操作。我已经成功地能够检索表和查看数据,但现在我卡住了。

首先,当我创建新连接时,我不明白“其他用户”到底是什么意思,如下所示:

enter image description here

这些有什么作用?如果有人可以建议一种检索此列表的方法,那也会很棒吗?

最佳答案

How to retrieve the list of 'Other Users' from Oracle SQL Developer in C#?

使用 Oracle 提供的 View 。

例如,

SELECT * FROM ALL_USERS;

来自 documentation ,

ALL_USERS

  • ALL_USERS lists all users of the database visible to the current user. This view does not describe the users (see the related views).

Related Views

  • DBA_USERS describes all users of the database, and contains more columns than ALL_USERS.

  • USER_USERS describes the current user, and contains more columns than ALL_USERS.

关于c# - 如何在 C# 中从 Oracle SQL Developer 检索 'Other Users' 的列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29649525/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com