ORA-07452: specified resource manager plan does not exist in
the data dictionary

Answers were Sorted based on User's Feedback



ORA-07452: specified resource manager plan does not exist in the data dictionary..

Answer / maher habash

solution 1:
if you are using spfile, just disable the resource plan
that is not available in data dictionary by the following
command:

alter system set resource_manager_plan='' ;

solution 2:
if you are using init file just comment the resource plan
line

Regards
Maher

Is This Answer Correct ?    2 Yes 0 No

ORA-07452: specified resource manager plan does not exist in the data dictionary..

Answer / artur wosinski

if using spfile:
startup mount;
alter system set resource_manager_plan='' ;
alter database open;

if using pfile:
comment out line with resource plan.
startup;

Is This Answer Correct ?    1 Yes 0 No

ORA-07452: specified resource manager plan does not exist in the data dictionary..

Answer / binod

If the ora-07452 occurs, then this is b'coz we have tried to specified the resource manager plan that is not available in the data dictionary..remember the plan should be exist otherwise the error will occur.. To solve the error follow the enumerated steps

1. First of all try to look the alert log file in the bdump dir

2.There is bdump you will find the cause of the error

3.shutdown immediate/normal

4.startup mount

5.alter system set resource_manager_plan='' ;

Thank you

Is This Answer Correct ?    1 Yes 0 No

ORA-07452: specified resource manager plan does not exist in the data dictionary..

Answer / guest

Cause: User tried to load a resource manager plan that does
not exist.

Action: Use a resource manager plan that exists in the data
dictionary.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13615: The task or object string is greater than the maximum allowable length of 30 characters.

1 Answers  


PCB-00233: Table size mismatch in INTO/USING. Minimum is: number

1 Answers  


AUD-00808: ORDSpeechIndex: unable to CREATE internal Text index

1 Answers  


ORA-32814: propagation schedule string does not exist

1 Answers  


LPX-00216: invalid character ~1u (~2X)

1 Answers  






RMAN-12005: error during channel cleanup

1 Answers  


NZE-28834: Buffer is too small.

1 Answers  


DRG-12422: write to client failed

1 Answers  


RMAN-06077: datafile string is a different version than contained in the controlfile

1 Answers  


ORA-38762: thread string redo log with scn string could not be found

1 Answers  


LCD-00113: integer conversion error or negative integer [string]

1 Answers  


RMAN-06018: duplicate operand specified in backup specification: string

1 Answers  


Categories