Link to home
Start Free TrialLog in
Avatar of crishna1
crishna1Flag for United States of America

asked on

ORA-1925 maximum of 30 enabled roles exceeded

ORA-1925 maximum of <#> enabled roles exceeded

can someone please help me how to fix this error.

many thanks.
Avatar of crishna1
crishna1
Flag of United States of America image

ASKER

i am using 9.2.0.5.
Avatar of seazodiac
Error:  ORA 1925  
Text:   maximum of <num> enabled roles exceeded  
-------------------------------------------------------------------------------
Cause:  The specified number of enabled roles exceeds the value specified in          
the initialization parameter MAX_ENABLED_ROLES.



Action: Increase MAX_ENABLED_ROLES and restart the instance.



This should do it for you. Just need to modify INIT<SID>.ORA file located under $ORACLE_HOME/network/admin folder.

and restart the database.
you might use SPFILE instead.

to make the modifiction in init<SID>.ora into effect, you have to regenerate SPFILE after editing the init<SID>.ora

SQL>create spfile='<SPFILE file path>' from pfile='<PFILE location>';

then start the database
i could'nt find tha parameter MAX_ENABLED_ROLES  in the init.ora file, do i have to add it?
ASKER CERTIFIED SOLUTION
Avatar of seazodiac
seazodiac
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial