暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

Oracle 限制应用程序访问同一工作区中的开发人员

ASKTOM 2019-09-25
236

问题描述

如何在app builder中仅向用户显示一定数量的应用程序 (即用户不应能够看到app builder中的所有应用程序)?

在Oracle Apex工作区中,我需要创建一个新用户 (管理员角色),以便新用户只能在其app builder中看到选定的应用程序。原始工作区中的所有应用程序都不应可见。

专家解答

我从顶级产品经理之一大卫·皮克那里得到了这个

Assuming you are asking about access to App Builder and not end user access --
There is no way to limit access to apps within a workspace. If you have developer or Workspace Admin rights on the workspace then you can access all of the apps within that workspace.
An alternative would be to set up 3 workspaces:
Workspace 1 = Apps 121, 122, 123; Developer = User A
Workspace 2 = Apps 124, 125; Developer = User B
Workspace 3 = Apps 126, 127; Developers = User A and User B
Each Workspace can be associated with the same schemas or be associated with different schemas as required.
Each workspace can also be associated with multiple schemas = many to many associations between workspaces and schemas.
For example, Workspace 1 associated with Schema X and Schema Z, Workspace 2 associated with Schema Y and Schema Z, and Workspace 3 associated with Schema Z

文章转载自ASKTOM,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论