Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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-01217: logfile member belongs to a different logfile group

1 Answers  


ORA-02176: invalid option for CREATE ROLLBACK SEGMENT

1 Answers  


ORA-39026: master table is inconsistent on validation string

1 Answers  


ORA-19616: output filename must be specified if database not mounted

1 Answers  


ORA-00054: resource busy and acquire with NOWAIT specified

1 Answers  


ORA-33084: (XSAGDNGL42) In AGGMAP workspace object, you cannot qualify the dimensioned valueset workspace object.

1 Answers  


NNO-00111: line string: data type "string" has syntax "string", should be "string", data ignored

1 Answers  


ORA-01687: specified logging attribute for tablespace 'string' is same as the existing

1 Answers  


PLS-00459: this feature is not allowed in REPEATABLE subprogram

1 Answers  


LPX-00609: Function call with invalid number of arguments in '~1S'.

1 Answers  


TNS-00246: Connection Manager: Failed to start tracing

1 Answers  


ORA-12483: label not in OS system accreditation range

1 Answers  


Categories