Tuesday, December 7, 2010

In R12 you can set your SQL session context for a single OU with the following


BEGIN
  execute mo_global.set_policy_context('S',2);
END;
The ‘S’ means Single Org Context
2 is the ORG_ID I want set
 
 ============================= 


No comments:

Post a Comment