Database Administration (MOSC)

MOSC Banner

Issues with pending area

edited Aug 13, 2013 1:52PM in Database Administration (MOSC) 10 commentsAnswered
Hi, I'm new to the Oracle Database and I just ran into some issues with resource plan. My DB version is 11gR2 running on windows server 2003.

Based on the documentation at http://docs.oracle.com/cd/B28359_01/server.111/b28310/dbrm003.htm, I tried to execute the following:

BEGIN
DBMS_RESOURCE_MANAGER.clear_pending_area;
DBMS_RESOURCE_MANAGER.create_pending_area;
dbms_resource_manager.set_initial_consumer_group(user => 'TESTER1'
,consumer_group => 'DSS_GROUP');
DBMS_RESOURCE_MANAGER.validate_pending_area;
DBMS_RESOURCE_MANAGER.submit_pending_area;
END;

It failed with the following error message:
ORA-29370: pending area is already active

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center