1.

What Are The Uses Of A Database Resource Manager?

Answer»

1) The database resource manager enables us to limit the length of time a user session can STAY idle and to automatically TERMINATE long-running SQL statements and user SESSIONS.
2) USING the database resource manager we can set initial login priorities for various consumer groups. 
3) By using the concept of active session pool,we can specify the maximum number of concurrent active sessions for a consumer group-the Database resource manager will automatically queue all the subsequent requests until the currently running sessions complete.

1) The database resource manager enables us to limit the length of time a user session can stay idle and to automatically terminate long-running SQL statements and user sessions.
2) Using the database resource manager we can set initial login priorities for various consumer groups. 
3) By using the concept of active session pool,we can specify the maximum number of concurrent active sessions for a consumer group-the Database resource manager will automatically queue all the subsequent requests until the currently running sessions complete.



Discussion

No Comment Found