Think Foward Logo Tested on Oracle 8i Tested on Oracle 10g

SQL Script

Create Database Resource Manager Plan

Updated: 30-Jun-2002
Version: 1.0

Description

This script creates a simple resource manager plan.

Parameters

None

SQL Source

REM Copyright (C) Think Forward.com 1998- 2005. All rights reserved. 
begin begin dbms_resource_manager.create_simple_plan (simple_plan => 'MY_PLAN' ,consumer_group1 => 'USERS', group1_cpu => 90 ,consumer_group2 => 'ADMIN', group2_cpu => 10 ); exception when others then null; end; end; /

Return to Index of SQL Scripts


Site Map

General Information : Home | Company Profile | Contact Us | Legal
Database Support : Proactive Support | Pay Per Incident Support
Expert Services : High Availability | Creative Solutions | Training
Build Services : Oracle Installations | Revive your Oracle Setup | Low Cost Development
Free Oracle Resources: DBA Scripts | Oracle Links