alter session set nls_language='SIMPLIFIED CHINESE';
alter session set nls_language ='AMERICAN';

execute mo_global.set_policy_context('S','89');
execute mo_global.set_policy_context('M', null);

select * from org_organization_definitions;

相关文章:

  • 2021-05-06
  • 2021-12-23
  • 2022-02-28
  • 2021-11-19
  • 2022-12-23
  • 2021-12-24
猜你喜欢
  • 2021-09-25
  • 2021-07-12
  • 2021-10-04
  • 2021-11-27
  • 2021-07-30
  • 2021-10-19
  • 2022-12-23
相关资源
相似解决方案