ORA-01925: maximum of 148 enabled roles exceeded

Hi
i m running oracle 9i db R2. i m receiveing this error plz help me how can i resolve this issue.My max_enabled_roles parameter has value 148.
ORA-01925: maximum of 148 enabled roles exceeded
Thanks

Hi,
what is the result of the below query you are getting .. ??
SQL> SELECT grantee, count(*)
2 FROM (SELECT grantee, granted_role
3 FROM dba_role_privs
4 CONNECT BY PRIOR grantee = granted_role)
5 GROUP BY grantee
6 HAVING count(*) = (SELECT max(count(*))
FROM (SELECT grantee, granted_role
7 8 FROM dba_role_privs
9 CONNECT BY PRIOR grantee=granted_role)
10 GROUP BY grantee);
Increasing max_enabled_roles will not help.
The max limit is 148 per the Oracle documentation. If you go through the
documentation carefully this parameter is defined as "the maximum number of database roles that users can enable, including roles contained within other roles"
Try to check or re-modify the structures (role),whether user needs max opf 148 roles in order to function properly or not.
Note :-
For your reference if you want to modify the parametes values ,
using ALTER SYETEM SET max_enabled_roles=<some value> scope = memory or spfile. (Based on the your db, which parameter it might be using.
Thanks
Pavan Kumar N

Similar Messages

  • ORA-01925 maximum of 60 enabled roles exceeded.

    Dear All,
    When I try to connect to Oracle through System/pwd@DB, it generates the following error.
    ORA-01925 maximum of string enabled roles exceeded
    Cause: The initialization parameter MAX_ENABLED_ROLES has been exceeded.
    Action: Increase MAX_ENABLED_ROLES and warm start the database.
    I just wanted to know, where this parameter, MAX_ENABLED_ROLES should be found? I looked it in init.ora, but its not there. Should this be added manually?
    Thank you,
    Zaaf

    1.when ever a parameter is not defined in the init.ora file then those parameters will take the default values
    2.To Find the exsisting value for the parameter, execute the below command
    SQL> show parameter MAX_ENABLED_ROLES
    3. This is a static parameter and the range can be between 0 to 148
    4.To change the parameter
    (i) shutdown the database
    (ii) include the parameter in init.ora file and set the value as required
    (iii) startup the database

  • ORA-01925: maximum of 20 enabled roles exceeded

    This is a newbie question, I have a little over 48 hours of Oracle experience and could not readily find an answer. How do I set this value in an NT environemt. I have tried a couple of things I found in the help and pdf manuals but I still receive this when logging in as SYS. I need this fixed as WEBDB needs this account to install correctly. Thanks for any assistance.

    see oracle error message
    ORA-01925: 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
    SO OPEN INIT.ORA file your instance is using.ADD the following line
    MAX_ENABLED_ROLES=60
    and restart the instance.
    20 is the default value
    [email protected]
    California USA
    null

  • ORA-01925: maximum of 30 enabled roles exceeded

    Hi all,
    We are getting "ORA-01925: maximum of 30 enabled roles exceeded" error in our alert logfile.
    We are using oracle 9.2.0.8 and the value of
    show parameer max_enabled
    max_enabled_roles integer 30

    SQL> select * from dba_role_privs;
    GRANTEE GRANTED_ROLE ADM DEF
    HO CONN NO YES
    HO CONNECT NO YES
    HO RESOURCE NO YES
    CRO CONNECT NO YES
    CRO RESOURCE NO YES
    DBA OLAP_DBA NO YES
    DBA XDBADMIN NO YES
    DBA JAVA_ADMIN NO YES
    DBA JAVA_DEPLOY NO YES
    DBA WM_ADMIN_ROLE NO YES
    DBA EXP_FULL_DATABASE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    DBA IMP_FULL_DATABASE NO YES
    DBA DELETE_CATALOG_ROLE YES YES
    DBA SELECT_CATALOG_ROLE YES YES
    DBA EXECUTE_CATALOG_ROLE YES YES
    DBA GATHER_SYSTEM_STATISTICS NO YES
    ERO CONNECT NO YES
    ERO RESOURCE NO YES
    NRO CONNECT NO YES
    NRO RESOURCE NO YES
    ODM AQ_USER_ROLE NO YES
    SRO CONNECT NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    SRO RESOURCE NO YES
    SRO DELETE_CATALOG_ROLE NO YES
    SRO SELECT_CATALOG_ROLE NO YES
    SYS DBA YES YES
    SYS CONN YES YES
    SYS CTXAPP YES YES
    SYS WKUSER YES YES
    SYS CONNECT YES YES
    SYS EDP_ROLE YES YES
    SYS OLAP_DBA YES YES
    SYS RESOURCE YES YES
    GRANTEE GRANTED_ROLE ADM DEF
    SYS XDBADMIN YES YES
    SYS EJBCLIENT YES YES
    SYS OLAP_USER YES YES
    SYS JAVAIDPRIV YES YES
    SYS JAVA_ADMIN YES YES
    SYS JAVASYSPRIV YES YES
    SYS JAVA_DEPLOY YES YES
    SYS OEM_MONITOR YES YES
    SYS AQ_USER_ROLE YES YES
    SYS JAVAUSERPRIV YES YES
    SYS HS_ADMIN_ROLE YES YES
    GRANTEE GRANTED_ROLE ADM DEF
    SYS JAVADEBUGPRIV YES YES
    SYS AUTHENTICATEDUSER YES YES
    SYS EXP_FULL_DATABASE YES YES
    SYS IMP_FULL_DATABASE YES YES
    SYS DELETE_CATALOG_ROLE YES YES
    SYS SELECT_CATALOG_ROLE YES YES
    SYS EXECUTE_CATALOG_ROLE YES YES
    SYS AQ_ADMINISTRATOR_ROLE YES YES
    SYS LOGSTDBY_ADMINISTRATOR YES YES
    SYS RECOVERY_CATALOG_OWNER YES YES
    SYS GATHER_SYSTEM_STATISTICS YES YES
    GRANTEE GRANTED_ROLE ADM DEF
    WRO CONNECT NO YES
    WRO RESOURCE NO YES
    XDB RESOURCE NO YES
    XDB JAVAUSERPRIV NO YES
    RMAN CONNECT NO YES
    RMAN RESOURCE NO YES
    RMAN RECOVERY_CATALOG_OWNER NO YES
    TEST DBA NO YES
    TEST CONNECT NO YES
    ICAI4 CONNECT NO YES
    ICAI4 RESOURCE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    ICAI4 EXP_FULL_DATABASE NO YES
    ICAI4 IMP_FULL_DATABASE NO YES
    OUTLN CONNECT NO YES
    OUTLN RESOURCE NO YES
    WKSYS DBA NO YES
    WKSYS CTXAPP YES YES
    WKSYS CONNECT NO YES
    WKSYS RESOURCE NO YES
    WKSYS JAVASYSPRIV NO YES
    WKSYS JAVAUSERPRIV NO YES
    WMSYS CONNECT NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    WMSYS RESOURCE NO YES
    WMSYS WM_ADMIN_ROLE YES YES
    CTXSYS CONNECT NO YES
    CTXSYS RESOURCE NO YES
    DBSNMP CONNECT NO YES
    DEEPAK CONNECT NO YES
    ITDATA CONNECT NO YES
    ITDATA RESOURCE NO YES
    ITDATA EXP_FULL_DATABASE NO YES
    ITDATA IMP_FULL_DATABASE NO YES
    ORDSYS RESOURCE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    ORDSYS JAVAUSERPRIV NO YES
    SYSTEM DBA YES YES
    SYSTEM SALES_HISTORY_ROLE YES YES
    SYSTEM AQ_ADMINISTRATOR_ROLE YES YES
    WKUSER CONNECT NO YES
    BKADMIN CONNECT NO YES
    BKADMIN RESOURCE NO YES
    BKADMIN RECOVERY_CATALOG_OWNER NO YES
    CADATA3 CONNECT NO YES
    CADATA3 RESOURCE NO YES
    CADATA3 SELECT_CATALOG_ROLE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    CADATA3 GATHER_SYSTEM_STATISTICS NO YES
    OLAPSYS CONNECT NO YES
    OLAPSYS OLAP_DBA NO YES
    OLAPSYS RESOURCE NO YES
    EDP_ROLE SELECT_CATALOG_ROLE NO YES
    OLAP_DBA SELECT_CATALOG_ROLE NO YES
    PERFSTAT SELECT_CATALOG_ROLE NO YES
    NROMEMBER CONNECT NO YES
    OLAP_USER CONNECT NO YES
    OLAP_USER RESOURCE NO YES
    OLAP_USER OEM_MONITOR NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    OLAP_USER SELECT_CATALOG_ROLE NO YES
    ORDPLUGINS RESOURCE NO YES
    INDEX_MAINT DBA NO YES
    JAVASYSPRIV JAVAUSERPRIV NO YES
    OEM_MONITOR CONNECT NO YES
    OEM_MONITOR RESOURCE NO YES
    EXP_FULL_DATABASE SELECT_CATALOG_ROLE NO YES
    EXP_FULL_DATABASE EXECUTE_CATALOG_ROLE NO YES
    IMP_FULL_DATABASE SELECT_CATALOG_ROLE NO YES
    IMP_FULL_DATABASE EXECUTE_CATALOG_ROLE NO YES
    SELECT_CATALOG_ROLE HS_ADMIN_ROLE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    EXECUTE_CATALOG_ROLE HS_ADMIN_ROLE NO YES
    LOGSTDBY_ADMINISTRATOR CONNECT NO YES
    LOGSTDBY_ADMINISTRATOR RESOURCE NO YES
    124 rows selected.
    SQL>
    SQL>
    Although total no. of roles are only 30 but when i am exec ablove script it is giving me 124,why

  • ORA-01925: maximum of num enabled roles exceeded

    When we get the message:
    ORA-01925: maximum of num enabled roles exceeded
    I know from the documentation that the corrective action is:
    Action: Increase MAX_ENABLED_ROLES and restart the instance.
    My question is, if the MAX_ENABLED_ROLES is the maximum number of roles that can be enabled for a user based on the following from the Oracle documentation, then who is the user that is exceeding the limit?? Is there a user that is inherently a member of every role created?
    From the documentation:
    MAX_ENABLED_ROLES specifies the maximum number of database roles that a user can enable, including sub-roles.
    The actual number of roles a user can enable is 2 plus the value of MAX_ENABLED_ROLES, because each user has two additional roles, PUBLIC, and the user's own role. For example, if MAX_ENABLED_ROLES is set to 5, user SCOTT can have 7 roles enabled, the five enabled by MAX_ENABLED_ROLES plus PUBLIC and SCOTT.
    null

    To find how large to make it issue the following query from sql*plus after connect as sys user.
    SELECT COUNT(*) , GRANTEE FROM DBA_ROLE_PRIVS WHERE DEFAULT_ROLE='YES' group by GRANTEE
    null

  • ORA-28031:maximum of 148 enabled roles exceeded

    Hello All,
    I'm seeing this error on 10gR2...After browsing metalink, it sounds like one workaround is to delete the number of roles such that the # is less than 148. I've tested this and it's ok.
    However, what can be done if all these roles are necessary. Has anyone encountered this problem? It's strange that there is such a hard limit on the # of roles.
    Thx.

    I'd suggest that roles exist to simplify user security management by allowing convenient grouping of privileges to reduce the number of individual grants that need to be maintained.
    At the point in time that you find you have ~150+ roles enabled for a single user, you have to ask whether you are doing something unusual and contrary to the intention.
    Perhaps before you lift this soft limit, you might think about the approach.
    Such is the point of soft limits I think.

  • Oracle 10g maximum number of enabled roles ORA-28031

    Hi all!
    ORA-28031 appears when there are more than 148 enabled roles for oracle 9i...but this number is the same for oracle 10g?
    Thank You!

    Check the parameter setting of MAX_ENABLED_ROLES
    SQL> alter system set MAX_ENABLED_ROLES=250 scope=spfile;
    alter system set MAX_ENABLED_ROLES=250 scope=spfile
    ERROR at line 1:
    ORA-00068: invalid value 250 for parameter max_enabled_roles, must be between 1
    and 148
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64biNicolas.

  • Java.lang.Exception: ORA-00020: maximum number of processes (150) exceeded?

    When i run my web-application with the embedded OC4J server, the following error message is prompted:
    java.lang.Exception: ORA-00020: maximum number of processes (150) exceeded
         void MyFolder.objects.MyObject.<init>(oracle.jbo.ApplicationModule, java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)
         void MyFolder.servlet.MyServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    Question:
    - What is the cause of this error message? How to avoid?
    - I intended to deploy my application to 9IAS server. Will the same problem occurs too?
    Thanks for your reply!

    Hi Pig,
    When i run my web-application with the embedded OC4J server, the following error message is prompted:
    java.lang.Exception: ORA-00020: maximum number of processes (150) exceeded
         void MyFolder.objects.MyObject.<init>(oracle.jbo.ApplicationModule, java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)
         void MyFolder.servlet.MyServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    Question:
    - What is the cause of this error message? How to avoid?.
    From the Oracle error message documentation:
    ORA-00020 maximum number of processes (string) exceeded
    Cause: All process state objects are in use.
    Action: Increase the value of the PROCESSES initialization parameter.
    Another alternative approach may be to configure your Connection pool and/or your ApplicationModule pool to optimize the use of
    database connections and/or restrict the number of database connections used by the application. For example, if your application
    has declared many root ApplicationModules (i.e. more than one ApplicationModule pool is in use) then it may help to enable the
    jbo.doconnectionpooling switch so that each ApplicationModule instance in the pools does not maintain a dedicated database
    connection while not in use. Another alternative if you are using the BC4J connection pool (not a JDBC datasource) may be to
    restrict the number of connections the pool can create to < 150 with the jbo.maxpoolsize switch. However, please note that this
    may have an impact on throughput.
    - I intended to deploy my application to 9IAS server. Will the same problem occurs too?.
    This is a database issue. So, yes.
    Hope this helps.
    JR

  • ASM issue ORA-00020: maximum number of processes (%s) exceeded (DBD ERROR)

    Hi All,
    i am running 10.2.0.3 with ASM (10.2.0.3) on SunOS (solaris 5.9)
    +ASM1> ps -ef | grep pmon
    oraunity  6174     1   0   Jan 01 ?         298:37 ora_pmon_UNITYQ1
    oraunity  6480     1   0   Dec 31 ?          84:21 asm_pmon_+ASM1
    oraunity  6085     1   0   Mar 09 ?         127:05 ora_pmon_UNIINFQ1
    oraunity 11442     1   0   Jan 01 ?         253:54 ora_pmon_UNIDWHQ1One of rdbms instanace UNIINFQ1 got some failuer due to archival error 'ORA-00257:Archiver error:connect internal only:until freed.'
    To drill down that, i tried to log in to +ASM1 instance to see space utilization under ARCH destination
    SQL> show parameter db_name
    NAME                                 TYPE        VALUE
    db_name                              string      UNIINFQ1
    log_archive_dest                     string      +UNITY_DG1/UNIINFQ1/archi tried following to log in to +ASM1
    UNITYQ1> export ORACLE_SID=+ASM1
    +ASM1> echo $ORACLE_SID
    +ASM1
    +ASM1> export ORACLE_HOME=/unity-rc001-q/ora01/app/oracle/product/10.2.0/asm10g
    +ASM1> echo $ORACLE_HOME
    /unity-rc001-q/ora01/app/oracle/product/10.2.0/asm10g
    +ASM1> sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.3.0 - Production on Wed Jun 10 00:44:35 2009
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Connected.
    SQL> select * from v$instance;
    select * from v$instance
    ERROR at line 1:
    ORA-01012: not logged onthen i did following
    +ASM1> asmcmd
    ORA-00020: maximum number of processes (%s) exceeded (DBD ERROR: OCISessionBegin)
    [oraunity] mhs-clust5-qa:/unity-rc001-q/ora01/app/oracle/admin/UNIINFQ1/bdump:i have also noticed high number of BEQUETH connections to +ASM1 instance
    +ASM1> ps -ef | grep +ASM1
    oraunity  6486     1   0   Dec 31 ?         193:20 asm_lmon_+ASM1
    oraunity  6533     1   0   Dec 31 ?          11:49 asm_ckpt_+ASM1
    oraunity  6482     1   0   Dec 31 ?         108:29 asm_diag_+ASM1
    oraunity  6527     1   0   Dec 31 ?           9:28 asm_mman_+ASM1
    oraunity  6210     1   0   Mar 09 ?           8:03 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  6484     1   0   Dec 31 ?           7:40 asm_psp0_+ASM1
    oraunity  6488     1   0   Dec 31 ?         221:17 asm_lmd0_+ASM1
    oraunity  6480     1   0   Dec 31 ?          84:21 asm_pmon_+ASM1
    oraunity  6529     1   0   Dec 31 ?           8:42 asm_dbw0_+ASM1
    oraunity  6535     1   0   Dec 31 ?           6:45 asm_smon_+ASM1
    oraunity  6523     1   0   Dec 31 ?         241:24 asm_lms0_+ASM1
    oraunity  6531     1   0   Dec 31 ?           9:22 asm_lgwr_+ASM1
    oraunity  6537     1   0   Dec 31 ?           9:03 asm_rbal_+ASM1
    oraunity  6539     1   0   Dec 31 ?          14:36 asm_gmon_+ASM1
    oraunity  6575     1   0   Dec 31 ?          45:59 asm_lck0_+ASM1
    oraunity  6328     1   0   Jan 01 ?          15:08 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  7866     1   0 16:09:10 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  6941     1   0 16:24:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 11553     1   0   Jan 01 ?          42:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  5010     1   0 16:23:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  1171     1   0 16:21:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 26147     1   0 16:18:49 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 17948     1   0 16:14:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 16097     1   0 16:13:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 19867     1   0 16:15:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 14221     1   0 16:12:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 25640  4784   0 02:36:15 pts/4       0:00 grep +ASM1
    oraunity  8513     1   0 16:09:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 23732     1   0 16:17:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  7864     1   0 16:09:09 ?           0:19 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  3109     1   0 16:22:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 27439     1   0 16:19:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 10400     1   0 16:10:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity  5588     1   0 16:23:49 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 16667     1   0 16:13:48 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 21832     1   0 16:16:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 12308     1   0 16:11:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 29330     1   0 16:20:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oraunity 25581     1   0 16:18:30 ?           0:00 oracle+ASM1 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))Can anyone help me to solve this issue without shutting down +ASM1. (this instance is used by rest 3 databases as well..so down time is not feasible)
    Regards,
    Bhavik Desai

    You should check alert log file on database like Alex told you.
    And please post Error ;)
    But If You can access +ASM, Or ...by the way... if you stop database ... try to check ASM diskgroup.
    $ export ORACLE_SID=+ASM1
    $ sqlplus / as sysdba
    SQL> set lines 130
    SQL> set pages 10000
    SQL> select NAME, TOTAL_MB, FREE_MB from v$asm_diskgroup;
    If your DISKGROUPs for archivelog on DB full... backup or delete them
    (please start database mount mode)
    $ export ORACLE_SID=DB1
    $ sqlplus / as sysdba
    SQL> startup mount;
    SQL> show parameter log_archive_dest
    backup archivelog
    $ rman target /
    RMAN> backup ARCHIVELOG ALL DELETE INPUT format 'ARCH_%d_%U' ;
    or delete
    $ rman target /
    RMAN> delete ARCHIVELOG ALL ;
    After that ...
    $ sqlplus / as sysdba
    SQL> alter database open
    This justs my suggestion, if your database has the problem with ASM diskgroup full ... because archvielog...
    By the way... please post your result from ASM query and alert log file
    Good Luck

  • ORA-19921: maximum number of 64 rows exceeded

    while trying to connect to the database through rman, I got this error;
    Recovery Manager: Release 10.2.0.2.0 - Production on Tue Nov 24 10:59:34 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-06900: WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901: WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
    ORACLE error from target database:
    ORA-19921: maximum number of 64 rows exceeded
    connected to target database: <SID> (DBID=XXXXXXXXXX)
    RMAN>
    This is Oracle 10g running on AIX server.
    Can anyone have an idea of resolving this issue.
    Regards
    Paul

    Tellling the OpsTeam to ignore RMAN jobs that return errors is not an ideal solution.
    Similar errors continue after upgrading to 12.0.4.2.
    So the fix, does not fix all occurrances.
    Have found additional information, and you may be able to look at your errors too for more info.
    connected to target database: MyTargetDB (DBID=1591642534)
    RMAN-06900: WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901: WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
    ORACLE error from target database:
    ORA-19921: maximum number of 128 rows exceeded
    SQL> connect system@mytargetdb
    Enter password: *******
    Connected.
    SQL> select count(*) from v$rman_output;
    COUNT(*)
    32948
    SQL> select * from v$rman_output where rownum <2;
    SID RECID STAMP SESSION_RECID SESSION_STAMP
    OUTPUT
    RMAN_STATUS_RECID RMAN_STATUS_STAMP SESSION_KEY
    505 1 709915346 186630 709912681
    RMAN-06207: WARNING: 1 objects could not be deleted for SBT_TAPE channel(s) due
    187039 709915343 186630
    SQL> select count(*) from v$rman_output
    where OUTPUT like 'RMAN-06207%'
    COUNT(*)
    3248 <==== only about 10% of the rows have the same RMAN-06207 error
    SQL> select * from v$rman_output where SESSION_KEY <> 186630;
    no rows selected <=== All rows appear to have SESSION_KEY 186630
    I have opened an SR with Oracle Support to find out how to clear out the error mesage entries in v$rman_output.
    I will also need to determine why the RMAN deletion of backups placed these (and other) messages into this table.

  • ORA-00020: maximum number of processes (%s) exceeded

    nobody was able to log into the database. when I tried 'sqlplus / as sysdba' I got : ORA-00020: maximum number of processes 1000 exceeded
    database is 11.2.0.2 with patch 12
    I've bounced the database and increased the processes..
    my question is.. is there a way to tell what the processes were? what machine they were coming from? in a log somewhere..
    Since I was unable to log in, I couldn't tell what had happened.. who was causing it..
    if it happens again.. is there a way to log it?
    also, this machine has DataGuard to a standby system.. is it possible for something to go wrong with dataguard and cause this?

    >
    my question is.. is there a way to tell what the processes were? what machine they were coming from? in a log somewhere..
    Since I was unable to log in, I couldn't tell what had happened.. who was causing it..
    if it happens again.. is there a way to log it?
    also, this machine has DataGuard to a standby system.. is it possible for something to go wrong with dataguard and cause this?
    >
    You have only treated the symptom and not fixed the cause. As fellow members said, you could kill some "non-critical" processes and log in to the database.
    But you will have to find out why there were so many processes in place. I am sure you might have set the definite number of processes after your planning before you went live. If you suddenly see too many processes, you will have to find out why and where they are coming from. Also check if there are any rogue processes.
    To find out if there are any processes which have no sessions attached
    select spid from v$process where addr not in (select paddr from v$session);
    To answer your question, data guard shouldn't be affected by this. Nor would dataguard cause this issue in primary.
    Fix this processes issue before it's too late. Otherwise, there will be a situation when you will have to keep increasing the processes until you hit the OS limit
    Regards
    Venkat

  • ORA-00020: maximum number of processes 1000 exceeded

    Hello,
    Oracle 10.2.0.4.0
    O/S: Windows Server 2003-64 bits
    RAM: 32Gb
    Instance: opext
    show SGA
    Total System Global Area 10284433408 bytes
    Fixed Size 2180960 bytes
    Variable Size 1574353056 bytes
    Database Buffers 8690597888 bytes
    Redo Buffers 17301504 bytes
    Today at 8:01 am we've got this error:
    ORA-00020: maximum number of processes 1000 exceeded
    That incident was reported in a trace file (opext_ora_8240.trc):
    Dump file c:\oracle\product\10.2.0\admin\opext\bdump\opext_ora_8240.trc
    Tue Jul 31 08:01:03 2012
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    Windows NT Version V5.2 Service Pack 2
    CPU : 8 - type 8664, 1 Physical Cores
    Process Affinity : 0x0000000000000000
    Memory (Avail/Total): Ph:18773M/32767M, Ph+PgF:66964M/80966M
    Instance name: opext
    Redo thread mounted by this instance: 1
    Oracle process number: 0
    Windows thread id: 8240, image: ORACLE.EXE
    ORA-00020: maximum number of processes 1000 exceeded
    Died during process startup with error 20 (seq=212441)
    OPIRIP: Uncaught error 20. Error stack:
    ORA-00020: maximum number of processes (1000) exceededThis was the first time in three years that happened an incident like this. Due my Windows server allows me to setup processes and sessions with a very high value, I did it when configuring this database for the first time.
    select resource_name,initial_allocation, limit_value from V$RESOURCE_LIMIT;
    RESOURCE_NAME     INITIAL_ALLOCATION     LIMIT_VALUE
    processes     1000     1000
    sessions     1105     1105
    transactions     1215     UNLIMITEDI would like to know what application or process made that my database exceeds 1000 processes. I read that one possiblity is that there's a web app that open many connections to database and doesn't close them.
    In my listener.log, I got this at 08:05 am:
    31-JUL-2012 08:05:41 * service_update * opext * 0
    31-JUL-2012 08:05:47 * (CONNECT_DATA=(SERVICE_NAME=opext)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=SRVXXX)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.1)(PORT=36578)) * establish * opext * 0
    31-JUL-2012 08:05:47 * service_update * opext * 0
    31-JUL-2012 08:05:47 * (CONNECT_DATA=(SERVICE_NAME=opext)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=SRVXXX)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.1)(PORT=36579)) * establish * opext * 0
    31-JUL-2012 08:05:47 * (CONNECT_DATA=(SERVICE_NAME=opext)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=SRVXXX)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.1)(PORT=36580)) * establish * opext * 0
    31-JUL-2012 08:05:47 * (CONNECT_DATA=(SERVICE_NAME=opext)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=SRVXXX)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.1)(PORT=36581)) * establish * opext * 0
    31-JUL-2012 08:05:47 * (CONNECT_DATA=(SERVICE_NAME=opext)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=SRVXXX)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.1)(PORT=36582)) * establish * opext * 0
    31-JUL-2012 08:05:47 * (CONNECT_DATA=(SERVICE_NAME=opext)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=SRVXXX)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.1)(PORT=36583)) * establish * opext * 0
    31-JUL-2012 08:05:47 * (CONNECT_DATA=(SERVICE_NAME=opext)(CID=(PROGRAM=c:\windows\system32\inetsrv\w3wp.exe)(HOST=SRVXXX)(USER=NETWORK?SERVICE))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.1)(PORT=36584)) * establish * opext * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    Host SRVXXX is a server where a web app is and 192.168.1.1 is our firewall. May I think that this server was the one that made so many connections?
    I checked alert.log, trc file and listener.log. What else can I check to determine what was the cause of this incident?

    user521219 wrote:
    Host SRVXXX is a server where a web app is and 192.168.1.1 is our firewall. May I think that this server was the one that made so many connections?
    I checked alert.log, trc file and listener.log. What else can I check to determine what was the cause of this incident?check IIS logs
    It could result from Denial of Service attack or trojan or virus infecting webserver

  • ORA-00020: maximum number of processes (500) exceeded

    Problem Details:
    In our Database we are getting huge number of open connection from remote system.
    Let say, our application A and remote application name is B.
    Some common users of application A are USER0, USER1, USER2.
    Remote Application B uses USER0 to create views on application A's table through Database Link.
    Those views (nearly 100) are accessed in application B at several places from the Java code.
    Since those views are getting called almost all the times from the application B's code, DB link is in use almost all the time - holding many number of connections (check the first row of the query output).
    Many times the open connections remaining high and any other application, users trying to connect to application A,
    getting the ORA-00020 error.
    Note :
    1. Application B is very old application and does not use open DB link or close DB link.
    2. Application B tried with "alter session close Database link xxx", it decrease the number of open connection but its degrading the performance of application B at large scale.
    3. To cope up with this problem Application A recently incraesed the parameter process=500, but not sure if this limit can also be broken through Application B
    Questions/Doubts:
    1) What is best approach to handle this problem??
    'alter session close database link xxx' is the only option from application B's point ??
    What other approach can be taken??
    2) We are not sure the risk associated with increasing the process parameter value ??
    Appreciate your suggestion !!
    SQL>conn / as sysdba
    SQL> select substr(username,1,8),
           substr(machine,1,11),
           substr(module,1,40),
           substr(osuser,1,7),
           status,
           count(1)
      from v$session
      group by username, machine, module, osuser, status;
    USERNAME MACHINE     STATUS                        OSUSER     COUNT(1)
    USER0    remotedb9      INACTIVE                              oracle        450
    USER1    app_dev        INACTIVE                              beaadmin        1
    USER0    svr01test      ACTIVE                                bdgp_dev        1
    USER1    app_test       INACTIVE                              bbk09           2
    USER0    app_dev        ACTIVE                                dj0494          1
    USER1    app_test       INACTIVE                              pd0269          2
    USER2    app_test       INACTIVE                              oracle         12
    USER0    app_dev        ACTIVE                                oracle          2
    USER2    app_test       INACTIVE                              www             8
    USER2    dbr9db01       ACTIVE                                oracle          2
    USER2    svr01dv        INACTIVE                              bdgp_dev        1
    USER0    app_dev        INACTIVE                              scott           3
    USER2    app_test       INACTIVE                              clerk           2
    USER2    moose          ACTIVE                                john            2
    USER2    titan.homer    INACTIVE                              voipdu          1
    NEWUSER  floradbdv1     INACTIVE                              oracle          8
    SYS      app_test       ACTIVE                                oracle          1
    20 rows selected.
    SQL>conn USER0@csmip_st
    Enter password:
    ERROR:
    ORA-00020: maximum number of processes (500) exceeded
    Warning: You are no longer connected to ORACLE.

    semmsl in Linux tells what the max number of processes are. You have to make sure this is equal to the process parameter of all instances plus 10.
    It is usually in /etc/sysctl.conf
    kernel.sem = 250 32000 100 128
    SEMMSL
    The SEMMSL kernel parameter is used to control the maximum number of semaphores per semaphore set.
    Oracle recommends setting SEMMSL to the largest PROCESS instance parameter setting in the init.ora file for all databases hosted on the Linux system plus 10. Also, Oracle recommends setting the SEMMSL to a value of no less than 100.
    SEMMNI
    The SEMMNI kernel parameter is used to control the maximum number of semaphore sets on the entire Linux system.
    Oracle recommends setting the SEMMNI to a value of no less than 100.
    SEMMNS
    The SEMMNS kernel parameter is used to control the maximum number of semaphores (not semaphore sets) on the entire Linux system.
    Oracle recommends setting the SEMMNS to the sum of the PROCESSES instance parameter setting for each database on the system, adding the largest PROCESSES twice, and then finally adding 10 for each Oracle database on the system. To summarize:
    SEMMNS = sum of PROCESSES setting for each database on the system
    + ( 2 * [largest PROCESSES setting])
    + (10 * [number of databases on system]
    To determine the maximum number of semaphores that can be allocated on a Linux system, use the following calculation. It will be the lesser of:
    SEMMNS -or- (SEMMSL * SEMMNI)
    SEMOPM
    The SEMOPM kernel parameter is used to control the number of semaphore operations that can be performed per semop system call.
    The semop system call (function) provides the ability to do operations for multiple semaphores with one semop system call. A semaphore set can have the maximum number of SEMMSL semaphores per semaphore set and is therefore recommended to set SEMOPM equal to SEMMSL.
    Oracle recommends setting the SEMOPM to a value of no less than 100.
    App B could try using connection pooling or something to reduce the number of connections to the DB.

  • ORA-21780: Maximum number of object durations exceeded

    Hi,
    I have configured workflow now.Workflow Background Process is completing with below error.
    ORA-21780: Maximum number of object durations exceeded.
    I have gone also through API as below but error is coming same.
    SQL> exec wf_engine.background(itemtype=>'HXCEMP',process_deferred=>true,process
    timeout=>false,processstuck=>false);
    BEGIN wf_engine.background(itemtype=>'HXCEMP',process_deferred=>true,process_tim
    eout=>false,process_stuck=>false); END;
    ERROR at line 1:
    ORA-21780: Maximum number of object durations exceeded.
    Thanks

    Hi;
    What is your OS,EBS and Db?
    Please check below and see its helpful:
    Bug 5924384 - ORA-21780 in PLSQL [ID 5924384.8]
    Recieving ORA-21780 when trying to create a large number of synonyms. [ID 726550.1]
    Also check:
    Unplanned Depreciation Errors with ORA-21780: Maximum Number Of Object Durations Exceeded. [ID 886986.1]
    Workflow Background Process Fails With ORA-21780: Maximum Number of Object Durations Exceeded [ID 790909.1]
    FRM-40735 POST-FORM-COMMIT Trigger Raised Unhandled Exception ORA-21780 When Trying To Adjust Basic Rate [ID 811754.1]
    Regard
    Helios

  • ORA-00020: maximum number of processes (25) exceeded ... uh?

    Hello,
    I'm trying to run a distributed simulation (13 programs x host,
    16 hosts) that uses oracle (normally in an HP) against oracle on
    linux.
    I can't start all the programs, after about 20 clients (+-) no
    other program will come up, and if i try to log to oracle with
    sqlplus i get:
    ERROR:
    ORA-00020: maximum number of processes (25) exceeded
    Is this a static limit imposed in the version oracle is
    distributing for testing purposes?
    Also, i notice that one server process is started for each client
    program. So the distributed version doesn't support multithreaded
    servers? Or may be i configured it wrong?
    -cristian
    null

    Cristian Ferretti (guest) wrote:
    : Oleg (guest) wrote:
    : : : ORA-00020: maximum number of processes (25) exceeded
    : : ------>Check PROCESSES= line in you init<SID>.ora file. After
    : you
    : : change it, you have to restart database.
    : : : Also, i notice that one server process is started for each
    : : client
    : : : program.
    : : -----> Check the following parameters in the same file:
    : : mts_dispatchers, mts_max_dispatchers, mts_servers,
    : : mts_max_servers, mts_multiple_listeners, mts_listener_address
    : processes=400
    : mts_dispatchers="tcp,16"
    : mts_dispatchers="ipc,1"
    : mts_max_dispatchers=32
    : mts_servers=16
    : mts_max_servers=32
    : mts_service=oralinux
    : sessions=384
    : Copyed them from the hp oracle config.
    : but:
    : [oralinux@toaster dbs]$ svrmgrl
    : Oracle Server Manager Release 3.0.5.0.0 - Production
    : (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    : Oracle8 Release 8.0.5.0.0 - Production
    : PL/SQL Release 8.0.5.0.0 - Production
    : SVRMGR> connect internal
    : Connected.
    : SVRMGR> startup
    : ORA-00101: invalid specification for system parameter
    : MTS_DISPATCHERS
    : ORA-00102: network protocol
    (ADDRESS=(PARTIAL=YES)(PROTOCOL=tcp))
    : cannot be used by dispatchers
    : SVRMGR>
    Erase all MTS_%
    parameters from your init.ora files and try only with
    processes=xxx
    null

Maybe you are looking for