sql 在SQL Developer中设置APEX SESSION

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 在SQL Developer中设置APEX SESSION相关的知识,希望对你有一定的参考价值。

declare
  v_ws_id number;
  v_app_id number := &app_id;
  v_session_id number := &session_id;
begin
  select workspace_id into v_ws_id from apex_workspaces;
  
  wwv_flow_api.set_security_group_id(v_ws_id);
  wwv_flow.g_flow_id := v_app_id;
  wwv_flow.g_instance := v_session_id;
end;

以上是关于sql 在SQL Developer中设置APEX SESSION的主要内容,如果未能解决你的问题,请参考以下文章

为啥 APEX 和 Oracle SQL Developer 中的日期格式不同?

ALTER SESSION SET nls_date_format 在 APEX 中不起作用。但是在 SQL Developer 中工作

如何更改 sql developer 中的默认架构?

oracle数据库11g和18c有啥区别? oracle sql developer和oracle apex与这些有啥关系?

在对应用程序进行更改时,Oracle SQL Developer 19.2 版和 Oracle APEX 4.2 版是不是会相互支持?

为啥该属性未在 Salesforce Apex 中设置?