Why is user SYS assigned to OTHER_GROUP?

Hello,
I am using 10.2 database running on Linux. I want to set up some resource plan, but I have problem with user sys. I've created a plan, groups and directives. The doc says that initial consumer group for SYS and SYSTEM is SYS_GROUP, but in my database it's OTHER_GROUPS. Why?
This are the instructions I used. Maybe I should assign a directive to SYS_GROUP too?
exec dbms_resource_manager.create_pending_area;
exec dbms_resource_manager.create_plan(plan=>'OLTP_DSS', comment => 'Plan for OLTP and DSS users');
exec dbms_resource_manager.create_consumer_group(consumer_group=>'DSS_USR', comment => 'DSS users');
exec dbms_resource_manager.create_consumer_group(consumer_group=>'OLTP_USR', comment => 'OLTP users');
exec dbms_resource_manager.create_plan_directive(plan=>'OLTP_DSS',group_or_subplan => 'DSS_USR', comment=> 'DSS directive', CPU_P1=>3, active_sess_pool_p1=>7);
exec dbms_resource_manager.create_plan_directive(plan=>'OLTP_DSS',group_or_subplan => 'OLTP_USR', comment=> 'OLTP directive', CPU_P1=>6, active_sess_pool_p1=>9, queueing_p1 => 10);
exec dbms_resource_manager.create_plan_directive(plan=>'OLTP_DSS',group_or_subplan => 'OTHER_GROUPS', comment=> 'Others directive', CPU_P1=>7, active_sess_pool_p1 => 3, queueing_p1 => 10);
exec dbms_resource_manager.update_plan_directive(plan=>'OLTP_DSS',group_or_subplan => 'OTHER_GROUPS', NEW_CPU_P1=>1);
--for each DSS user and OLTP user there's a mapping set, using set_consumer_group_mapping
dbms_resource_manager.set_consumer_group_mapping(DBMS_RESOURCE_MANAGER.ORACLE_USER,'DSS1','DSS_USR')
dbms_resource_manager.set_consumer_group_mapping(DBMS_RESOURCE_MANAGER.ORACLE_USER,'OLTP1','OLTP_USR');
exec dbms_resource_manager.submit_pending_area;
alter system set resource_limit=TRUE;
alter system set resource_manager_plan='OLTP_DSS';
When I ask
select * from dba_rsrc_group_mappings;
it shows me the correct mapping,
but when I connect as user SYS and also DSS1 and execute the following query:
SELECT se.sid sess_id, co.name consumer_group, s.username
FROM v$rsrc_session_info se, v$rsrc_consumer_group co, v$session s
WHERE se.current_consumer_group_id = co.id
AND se.sid=s.sid
I see that all of the users are assigned to OTHER GROUP.
Thanks in advance,
Aliq
Edited by: user547746 on Mar 5, 2009 12:00 PM

Hello,
I've worked with it more and the problem seems not to be solved in a way it should.
Actually it's been working, and what I've done:
1. added a directive to SYS_GROUP in OLTP_DSS plan.
exec dbms_resource_manager.create_plan_directive(plan=>'OLTP_DSS',group_or_subplan => 'SYS_GROUP', comment=> 'SYS_GROUP directive', CPU_P1=>20);
now SYS and SYSTEM are mapped in SYS_GROUP
2. I gave to all the users (DSS* and OLTP*) the switch privilege to their initial group:
exec dbms_resource_manager_privs.grant_switch_consumer_group('DSS1','DSS_USR',FALSE);
Now DSS users are in DSS_USR group after logging in, without it they are all mapped to OTHER_GROUP..
I'll leave this question unanswered. Maybe someone will have other clues.
Aliq

Similar Messages

  • EM shows alert "User SYS logged on from node but no entry in SYS.AUD$

    Hello,
    When i look on the alert page of my databases i see sometimes the following message "User SYS logged on from <node>.
    I have setup several audit actions, like "create session" to track sessions.
    But in table SYS.AUD$ i see many records, but not the one of user SYS.
    Why? Anyone an idea?
    Best regards,
    hvdtol

    i understand it is comming from metrics, but i don't understand why i can see it in the sys.aud$ table.
    hvdtol

  • Package not seen under user sys!

    hello;
    I view packages under sys user;
    but not our package seen under sys; I create it with user sys
    any idea
    regrads
    siyavus

    11g R1
    11.1.0.7
    create or replace procedure SYS.mailserver_acl(
    aacl varchar2,
    acomment varchar2,
    aprincipal varchar2,
    aisgrant boolean,
    aprivilege varchar2,
    aserver varchar2,
    aport number)
    is
    begin
    DBMS_NETWORK_ACL_ADMIN.DROP_ACL(aacl);
    dbms_output.put_line(‘ACL dropped…..’);
    exception
    when others then
    dbms_output.put_line(‘Error dropping ACL: ‘||aacl);
    dbms_output.put_line(sqlerrm);
    end;
    begin
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(aacl,acomment,aprincipal,aisgrant,aprivilege);
    dbms_output.put_line(‘ACL created…..’);
    exception
    when others then
    dbms_output.put_line(‘Error creating ACL: ‘||aacl);
    dbms_output.put_line(sqlerrm);
    end;
    begin
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(aacl,aserver,aport);
    dbms_output.put_line(‘ACL assigned…..’);
    exception
    when others then
    dbms_output.put_line(‘Error assigning ACL: ‘||aacl);
    dbms_output.put_line(sqlerrm);
    end;
    commit;
    dbms_output.put_line(‘ACL commited…..’);
    end;
    Edited by: sak on Jul 1, 2010 4:36 PM

  • Found No User To Assign Access...

    Hi all,
    I am using Hyperion 11.1.1.1. I created two users and assigned them all the roles. I Workspace I created one application under admin user. When I choose Manage Data Forms from Administration I get the form option that I created. Now when I select the data form and click on Assign Access I get a page. There when I click on Add Access it shows *<None Available>*. What wrong have I done?
    Please help.
    Thanks.

    Hi John, Hemanth and others,
    thanks for your valuable replies. Let me again elaborate the thing a little more.
    -> I created two users AAA, BBB in admin/password user in Shared Services.
    -> Created one application in Workspace called MyApp in admin/password user.(APS Servers)
    -> Came back to Shared Services Console and assigned roles to both the newly created users. I found MyApp under APS Servers and assigned everything except Administrator. And assigned all other roles like Business Rules, Essbase Studio Servers, Shared Services(Dimension Editor, Application Creator, Calculation Manager Administartor and not Administrator) to both of them.
    -> Opened Workspace using admin/password and tried to assign access to each dimension of MyApp. Yes, John was right, as AAA and BBB were not given Administrator role that is why I could see them when I pressed Add Access.
    -> In Manage Data Forms when I try Assign Access and presss Add Access I get to see both the users.
    Problems that I face-
    1) now in Manage Task Lists when I try Assign Access and press Add Access I get to see three users- admin, AAA, BBB. Here I face a contradiction, admin has been assigned Administrator role in MyApp in Shared Services, then how come I see admin in the user list??
    2) When I try to enter Hyperion Planning Console using user AAA or BBB (with MyAPP application) it shows a message on top of the console that says-
    Application is in maintenance mode. New logins are not allowed. I mean.... am I clear??
    Thanks.
    Edited by: Sap B on Jun 8, 2009 10:19 PM
    Edited by: Sap B on Jun 8, 2009 10:26 PM
    Edited by: Sap B on Jun 8, 2009 11:05 PM

  • Missing user rights assignment entries for many security policies in list exported via secedit

    Hello,
    First of all, I posted this same question on The Official Scripting Guys Forum! but didn't get the answer to this exact question (even though I received a lot of useful relevant info). That is why I am posting here. This is a more appropriate
    forum for the question. (Also posted on Windows Server 2012 General two days ago and didn't get a response at all).
    OK, question time:
    I want to modify the user rights assignment for a local security policy. In the GUI, find User Rights Assignment as follows: Win+R -> Enter "secpol.msc" -> Go to Local Policies -> Go to User Rights Assignment.
    So, to modify a particular use rights assignment via a script, I need to export the INF file using secedit, modify it and then configure using the modified file using secedit. To export the INF file, I am using:
    secedit /export /db C:\Windows\security\database\secedit.sdb /mergedpolicy /cfg SecPolicy
    Now, the problem is that the INF file exported doesn't have all the user rights assignments that I see in the GUI. For example, the policy "Restore files and directories" has users/groups in its settings but it doesn't show up in the INF file.
    In fact, most don't. Only five do and all these five have a different symbol next to them in the GUI. How are these policies different? What do I need to do to export all the policies?
    EDIT: Adding screenshot of what I see:
    Thanks!
    -Rohan.

    On Fri, 11 Apr 2014 18:26:50 +0000, Rohan PN wrote:
    Now, the problem is that the INF file exported doesn't have all the user rights assignments that I see in the GUI. For example, the policy "Restore files and directories" has users/groups in its settings but it doesn't show up in the INF
    file. In fact, most don't. Only five do and all these five have a different symbol next to them in the GUI. How are these policies different? What do I need to do to export all the policies?
    Can you post a screen shot? My guess is that what you're seeing is that
    secpol is only exporting the local settings and not ones that are set by a
    GPO in AD and that will also be the difference between the icons.
    Paul Adare - FIM CM MVP
    Although the Buddhists will tell you that desire is the root of suffering,
    my personal experience leads me to point the finger at system
    administration.
    -- Philip Greenspun

  • Error Creating a Net Connection with user "sys" as dba

    I can connect as user "sys" locally, but cannot
    connect as user sys as a network connection.
    situation #1: connecting locally ... no problem ...
         [oracle@localhost ~]$ sqlplus
         SQL*Plus: Release 11.2.0.1.0 Production on Sat May 12 23:31:39 2012
         Copyright (c) 1982, 2009, Oracle. All rights reserved.
         Enter user-name: sys as sysdba
         Enter password:
         Connected to:
         Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    situation #2: connecting "sys" by network ... error message - insufficient privileges ...
         SQL> connect sys@orcl as sysdba
         Enter password:
         ERROR:
         ORA-01031: insufficient privileges
    situation #3: connecting by network as user "system" ... no problem ...
         SQL> connect system@orcl
         Enter password:
         Connected.

    Certainly you are not following the rules of etiquette detailed in this forum.
    I guess you did not read the documentation relating to forum etiquette.
    If you read the forum etiquette documentation you would have read
    the following....
         When answering a question, please be courteous and respectful;
         there are different levels of experience represented here.
         A poorly worded question is better ignored than flamed -
         or better yet, help the poster ask a better question.
    Certainly when you answered me you did not followed those rules.
    You did not kindly help me make a better question, you insulted
    by implying my question is dumb and rating it as "boring".
    On your last post you insulted me again using the word "lazy" several times.
    and you also rated my question as "boring". Your opinion is of no value
    to anyone here, people just need help, if you don't know the answer just
    keep your opinions to yourself.
    If you examine my responses, none of them have an insulting word, or insulting
    implications. I cannot say the same about yours. So, I can mark your postings
    as being abusing and not following the rules of etiquette, I encourage you
    to read carefully the etiquette rules, the documentation, but I will not
    use insulting words on you as you did with me.
    I have to assume you are having a bad day. I pardon you for your disrespect.
    Stop cluttering this forum with personal offenses and comments,
    this is not the place for that.
    Case closed.

  • Problem accessing SQL Developer with user sys

    Hi Experts;
    I'm working with Oracle 10G, in Solaris 10, The DB apparently is working properly, but I can not access the DB thru SQL Developer. When I try to acccess with user sys, and I enter de password, in oracle role I select sysdba, when I choose connect I get this error message:
    ORA-01017: invalid username/password; logon denied
    However, I can connect with other user without any problem.
    I was connecting directly in the server, with sqlplus /as sysdba and I changed the password for user sys, but still the problem continues.
    What is wrong with this. I got the same problem if try to connect thru OEM.
    Thanks and regards
    Al
    Edited by: user12048358 on Jul 8, 2011 12:02 PM

    Hi Buntoro;
    Thank you for answer.
    First, I'm completely sure I'm using the correct password, to be sure I changed the password thru sqlplus.
    I'm using tns connection, btw, with the same connection, I can connect, but with other user.
    I was trying again, however, with the same results previous explained.
    But also I have the same problen when I tried to connect to OEM, and I was trying to stop the dbconsole, and found this:
    export ORACLE_SID=YAWIDBLAB
    emctl status dbconsole
    OC4J Configuration issue. /opt/oracle/102/oc4j/j2ee/OC4J_DBConsole_yawi-db-lab01_YAWIBLAB not found.
    export ORACLE_SID=YAWIDBLA
    emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://yawi-db-lab01:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /opt/oracle/102/yawi-db-lab01_YAWIDBLA/sysman/log
    If I type export ORACLE_SID=YAWIDBLA and then sqlplus /nolog
    SQL> connect /as sysdba
    Connected to an idle instance.
    But, when I connect settiong the SID in this way:
    export ORACLE_SID=YAWIDBLAB
    sqlplus /nolog
    SQL*Plus: Release 10.2.0.4.0 - Production on Sat Jul 9 23:03:15 2011
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    SQL> connect /as sysdba
    Connected.
    SQL>
    Apparently, there is problem with the tnsnames. When I see the tnsnames in SQL DEVELOPER I see this: YAWIDBLA
    So, here is the tnsname, in order you have a better idea, what I have.
    YAWIDBLA =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yawi-db-lab01)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = YAWIDBLAB)
    Is the first time I see this kind of problem.
    Have an idea of what's happening;
    Best Regards;
    Al

  • Why does 'User not registered for online use' show up when I try to import a cd into itunes. None of the cd info shows up either

    Why does 'User not registered for online use' show up when I try to import a cd into itunes? None of the cd info shows up either.

    Well, the format I upload from the camera is "video clip" or "video for Windows"...sometimes I've converted them to avi format, too. But as I said, it never even lets me get that far...I never get to even select a clip. As soon as I tell the program to "import/clip" it freezes up before I can even go to the folder that the clips are in. It has only begun to do this recently, and I'd never had any problems like this before. Last night I tried it again, and I clicked "open composition", and it froze when I did that too.
    I'm not sure how much more specific I can be about the details of the clips, since I'm positive it has nothing to do with the clips themselves...I'm running Windows XP, though...Home Edition Service Pack 2, Pentium 4 CPU 2.80GHz, with 504 MB of RAM. I have had the automatic updates turned on since I did my last reformat a couple of weeks ago. Could it have something to do with some kind of an update it may have done?

  • Event Handler not Triggered when user is assigned by Membership Rule

    I have defined a post-processed event handler for RoleUser Entity.
    The handler is triggered normally when a user is manually assigned a role.
    However, it is not trigger, if users are assigned through membership rule.
    I have tried both the single execute method and the bulk execute method.
    OIM version: 11gR2

    Hi,
    Check the list of orchestration handlers triggered for this operation in the Diagnostic Dashboard. Check whether, if your custom event handler is present in the list. If its isn't, then there must be something wrong with your Plugin.
    Thanks,
    RK.

  • Script to determine which user has assigned a certain printer

    Navation: System Administrator > Install > Printer > Register. I am trying to delete an old printer, but get "this printer is referenced the printer profile option. You cannot delete a printer while it is referenced."
    I am looking for the table/report/whatever that will allow me to see which user is assigned this printer.
    Thanks...colin

    Colin,
    Please see the following documents, it should be helpful.
    Note: 370372.1 - How To Effectively Remove An Oracle Applications Printer
    Note: 102286.1 - How to Delete a Printer Registered with Applications
    Note: 105260.1 - Getting Error Message When Trying to Unregister a Printer
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    Regards,
    Hussein

  • Recyclebin don't function with User Sys 10g

    Hi all,
    I have a doubt.
    With the user SYS I create a table test with two columns. Then I have dropped it to see in the recyclebin if it's there.
    I used the show recyclebin command and not show me any table.
    I ask you: The recyclebin feature is disable to user SYS ? How I do to function ?
    Thanks.
    Wander(Brazil)

    You can verify whether the recycle bin is working by flashing your table back. If it comes back, the recycle bin is working:
    flashback tablename to before drop;
    The recycle bin can be turned off, as in this manual fragment:
    If you use a parameter file (PFILE) with your database, you can specify the value of RECYCLEBIN in the parameter file, as in this example:
    # turn off recycle bin
    RECYCLEBIN=OFF
    You should see this value set in your parameter file if the recycle bin has been turned off.

  • Why is business area assignment to co.code, not required

    why is business area assignment to co.code, not required

    Hi
    You can define a business area in <b>OX03</b> (SPRO>Enterprise>Definition-->FI)
    And now if you want to assign this business area to your company code, you can do so in configuring the global parameters <b>OBY6</b>
    It all depends on how you want to assign your business area. You can also assign all the balance sheet accounts and P&L accounts to a business area.
    Well, in the configuration, business area field would have been optional in the field status group; thats why you might think that its not required.
    Hope you got a picture what I am trying to say; if not, explain us your exact problem, will be forwarding the right answer.
    Regards,
    NareN.

  • INS0009: Unable to connect to the database with user SYS

    Hi all,
    I'm trying to create an OWB repository with OWB repository assistant (10.2.0.2.) on a 10.2.0.1. database (windows XP platform). I get the following error every time I fill in the connect info for the SYS user:
    INS0009: Unable to connect to the database with user SYS. java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    I can connect to the database (sqlplus sys/<password>@orcl as sysdba) and the OS user is in the ora_dba group. Also checked the database parameters remote_login_passwordfile (= EXCLUSIVE) and O7_DICTIONARY_ACCESSIBILITY=TRUE.
    Does anyone know what the problem is? Any help is appreciated.
    Regards,
    Quinten

    Ok I found the problem myself, I used the wrong sys password :-(. I thought the password I used to logon in sqlplus was right (sqlplus sys/<password>@orcl as sysdba) but the password doesn't matter when you logon as sysdba! So I altered the password for the user sys and now I can continue the steps of the repository assistant.
    Quinten

  • Problem when making new connection with user "sys"

    Hi, I'm having trouble on making new connection with user sys against local 10g installation, the password is correct and I've tried making new connection with other
    users which is fine.
    when I click "test" or "connect", the error msg is strange like this:
    "ORA-01017: invalid username/password; logon denied"
    can anybody help.
    Thx.

    Have you used the "Role" drop-down to "SYSDBA"? - if not, you get the ORA-01017 error.

  • Need a help to create user and assign BP to it

    Hi,
    I have requirement to create Users (like SU01) in CRM and for that users need to create BP with role EMPLOYEE and assign BP to that USER.
    Can anybody please help on which Function Module I need to use to create user and assign BP to it.
    Thanks in advance..
    Sushant

    Hi,
    Many post post are there for your query in SDN search if my below shown link is not helpful.
    Hope the below will help you.
    Users Created ...
    Cheers!!
    VEnk@

Maybe you are looking for

  • Safari crashing and then quitting

    I have had a problem with safari in the last few minutes don't riley know what i did but i know it was me that caused it, i was wondering if you could help its quite a bad problem i suspect. Im 15 so a simple answer if possible would be better. I hav

  • TS5376 Will I loose all my photos and music files if I do this?

    Im having trouble installin the updates..its asking me to uninstall i dont want to loose all my photos and music will i

  • How to handle /n in CSV

    Hi, I have 5th field in my data file which contains new line character and client want to preserve this character. My data file is CSV which means that record will be terminated by /n. But since new line character is coming in one of the field, it is

  • (AIR) out of memory error when building workspace

    Hi, I created a very simple AIR project. But during the load the workbench gave me out of memory errors. Please find below the relevant .log entries. Thanks for your help, -Rogier !SESSION 2007-06-13 14:13:10.241 eclipse.buildId=unknown java.version=

  • Airport/Internet Problem Since Last Software Update

    I am having a problem with my airport not connecting to my wireless network(s). I have an airport express at both home and work and it is doing the same. My computer will find the wireless network in the list but I can't connect to the internet or em