Maximum of 148 active roles

Dear Experts!

I'm getting following error in my alert log very frequently. installed 11.2.0.4 on RHEL5.8 64-bit

148 active roles more than exceeded for the SYS user. Does not not all roles.

Thanks in advance

What kind of request is what uses the SYS schema with as many roles?

In general

a. NEVER use the SYS schema for an application.  Create your own schema

b. SYS didn't need additional roles

Hemant K Collette

Tags: Database

Similar Questions

  • ORA-28031 Maximum of 148 active roles outdated roles

    Hi Experts,

    I got the error above for an application schema...

    How to solve...

    SQL > show parameter max_enable

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    max_enabled_roles integer 150


    Is it possible to have more than 150... We can increase... ?

    Thank you
    Mano-s/n

    Published by: mage on Sep 13, 2010 23:50

    Published by: mage on Sep 13, 2010 23:58

    Hello

    you checked only for the role "DBA" roles, but perhaps the user has granted roles that are also other roles and so on. Find the hierarchy and you can solve the problem.

    In the contrary case, revoke all and gives the DBA back. So you can certainly connect.

    Herald tiomela
    http://htendam.WordPress.com

  • ORA-01925: maximum of 30 active roles exceeded

    Hi all

    We get "ORA-01925: maximum of 30 active roles exceeded" error in our alert log file.

    We use the oracle 9.2.0.8 and the value of

    See the estimated max_enabled
    max_enabled_roles integer 30

    Try increasing the value of MAX_ENABLED_ROLES

    Published by: user00726 on August 19, 2010 22:28

  • How to check the active roles?

    * To view all the database roles, we have DBA_ROLES which has the following structure:
    ROLE NOT NULL VARCHAR2 (30) Role name
    PASSWORD_REQUIRED VARCHAR2 (8) Indicates if the role requires a password to be activated
    By ROLE * SET statement we can enable or disable roles
    The parameter MAX_ENABLED_ROLES * determines the maximum active roles in the database

    How can we check the roles enabled or disabled in the database?

    Saad,

    There was nothing called activation or deactivation of a role at the database level.

    Or we can create a role or disable a role.

    SET ROLE statement allows you to enable or disable a role for a current session. It is not disabling actually disable the role of a session

    It is therefore at the level of your session, you can use the query given by Mr. Forstman.

    see the link below
    [http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_10004.htm#sthref7290]

    Kind regards
    Delphine K

    Published by: Vijayaraghavan Krishnan on February 8, 2010 18:23

    Published by: Vijayaraghavan Krishnan on February 8, 2010 18:32

  • Maximum number of activations reached after the new installation of Lightroom

    After migrating to a new MacBook, I installed OS x fresh on the old MacBook. Because I also tried to get rid of Manager CC I uninstalled Lightroom and installed again on the new MacBook.

    Lightroom now, tells me that the maximum number of activations has been reached. Altogether, I have indeed installation, one on my MacMini and the other on my MacBook.

    Who can reset the activations?

    Normally, you should be able to reset by opening the program and by selecting help-> Deactivate.  If this isn't the case, then you will need to wait until you can reach the Adobe Support via chat and ask them to reset the activations.

    To the link below, click on the still need help? the option in the blue box below and choose the option to chat...
    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If it fails to connect, try to use another browser.

    Serial number and activation support (non - CC) chat
    https://helpx.Adobe.com/contact.html?step=PHSP-PHXS_downloading-installing-setting-up_lice nsing-activation_stillNeedHelp

  • Had to reinstall my CS3 because of faulty hard drive. It does not accept my serial number as it says it is already used the maximum number of activations and says I should turn off. I can't as the hard disk failed! Please help.

    Had to reinstall my CS3 because of faulty hard drive. It does not accept my serial number as it says it is already used the maximum number of activations and says I should turn off. I can't as the hard disk failed! Please help.

    Have already tried to contact Adobe and they told me to reinstall the program. I did this and the same issue. It's crazy. I can not turn off something that I did not more...

    Thank you.

    No - I had, of course, tried all these things. Finally, I had someone (after several days) on the personal chat group that could fix and it did it in a few minutes. Too bad that nobody else seemed to be able to do. Adobe is very soft.

    I can't thank enough the other person - it was amazing.

  • Get a user's active role within a trigger

    Hello forum!

    I tried to know if and how I can get the active a user role when you program a trigger.
    Unfortunately, I failed to find some information about it. Is this possible? If so, how?

    Thanks for any advice on this topic.

    Sebastian

    Select * from session_roles;

    ?

  • Status of active 7 roles Web site with PowerShell.

    I searched for a way to monitor the site to an active role with PowerShell. I was stuck when you pull into a page request via Invoke-WebRequest and System.Net.WebClient.

    Example 1:
    $ARSURL = ""https://ars.org " "
    $Creds = get-Credential
    Invoke-WebRequest - Uri $URL - Credential $Creds
    And I get the following error: "Server error: Invoke-WebRequest.
    401-Unauthorized: access is denied due to credentials not valid. »

    Example 2:
    $webclient = new-object System.Net.WebClient
    $webclient. Credentials = new System.Net.NetworkCredential ($username, $password, $domain) object
    $webpage = $webclient. DownloadString ($url)
    And I get the following error: Exception calling 'DownloadString' with '1 ': arguments
    "The remote server returned an error: (401) unauthorized."

    Any idea on how I can connect on the site of ARS through PowerShell?

    Well - I answered a question about ARS 7 without thinking about it - I'm still not there.  This answer applies to the ARS 6.9... Can also be applied to Version 7 - if the page can be called directly.  If not, your mileage may vary.

    If you're still with me... I played with it a little too there is more to explore... but here is a style of performing the task.

    For me - a quick way to check the availability of a web site of ARS would be to remove the page and display the user ID connected on ARS service and web version + the status of the page.

    We maintain 4 distinct groups of servers ARS, and I spend the $ARSURL below three web servers ARS to check that the site is up, and he is currently pointed to the good host ARS service partner.

    $ARSURL = "myhost.myplace.com/.../About.ASPX ".

    $page = call-WebRequest - Uri $ARSURL -UseDefaultCredentials

    ($page.allelements | where {$_.tagname - eq "TBODY"}) .innertext

    Returns:

    Current user: DOMAIN\USERID

    Role: ActiveRoles administrator

    The Web Interface version: 6.9.0.5483

    Administrative service: myhostinGA.myplace.com

    Version of Service administration: 6.9.0.5483

    Ok

    Ok

    You can also - if you look at something in the script of automation in a status report - I'd go with the simple $page. StatusCode - or $page. StatusDescription

    the HTHML code for a good result is 200... I have only seen two codes is available or not.  If this is not the 'code' returned is 500.  If the page is building / busy - you will get a long wait and a "timeout."

    $ARSURL = "myhost.myplace.com/.../About.ASPX ".

    $page = call-WebRequest - Uri $ARSURL -UseDefaultCredentials

    $page. StatusDescription

    Returns

    Ok
  • Photoshop CS3 not enabled because "activation maximum reached" new PC old buyed PC, not sold availabe to disable the activation of 2009

    I buyed a new complete PC now and have installed Photoshop CS3 which I used since 2009. Activation failed: "maximum number of activations reached '.

    I tried a lot of time to solve this problem through lines guidelines, but without results, so the old 2009 PC is sold (own full formatted) and I don't have the

    ability to disable the Photoshop CS3 it.

    Telephone activation is no longer available.

    Is there an available at Adobe email address, where I ask the activation count reset?

    Hi laurak.

    I did the necessary.

    Please try activation Photoshop on your new computer.

    Let us know if that helps.

    Kind regards

    Assani

  • Deactivation / Activation

    I disabled Contribute CS3 on my old PC (Windows XP) and I can't turn on my new (Windows 7). On deactivation, I received the message that he succeeded, and when activated, I get the messge I have reached the maximum number of activation. Any idea what I need to do to make it work?

    Please contact support link below:

    Contact the customer service

    Concerning

    Megha Rawat

  • ORA-06565: cannot run the ROLE VALUE from stored procedures

    Hello!

    I'm trying to call a procedure from a function. Among the statements in the procedure stored is of dbms_session.set_role ('HAVE');

    I get the error "Cannot run a DEFINED ROLE less stored proceduers". I joined the call in an anonymous block above, but the error still exists.

    Any idea will really help me.

    Thank you

    >
    I'm trying to call a procedure from a function. Among the statements in the procedure stored is of dbms_session.set_role ('HAVE');

    I get the error "Cannot run a DEFINED ROLE less stored proceduers". I joined the call in an anonymous block above, but the error still exists.

    Any idea will really help me.
    >
    This will work only if the procedure is defined for the APPELLANT's rights.

    Roles are disabled in named PL/SQL blocks unless you use of the APPELLANT's rights by setting the code with AUTHID CURRENT_USER.

    The Oracle documentation provides a very clear explanation - based restriction is for the NAMED PL/SQL blocks rights DEFINER of this use (the default):
    >
    Roles used in the appointed with rights to define blocks

    All roles are disabled in any PL/SQL block named (stored procedure, function, or trigger) that runs with the rights of the author. Roles are not used to privilege control, and you cannot define roles within the procedure of a DEFINER rights.
    >
    The database Security Guide has the information in the section "operation of the roles in PL/SQL blocks (which, of course, wouldln was necessary if they didn't work.).
    http://docs.Oracle.com/CD/B28359_01/network.111/B28531/authorization.htm#i1007304
    >
    The use of roles in a PL/SQL block depends on if it is an anonymous block, or a block named (stored procedure, function, or trigger), and if it runs with the rights of the author or the rights of the applicant.

    Roles used in the appointed with rights to define blocks
    All roles are disabled in any PL/SQL block named (stored procedure, function, or trigger) that runs with the rights of the author. Roles are not used to privilege control, and you cannot define roles within the procedure of a DEFINER rights.

    The SESSION_ROLES view shows all roles that are currently enabled. If a named PL/SQL block that runs with DEFINER SESSION_ROLES rights issues, the query returns no rows.

    See also:

    Oracle database reference

    Roles used in blocks named with the rights of the plaintiff and anonymous PL/SQL
    Named PL/SQL blocks that run with the rights of the applicant and the anonymous PL/SQL blocks are executed at the end of the privileges granted through active roles. Current roles are used for verification within rights Summoner of privilege the PL/SQL block. You can use dynamic SQL statements to define a role in the session.

  • Roles really simplify the management of users?

    I am trying to establish a role where I can add users to become members of the role to execute select statements on another scheme of.

    I cut the code to generate the "Grant Select on table_xxx to < new_role >" and run it. The 1600 various odd given that all appear on the new role. I give membership to a user of vanilla with nothing except create session to this role. And the user can select count (*) by means of a simple test.

    However, if I directly grant the same access to a table, the user can make a selection in the schema? What gives.

    Can you please explain what is happening here or help with what I'm missing here. See you soon.


    PS: If the granting of 1600 odd selects (for each of the objects) for EACH user is the answer, why anyone would use roles? Still reeling from the discovery that after 11 iteration of Oracle, there are still NO grant select on < schema > < user >.

    You need to activate your role before you start using it.
    Run this query and check:
    Select * from session_roles;

    If the output of the above query is 'no rows selected', this means that you don't have any active role.

    You have two options in this case:
    (1) role play OR
    (2) Alter user role default all;

  • problem activation FM on new computer

    Recently, I had to buy a new computer. Previously, I had FM installed on two PC - one using Windows Vista operating system and the other using the Windows 7 operating system. The computer Vista problems and had to be reformatted the hard drive. FM has been erased from the computer at this time. I installed FM on my new computer, but get a message that I have reached the maximum number of activations and that if I don't turn it off on one of my other computers, it will stop working within 30 days. Help files say that Adobe detects when a problem like this happens and an application no longer works on a particular computer, but he has not seen it - perhaps because I couldn't get online after the crash. Who could speak, or what I can do to disable the copy located on the dead computer? Thank you.

    You must contact Adobe Support by chat or phone when you have the serial number and activation problems.

    Here is a link to a page with options to help make contact:

    http://www.Adobe.com/support/download-install/supportinfo/

  • Missing activation...

    Hello world

    So we have got this new mac pro at work, installed CS5 Production Premium, well. The series agreed, he said he had too many other computers using this series - which was to be expected, because he was always active on the old computer.

    I turned off then it on the old computer. The first two attempts don't seem to take, but the third has worked. Seemed weird but worked in the end.

    Now, I tried to activate it on the new computer, but I still get the error message saying that I have used the maximum number of activations.

    I can not re - deactivate the old computer because it is already disabled. And I can't reactivate for the re - turn off because I get the same error "maximum number of activations."

    Is it a magic solution to this, or I just bite the bullet and call Adobe?

    Thanks for any help.

    Tristan

    Adobe can only help. Give the number on the activation screen a phone call.

  • current role

    Hello Forum,

    I have flow of the screen, intend to use from two different global activities (for different roles). Is there anyway that I can get the name of role currnt activity code?

    Thank you!

    There is a predefined variable that you can use to retrieve the current activity.

    Inside a screenflow automatic task, you use the text 'Activity' to retrieve the name of the role current, as shown below:

    // use this logic to retrieve the name of the activity and role
    //  inside a Screenflow, a Global or a Gloal Creation
    logMessage Activity.name + " is in the role " + Activity.role.name using severity = DEBUG
    

    Inside of an automatic activity in a process, you would rather 'activity' instead of 'Activity' text, you used in the screenflow:

    // use this logic to retrieve the name of the activity and role inside an Automatic activity
    logMessage activity.name + " is in the role " + activity.role.name using severity = DEBUG
    

    If you want to recover the role of another activity and all you know is the id of the activity (mouse click, activity-> click on 'Properties'-> name in the field of reading only "activity id" on the right), you will use this logic:

    // use this logic to retrieve the name of the activity and role
    //  when all you know is the activity id of the activity
    act as Activity = Activity("TheActivityIdHere")
    logMessage act.name + " is in the role " + act.role.name using severity = DEBUG
    

    This last example will fail if you run this by using the name of the activity inside the quotation marks instead of its id.

    Hope this helps,
    Dan

Maybe you are looking for