OBIEE Session and User list using query

Hi,
Is there a way to query the active sessions and its user in OBIEE.
I need the details (as shown in session info of admin page) in attached pic, using query.
My requirement is to limit the number of people accessing my application. Like if I configure 5, only 5 active session should be allowed in OBIEE.

Hello 2790438,
No we cannot achieve this in the current version,Oracle is working on this.
Regards,
< Spam signature link deleted by moderator --  it violates OTN forum guidelines as noted in the FAQ's >

Similar Messages

  • Reports usage and Users list

    Dear Friends, Good Morning.
    Where can see/get the correct data/repor/informationt for my problem.
    I have 300 users and 100 reports in BW system, I want to know the complete list of users and what reports they are using etc...
    I know that users list but I want to know how frequently the users are using the reports and what are the reports.
    Thanks
    Ganga

    Hi,
    Use  BW statics MP and Standard reprt to find out u r requiremnet r u can use tcode sm04
    MP:0BWTC_C10
    Query:0BWTC_C10_Q503
    For more information u can look this link
    http://help.sap.com/saphelp_nw70/helpdata/EN/74/0efd10ab46554398da081697cd27c1/frameset.htm
    Regards,
    satya

  • Unable to export Groups and users list

    Hi,
    We have just upgrade BO from XIR2 to V3.0. We need to create an Excel file wich shows links between all users and all groups. Is it possible to query the repository ? Does it exist a functionality in the CMC interface to copy quickly all the links between all users and all groups into an Excel file ? We have to many links (1000 users and 40 groups) to do it manualy.

    you can have this from the audit schema if you have your audit services is enabled for some specific servers.
    then you can use query builder to query the audit schema about users, groups , reports and all the objects related to the business objects system.
    dorp me some mail i will guide you to some good third party software which do all those things for you with easy and fast way,
    good luck
    Amr

  • Killing User sessions and user calcs

    Hi all,
    We have a situation where users run their business rules during evening and at times in night.
    We also have a maxl script which does aggregation and other calcs daily in night and it does not run as other calcs are launched by users.
    Is it possible to kill the user session and calcs launched by users before running maxl calculation for consolidations?
    I know I can do in in EAS, but want to try to do it in MAxL for automation.
    Thanks in advance

    You would be better off locking people out. After you kick off the automated calc, killing sessions doesn't stop them from initiating calcs while your automated calc is running. In answer to your question, yes, you can do that in maxl.
    alter system kill request all;
    You have other options if you want to be more selective on what you kill.
    kill request <session-id>
    kill request by user
    kill request on application
    kill request on database
    Check out the technical documentation for more info - http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/launch.html.
    Kyle Goodfriend
    http://www.in2hyperion.com
    Please make sure to assign helpful/answered to responses if applicable - it rewards those who help and benefits the user community.

  • Find host name and port number using query

    Hi,
    How do find the system_name, host_name and port no
    using sql query or data dictionary.
    plz

    SELECT i.instance_name, i.host_name, f.release_name RELEASE, i.version, k.patch_level FROM
    v$instance i, fnd_product_groups f, fnd_product_installations k WHERE
    UPPER(SUBSTR(i.instance_name, 1, 4)) = UPPER(SUBSTR(f.applications_system_name, 1, 4)) AND
    k.application_id = '200';

  • GetSelectedFields()  for time stamp and user stamp using java api

    using Java API's
    getSelectedFields() returns NULL  value if values presented also, for Time stamp and User stamp
    properties in Flat tables , is there any other alternative way to get the SelectedFields values ?
    Edited by: Vijaya Sekhar Reddy Alla on Mar 19, 2008 3:16 PM

    Well, I can't say I solved the problem, because I got another one afterwards.
    As usually I created a GetFieldListCommand, set its needed attributes and executed it. Then I read all the field properties out:
    FieldProperties[] fieldProp = getFieldListCommand.getFields();
    Afterwards it is possible to do what you want. Using a for-loop.
    for (FieldProperties fp : fieldProperties) {
        UserStampFieldProperties usfp = (UserStampFieldProperties) fp; // <= Cast error
        FieldId[] fieldIDs = usfp.getSelectedFields();
    And this is what I get now:
    Exception in thread "main" java.lang.ClassCastException: com.sap.mdm.schema.fields.FixedWidthTextFieldProperties cannot be cast to com.sap.mdm.schema.fields.UserStampFieldProperties
    Why this happens, I don't know. But it should somehow be solveable.

  • Best client and user to use SPAM or SAINT

    Hi Gurus,
    Please tell me which is the best client and user to implement SPAM/SAINT . I read many forums but none gave me clear idea. Everybody are giving different opinions. Please guide me properly as im novice in basis.
    Thanks

    Hello,
    Technically you can use DDIC in client 000 to run SAINT. But in order to track who ran the transaction, you can have a user with same authority as DDIC to run SAINT.
    It has to be run in client 000. This is because the SAINT Packages are client independent. And the transaction SAINT will cascade the changes to all clients automatically.
    Best Regards,
    Joseph

  • Web login (JSP, Servlet) with roles and users list stored using db4o

    Dear all,
    I would be grateful if someone of you (the masters out there) could help me with the build of an application where the first page will be a login page.
    The users will be devided in 3 categories (user, editor, administrator) and there member information will be saved in db4o database.
    If the user has not been registered in the past then a registration page should come up allowing him to be registered and keep his details in a db4o database on the same site.
    I am using JSEE8 and the site will be sent to a Tomcat server on the net.
    Please please please HELP

    I am giving some code for to redirect as the user is, But before that you have to made a extra coloumn "role" in your security table. and put admin, user as respective roles.
    doPost(HttpReq...........)
    String user = req.getParameter("UserName"):
    String pass= req.getParameter("Password");
    Then Connect the database with ur code ie class.forName etc
    String sql= "Select * from security_table where Username= ' "+user+" ' and Password= ' "+pass+" ' ";
    Statement stmt = conn.createStatement();
    ResultSet rs= stmt.exequteQuary(sql);
    if(rs.next)
    String S1=rs.getString("Username");
    String S2= rs.getString("Password");
    String S3= rs.getString("Role");
    if(S1.equals(user) && S2.equals(pass) && S3.equals.(admin)){
    req.sendRedirect(http:// full path name of the page)
    else if( S1.equals(user) && S2.equals(pass) && S3.equals.(user))
    req.sendRedirect(http:// full path name of the page)
    }else
    req.sendRedirect(http:// full path name of the Error page)
    }

  • Why show aaa sessions and users nothing to see when using telnet instead of SSH

    i follow this 
    http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/
    after show aaa sessions, there is nothing to see, but i actually can login with active directory account
    is there aaa when using telnet?

    i follow this 
    http://blog.skufel.net/2012/06/how-to-integrating-cisco-devices-access-with-microsoft-npsradius/
    after show aaa sessions, there is nothing to see, but i actually can login with active directory account
    is there aaa when using telnet?

  • Issue with "read by other session" and a parallel MERGE query

    Hi everyone,
    we have run into an issue with a batch process updating a large table (12 million rows / a few GB, so it's not that large). The process is quite simple - load the 'increment' from a file into a working table (INCREMENT_TABLE) and apply it to the main table using a MERGE. The increment is rather small (usually less than 10k rows), but the MERGE runs for hours (literally) although the execution plan seems quite reasonable (can post it tomorrow, if needed).
    The first thing we've checked is AWR report, and we've noticed this:
    Top 5 Timed Foreground Events
    Event     Waits     Time(s)     Avg wait (ms)     % DB time     Wait Class
    DB CPU           10,086           43.82     
    read by other session     3,968,673     9,179     2     39.88     User I/O
    db file scattered read     1,058,889     2,307     2     10.02     User I/O
    db file sequential read     408,499     600     1     2.61     User I/O
    direct path read     132,430     459     3     1.99     User I/OSo obviously most of the time was consumed by "read by other session" wait event. There were no other queries running at the server, so in this case "other session" actually means "parallel processes" used to execute the same query. The main table (the one that's updated by the batch process) has "PARALLEL DEGREE 4" so Oracle spawns 4 processes.
    I'm not sure how to fix this. I've read a lot of details about "read by other session" but I'm not sure it's the root cause - in the end, when two processes read the same block, it's quite natural that only one does the physical I/O while the other waits. What really seems suspicious is the number of waits - 4 million waits means 4 million blocks, 8kB each. That's about 32GB - the table has about 4GB, and there are less than 10k rows updated. So 32 GB is a bit overkill (OK, there are indexes etc. but still, that's 8x the size of the table).
    So I'm thinking that the buffer cache is too small - one process reads the data into cache, then it's removed and read again. And again ...
    One of the recommendations I've read was to increase the PCTFREE, to eliminate 'hot blocks' - but wouldn't that make the problem even worse (more blocks to read and keep in the cache)? Or am I completely wrong?
    The database is 11gR2, the buffer cache is about 4GB. The storage is a SAN (but I don't think this is the bottleneck - according to the iostat results it performs much better in case of other batch jobs).

    OK, so a bit more details - we've managed to significantly decrease the estimated cost and runtime. All we had to do was a small change in the SQL - instead of
    MERGE /*+ parallel(D DEFAULT)*/ INTO T_NOTUNIFIED_CLIENT D /*+ append */
      USING (SELECT
          FROM TMP_SODW_BB) S
      ON (D.NCLIENT_KEY = S.NCLIENT_KEY AND D.CURRENT_RECORD = 'Y' AND S.DIFF_FLAG IN ('U', 'D'))
      ...(which is the query listed above) we have done this
    MERGE /*+ parallel(D DEFAULT)*/ INTO T_NOTUNIFIED_CLIENT D /*+ append */
      USING (SELECT
          FROM TMP_SODW_BB AND DIFF_FLAG IN ('U', 'D')) S
      ON (D.NCLIENT_KEY = S.NCLIENT_KEY AND D.CURRENT_RECORD = 'Y')
      ...i.e. we have moved the condition from the MERGE ON clause to the SELECT. And suddenly, the execution plan is this
    OPERATION                           OBJECT_NAME             OPTIONS             COST
    MERGE STATEMENT                                                                 239
      MERGE                             T_NOTUNIFIED_CLIENT
        PX COORDINATOR
          PX SEND                       :TQ10000                QC (RANDOM)         239
            VIEW
              NESTED LOOPS                                      OUTER               239
                PX BLOCK                                        ITERATOR
                  TABLE ACCESS          TMP_SODW_BB             FULL                2
                    Filter Predicates
                      OR
                        DIFF_FLAG='D'
                        DIFF_FLAG='U'
                  TABLE ACCESS          T_NOTUNIFIED_CLIENT       BY INDEX ROWID    3
                    INDEX               AK_UQ_NOTUNIF_T_NOTUNI    RANGE SCAN        2
                      Access Predicates
                        AND
                          D.NCLIENT_KEY(+)=NCLIENT_KEY
                          D.CURRENT_RECORD(+)='Y'
                      Filter Predicates
                        D.CURRENT_RECORD(+)='Y' Yes, I know the queries are not exactly the same - but we can fix that. The point is that the TMP_SODW_BB table contains 1639 rows in total, and 284 of them match the moved 'IN' condition. Even if we remove the condition altogether (i.e. 1639 rows have to be merged), the execution plan does not change (the cost increases to about 1300, which is proportional to the number of rows).
    But with the original IN condition (that turns into an OR combination of predicates) in the MERGE ON clausule, the cost suddenly skyrockets to 990.000 and it's damn slow. It seems like a problem with cost estimation, because once we remove one of the values (so there's only one value in the IN clausule), it works fine again. So I guess it's a planner/estimator issue ...

  • Tracking The Discoverer Report Session and Users

    Hi
    Is there a standard process or a query which helps us to monitor the list of Discoverer reports running (or scheduled) and the users who are running it,
    Please let me know
    thanks for the time
    Regards
    Ramesh Kumar S

    Can anyone provide some lite on this
    Regards
    Ramesh Kumar S

  • Searching the User List using cfquery

    I have a inventory web site, and I'm trying to create
    multiple search engine, so I have a lot of text boxes and search
    buttons in one page and I wanna be able to search by each category.
    I'm suppose to have 121 records in my database, but it shows only
    71 records after I did syntax...probably, I'm using AND, but if I
    changed to OR, the search doesn't work...Here is my code...

    How many database records you have where 1 field has a value
    and another one has a value of an empty string? I ask because
    that's what your query is looking for.

  • User and Computer memberships are missing after moving computer and user objects using ADMT

    Hi to everybody.
    Source domain Windows 2003. Destination domain Windows 2008. I use ADMT 3.2
    I have noticed 2 issues:
    1. After migrating users, membership to all Bultin domain groups, is lost. Migration of custom groups is completed without any problems prior to start migrating users.
    a. Example 1: user in source domain belongs to Domain Admins, Domain Users and a custom Domain group with the name Test. After moving the user, the membership is as follow: Domain Users and Test! And the worst of all
    is that I believe that Domain users membership was not produced by the migration but from the AD mechanism that automatically gives every new user the Domain Users membership. Look at example 2.
    b. Example 2:user in source domain belongs only to the Domain group with the name Test. After moving the user, the membership is as follow: Domain Users and Test! 
    2. After migrating a computer account from source domain to destination domain I have noticed in the "Local Users and Groups" that the Domain Admins  membership in the Administrators group is missing. 
    Any ideas? I think I am missing something fundamental here. 
    Thank you all in advance. 

    additionally, from the migration log I see the following
    WRN1:7372 ADMT does not process BUILTIN accounts or change the membership of BUILTIN groups (Administrators,
    etc.).
    there is 1 line of the above WRN for each builtin group that the user belongs in the source domain. This
    means that there I have to do this membership update manually? And what if I have 1500 users and 300 groups? 

  • RFC sessions in user list

    HI guru's,
           I'm viewing the list of users active. I have confirmed that some of them are logged only once, but it shows more than once it has logged in. When i checked the type of session, its RFC session. On what reason these rfc sessions are opened unwantedly.
    Can someone please advice on this.
    Thanks
    Livingston

    User has valid load balanced GUI user connection, why is there an RFC user?
    My answer is again, if anyhow possible ask one of the users. If you know what he did, then you can try to reproduce it.
    Good luck, Michael

  • How to get the text boxes and select lists dynamically?

    Hi,
    I have a requirement such that I need to create the text boxes and select lists depending on the user input at the run time. It means that if the user requires four text boxes/select lists then I need to have 4 such thing. If the user need 6 then I need to have 6.
    The design may be such that initially only one text box/select list will be available when the page launches. Then as ad when the user asks for more those will be available to the user accordingly.
    regards,
    Dipankar.

    You can use Ajax to call textboxes and select list based on what user enters.
    Otherwise make those items conditional and based on what user enters you can display textbox or select list.
    You can call Single Textbox and Select List using Ajax for any number of conditions.
    Regards
    Chandra

Maybe you are looking for

  • Can I recover lost app data after restore?

    Hi everyone and thank you in advance to anyone who can offer some help! Apple recently told me some issues I was having with my phone were software based and they refused to issue me a replacement phone until I attempted to setup the phone as a new p

  • How to store microsoft docs on my mac icloud

    i would like to store my microsoft documents from my Mac held in my stack files on to my iCloud as way of backing up these files. I have opened the icloud but do not seem to be able to see any documents in the cloud or copy my documents in to the icl

  • Is HBO included in the ultimate package?

    Is HBO included if not how much for dose it cost if upgrade from extream to ultimate?

  • DockbarX Refuses to function

    Hi guys, this has happened to me on several machines now, so I'm fairly confident it is nolonger a fault of my own. Using Avant-Window-Navigator, I attempted to get the applet for DockbarX. Out of all the times I have tried, both installing the  newe

  • Why can't I delete my browsing history

    I have tried going to settings, safari, clear history but that does not work.  I have also tried doing the little book pages at the top of the screen in the Internet browser then deleting everything.  I have tried restarting and rebooting but nothing