Re: How to install the Database Resource Manager package
From: http://www.webyourcompany.com <xzhang88_at_hotmail.com>
Date: 26 May 2003 23:23:31 -0700
Message-ID: <2f50b64b.0305262223.35237052_at_posting.google.com>
4 rows selected.
Date: 26 May 2003 23:23:31 -0700
Message-ID: <2f50b64b.0305262223.35237052_at_posting.google.com>
You don't need to install it...
Oracle8i comes with a default setup of the Resource Manager elements:
Resource plan
select plan, cpu_method, status from dba_rsrc_plans;
PLAN CPU_METHOD STATUS
-------------- ------------- --------------
SYSTEM_PLAN EMPHASIS ACTIVE
SVRMGR> select consumer_group, cpu_method, status,mandatory
from dba_rsrc_consumer_groups; 2> CONSUMER_GROUP CPU_METHOD STATUS MAN ------------------------------ ------------------------------ ------------------------------ --- OTHER_GROUPS ROUND-ROBIN ACTIVE YES DEFAULT_CONSUMER_GROUP ROUND-ROBIN ACTIVE YES SYS_GROUP ROUND-ROBIN ACTIVE NO LOW_GROUP ROUND-ROBIN ACTIVE NO
4 rows selected.
Here is a general guideline of the steps in implementing a Database Resource Manager plan:
- Create resource plans
- Create resource consumer groups
- Create resource plan directives
- Grant switch privilege for resource consumer groups to users or roles
- Assign users to resource consumer groups
- Specify a plan to be used by the instance
"Michael Lai" <michael_lwt_at_sympatico.ca> wrote in message news:<sHvAa.1671$ik4.206043_at_news20.bellglobal.com>...
> Hi all,
>
> how to install the Database Resource Manager package
>
> regards,
>
> Michael
Received on Tue May 27 2003 - 08:23:31 CEST