Oracle APEX 19.2将应用程序移动到另一个主机

2guxujil  于 2023-06-22  发布在  Oracle
关注(0)|答案(2)|浏览(138)

我从一个oracle apex 19.2主机导出了一个应用程序,并成功地将其导入到另一个oracle apex 19.2主机。但是当我启动应用程序时,我得到以下错误:

You are not authorized to view this application, either because you have not been granted access, or your account has been locked. Please contact the application administrator.
Access denied by Application security check

Technical Info (only visible for developers)
is_internal_error: true
apex_error_code: APEX.AUTHORIZATION.ACCESS_DENIED
component.type: APEX_APPLICATION_AUTHORIZATION
component.id: 14644239902526063
component.name: Reader Rights

那么问题出在哪里呢?谢谢

14ifxucb

14ifxucb1#

验证应用程序中的安全属性。如果您正在为 Source for Role or Group Schemes 使用 Access Control User Role Assignments,则需要在 Shared Components -> Application Access Control 中添加角色和属性用户。

yb3bgrhw

yb3bgrhw2#

您可能忘记将角色分配给管理员用户...转到“访问控制/共享组件/应用程序访问控制”,然后为用户分配角色。请记住,您需要在此页面中创建用户并分配角色。
根据APEX DOC,当您导出(和导入)应用程序时,需要手动执行此操作。
希望这对你有帮助。问候

相关问题