InterviewSolution
Saved Bookmarks
| 1. |
What Is The Significance Of “priority” Field In Concurrent Program Definition? |
|
Answer» ORACLE definition for PRIORITY: Priority is used to indicate the priority that the concurrent request will be assigned when it is submitted. If you do not ASSIGN a priority, the user’s profile option Concurrent:Priority sets the request’s priority at SUBMISSION. Oracle definition for Priority: Priority is used to indicate the priority that the concurrent request will be assigned when it is submitted. If you do not assign a priority, the user’s profile option Concurrent:Priority sets the request’s priority at submission. |
|