Friday, February 1, 2013

How to Create a Oracle EBS Custom Concurrent Manager

Reference:

How to Create a Custom Concurrent Manager [ID 170524.1]

A. Define Concurrent Manager


Manager : XXXX Custom Manager
Short Name : XXXX_CUSTOM_MANAGER
Application Name: XXXX Custom Application
Type : Concurrent Manager
Cache Size : 5
Name : FNDLIBR



B. Assign workshift


Work Shift : Standard
Processes : 1

C. Include concurrent program to newly created concurrent manager


D. Exclude concurrent program from the standard manager
E. Bounce concurrent manager to take effect


Azure AKS - Diag Logs - KQL

AzureDiagnostics | where Category == "kube-audit" | summarize requests = count() by bin(TimeGenerated, 5m), userAgent_s | orde...