Monitoring Users session with specific profiles

Hi,
I created a specific profile that terminates a session with idle time 4 minutes. I would like to know how to monitoring which sessions are been disconnected by Oracle.
Thanks in advance,

enable auditing by using
alter system set audit_trail = db scope=spfile
and bounce
Then issue audit connect
The dba_audit_session view will have the reason why the process was disconnected.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Invalidate session with specific sessionId

    Hi there,
    Is it possible to invalidate session with specific sessionId?
    Thanks.

    Hello,
    I have a system consisting of three different departments, each department has its own login page with different username and password.
    from the same browser, all three administrators can log in successfully, during there login, one session is created with different attributes for each of them, if any one administrator logs out, I invalidate the session, which logs out the other two administrators.
    Can I use session Id to log out on administrator while the other two can stay logs in?
    If I am using the wrong approach all together, can anyone suggest an alternative please?
    here is my code to create session:
    // if correct username and password entered then create session
    String financeAdminSess = adminUsername;
    session.setAttribute("financeAdminSess", adminUsername);                                        
    String redirectURL = "finance_admin_home.jsp";
    response.sendRedirect(redirectURL);
    and here is the code for loggin out:
    // get session
    String financeAdminSess=(String) session.getAttribute("financeAdminSess");
    // remove session
    session.removeAttribute("financeAdminSess<br />");
    // invalidate session
    session.invalidate();
    Any suggestion would be much appreciated.
    Thanks
    Shaxo

  • Associate anyconnect client software with specific profile?

    Hi folks,
    I want to beta test a new release of the Windows AnyConnect client software with a small number of users.  We use the web deployment feature.  Is there a way for us to associate a specific version of the client software with a profile?  This seems like the easiest way to release the new software to a small group of people.
    Thanks
    Pat            

    The only "AutoUpdate" Value in my profile for 3.x is: true
    I think if you put the new AC image in flash it's and point to it in the configuration, it's going to update all the clients - not just a specified tunnel or group.  I am not 100% on this though.
    Is manually installing it in your test environment an option?  This is what what we did then exported profile from the firewall and placed it in the directory for the test client.

  • Monitor PeopleSoft sessions with Oracle Coherence

    Hello,
    I installed Oracle coherence ( one Cache Server ) and two managed servers ( PIA1 and PIA2 ---weblogic 10.3.4).When trying to monitor peoplesoft sessions thru weblogic admin console ( Deployments - Peoplesoft - / - Monitoring - Sessions tab ) nothing displays or no session info . I have parameters ( monitoring - id and session-monitor-enabled = true ) included in weblogic.xml file. Can anyone please guide me here on what I missing ?

    Yes I installed C*Web for weblogic session management when I login to Admin console under monitoring tab I can see the coherence servers under coherence tab but under sessions tab it display empty info ( ex it doesn't show who the user logged into the peoplesoft app) and I am not sure how to check the users logged info in the cache server.Can you please let me know if any parameters that needs to be checked wither in web.xml or weblogic.xml files.
    thanks NJ for your response...

  • Can't create a new user session with KDE

    Hi,
    when I select "Switch user" in KDE, and try to start a new user session, I get dropped to a lockscreen of the currently logged-in user. I first thought this was a KDM issue, but this still persists with SDDM. I'd post any relevant logs, but I'm not even sure where to look for the source of the problem now.
    Thanks in advance!

    I have the exact same problem.
    Using:
    kde-meta-*   14.12.1

  • After SysPrep Windows Logs Users In With Temporary Profile

    I have created a Windows 8.1 Pro image which was created by installing from the DVD. On first login I put windows into audit mode and installed all software and customised. I then ran sysprep with an unattend file with "copy profile" set to true.
    Once the image is loaded onto a new PC it is joined to our domain and if I login as a Domain Admin things are fine, but if I login as a Domain User it logs the user in with a temporary profile which disappears at log off. The fact that Domain Admins
    can login successfully suggests it is permissions but I am not sure where or why. To create the image I used Microsoft best practice as detailed on the MSDN. It is not a corrupted profile as there are no domain users have been logged on prior to capturing
    the image. I am using DISM to capture and deploy. I did use the ADK to create the unattend file.
    Does anyone have any suggestions as to what might be causing this behaviour?
    Thanks
    JeffW

    Hi,
    We have not heard from you in a couple of days. Please post back at your convenience if we can assist further.
    If the above suggestions doesn't work, We'd collect PROFILE.ETL to further troubleshoot the issue.
    a. Log onto the machine as an administrator.
    b. Select the start menu
    c. Type cmd in "Start Search"
    d. Right click on cmd under “programs”
    e. Select "Run as administrator"
    f. Enable the User Profile Service Tracing using the following command in the new-opened elevated command prompt at the root of the C drive:
     logman -start profile -p {eb7428f5-ab1f-4322-a4cc-1f1a9b2c5e98} 255 3 -ets
    g. Do not Log off as the current user and switch to logon as the user who receives the profile problem (please tell me the user name).
    h. Once the user experiences profile issue, please switch back as the administrator.
    i. Stop the User Profile Service Tracing using the following command in an elevated command prompt
     logman -stop profile -ets
    j. Gather the profile.etl file in the root of the C drive and upload it to a shared space like Onedrive and shared the link here.
    Kate Li
    TechNet Community Support

  • Monitoring Oracle session with SQL_ID

    Hi All,
    How can I know a SQL_ID belonging to a user/schema in Oracle. Can anyone post me the query to find the SQL QUERY/SQL_ID belonging to a user session. I have googled but dint get what i expected. Hope I get it here. We dont have OEM configured to monitor the session.
    Oracle DB version : 10.2.0.5
    OS version : IBM - AIX
    Regards,
    Imran Khan

    imran khan wrote:
    Hi All,
    How can I know a SQL_ID belonging to a user/schema in Oracle. Can anyone post me the query to find the SQL QUERY/SQL_ID belonging to a user session. I have googled but dint get what i expected. Hope I get it here. We dont have OEM configured to monitor the session.
    Oracle DB version : 10.2.0.5
    OS version : IBM - AIX
    Regards,
    Imran Khanlook for SQL_ID below
    SQL> desc v$session
    Name                                      Null?    Type
    SADDR                                              RAW(4)
    SID                                                NUMBER
    SERIAL#                                            NUMBER
    AUDSID                                             NUMBER
    PADDR                                              RAW(4)
    USER#                                              NUMBER
    USERNAME                                           VARCHAR2(30)
    COMMAND                                            NUMBER
    OWNERID                                            NUMBER
    TADDR                                              VARCHAR2(8)
    LOCKWAIT                                           VARCHAR2(8)
    STATUS                                             VARCHAR2(8)
    SERVER                                             VARCHAR2(9)
    SCHEMA#                                            NUMBER
    SCHEMANAME                                         VARCHAR2(30)
    OSUSER                                             VARCHAR2(30)
    PROCESS                                            VARCHAR2(24)
    MACHINE                                            VARCHAR2(64)
    PORT                                               NUMBER
    TERMINAL                                           VARCHAR2(30)
    PROGRAM                                            VARCHAR2(48)
    TYPE                                               VARCHAR2(10)
    SQL_ADDRESS                                        RAW(4)
    SQL_HASH_VALUE                                     NUMBER
    SQL_ID                                             VARCHAR2(13)
    SQL_CHILD_NUMBER                                   NUMBER
    SQL_EXEC_START                                     DATE
    SQL_EXEC_ID                                        NUMBER
    PREV_SQL_ADDR                                      RAW(4)
    PREV_HASH_VALUE                                    NUMBER
    PREV_SQL_ID                                        VARCHAR2(13)
    PREV_CHILD_NUMBER                                  NUMBER
    PREV_EXEC_START                                    DATE
    PREV_EXEC_ID                                       NUMBER
    PLSQL_ENTRY_OBJECT_ID                              NUMBER
    PLSQL_ENTRY_SUBPROGRAM_ID                          NUMBER
    PLSQL_OBJECT_ID                                    NUMBER
    PLSQL_SUBPROGRAM_ID                                NUMBER
    MODULE                                             VARCHAR2(64)
    MODULE_HASH                                        NUMBER
    ACTION                                             VARCHAR2(64)
    ACTION_HASH                                        NUMBER
    CLIENT_INFO                                        VARCHAR2(64)
    FIXED_TABLE_SEQUENCE                               NUMBER
    ROW_WAIT_OBJ#                                      NUMBER
    ROW_WAIT_FILE#                                     NUMBER
    ROW_WAIT_BLOCK#                                    NUMBER
    ROW_WAIT_ROW#                                      NUMBER
    TOP_LEVEL_CALL#                                    NUMBER
    LOGON_TIME                                         DATE
    LAST_CALL_ET                                       NUMBER
    PDML_ENABLED                                       VARCHAR2(3)
    FAILOVER_TYPE                                      VARCHAR2(13)
    FAILOVER_METHOD                                    VARCHAR2(10)
    FAILED_OVER                                        VARCHAR2(3)
    RESOURCE_CONSUMER_GROUP                            VARCHAR2(32)
    PDML_STATUS                                        VARCHAR2(8)
    PDDL_STATUS                                        VARCHAR2(8)
    PQ_STATUS                                          VARCHAR2(8)
    CURRENT_QUEUE_DURATION                             NUMBER
    CLIENT_IDENTIFIER                                  VARCHAR2(64)
    BLOCKING_SESSION_STATUS                            VARCHAR2(11)
    BLOCKING_INSTANCE                                  NUMBER
    BLOCKING_SESSION                                   NUMBER
    FINAL_BLOCKING_SESSION_STATUS                      VARCHAR2(11)
    FINAL_BLOCKING_INSTANCE                            NUMBER
    FINAL_BLOCKING_SESSION                             NUMBER
    SEQ#                                               NUMBER
    EVENT#                                             NUMBER
    EVENT                                              VARCHAR2(64)
    P1TEXT                                             VARCHAR2(64)
    P1                                                 NUMBER
    P1RAW                                              RAW(8)
    P2TEXT                                             VARCHAR2(64)
    P2                                                 NUMBER
    P2RAW                                              RAW(8)
    P3TEXT                                             VARCHAR2(64)
    P3                                                 NUMBER
    P3RAW                                              RAW(8)
    WAIT_CLASS_ID                                      NUMBER
    WAIT_CLASS#                                        NUMBER
    WAIT_CLASS                                         VARCHAR2(64)
    WAIT_TIME                                          NUMBER
    SECONDS_IN_WAIT                                    NUMBER
    STATE                                              VARCHAR2(19)
    WAIT_TIME_MICRO                                    NUMBER
    TIME_REMAINING_MICRO                               NUMBER
    TIME_SINCE_LAST_WAIT_MICRO                         NUMBER
    SERVICE_NAME                                       VARCHAR2(64)
    SQL_TRACE                                          VARCHAR2(8)
    SQL_TRACE_WAITS                                    VARCHAR2(5)
    SQL_TRACE_BINDS                                    VARCHAR2(5)
    SQL_TRACE_PLAN_STATS                               VARCHAR2(10)
    SESSION_EDITION_ID                                 NUMBER
    CREATOR_ADDR                                       RAW(4)
    CREATOR_SERIAL#                                    NUMBER
    ECID                                               VARCHAR2(64)

  • Java API Failed to authenticate the user session with LDAP

    I have created a Java class that uses the MDM Java Api's it works fine on our Development environment where the MDM server uses its own built in authentication, but when I moved it to our QA environment where MDM use LDAP for authentication its failed with a  'Failed to authenticate the user session'.  Has anyone seen this before?

    hi Dan,
    The java class which u have created that suppose to works fine on MDM server because to execute that program there are no requirement of such protocols, the problem u will face while exporting those program to an client machine
    LDAP(Lightweight Directory Access protocol) connector communicates with the SAP system using RFC and with the directory server using these standard communication protocol.
    so try to select the protocol such that it should help in making connection between the server,direcotryserver and the client machine through which u can execute u r java class using java Api's.
    i hope this will give u an idea to through ur problem.
    regards,
    swapnil

  • Monitoring user session in vCloud.

    Hi,
    How i can get amount user sessions which connecting to Web interface or VMRC?
    Netstat and similar tools show TCP "streams", but one user generate  > 1 "stream".
    If i use AMQP, i can see notification about user login, but no notification about logout.
    I have tried use JMX, API, netstat, but did not reach the result.
    Any ideas?

    The following parameter is set to 0 by default (installation), change it to 1. The following is from the formsweb.cfg file:
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=1

  • Jump in users session with control Server 2008 R2/Windows 7 64 Environment

    For two hours I've searched and searched and can't find MY answer. My goal is to jump in and control workstations of my employees (a bunch of old farts that would blank out if they had to do anything to allow me to do this) without the use of VNCs or third
    party installs. I'm running Active Dir. This is what I've done WITH THE NETWORK FIREWALL OFF:
    installed the mmc Remote Desktop Services Manager
    at root level I can only see my sessions automatically
    I am remoted into Server 2008 R2 using this snap it to remote into Old Lady #1
    I'm a member of:
    --Administrators (for domain)
    --Domain Admins
    --Remote Desktop Users
    When I add a computer to the MMC I get: "The computer can't be reached..."
    Using GP, I pushed out a policy to the computers in that department the 2 firewall changes necessary
    --One about allowing remote access for administration
    --One about allowing remote desktop access
    ----I * the allowed computers until I figure this out, afterwards I will further restrict the "from" computers for security
    I'm inches from thinking that what I want can only be done with VNCs or third party apps. I manage beach houses for a living and don't have time to spend like this on helping my old fogies OR walking all over 2 floors to help someone because the printer
    is only printing black and white or "my mouse is too fast" or "how do find an email that I deleted"...
    Is it possible for me to be all mighty and powerful and take control of my Win7 workstations without them doing anything more than pressing OK when I just in there session?
    I don't like third party. I like everything Microsoft unless 100% unavoidable.
    Thanks,
    charlyRoot

    You should use Remote Assistance and configure GPO for unsolicited access:
    https://4sysops.com/archives/how-to-enable-unsolicited-remote-assistance-in-windows-7-8/
    The Remote Desktop Services Manager is made for RD Session Host servers http://technet.microsoft.com/en-us/library/cc732985.aspx

  • Create a User Collection with installed specific software

    Can someone help with Query to Create a User Collection with installed specific software.
    I have created a collection for Computer Collection with installed specific software but i need to push apps on users and for that i need to create a user collection with specific software installed.
    Thanks

    Yes. I have created device collection with
    installed specific software and used  this collection to pull report from out the box report for Primary Device users( Not sure about exact report name but similar) for
    this collection. Did some excel work to find primary device user.
    But looks like there is no straight forward solution. It would be great if i know how to import multiple users from a text/csv file into a User collection.
    Thanks

  • No of Concurrent Sessions Per User  Mismatch with profile settings

    Hi
    DB Version Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    OS RHES 5U2
    I created a profile MYPROFILE and set the value of Concurrent Sessions (Per User) to 30. DB was bounced after creating the profile. I made this profile default for a particular user "MYUSER". I verified that by querying DBA_USERS (select profile from dba_users where username like 'MYUSER') I checked v$session with that particular user after sometime and noticed that it was showing 34 sessions. Some ACTIVE and some INACTIVE.
    My question is, if I have set the maximum limit of concurrent sessions per user to 30 in myprofile and made this the default profile for MYUSER, then how come i am still able to see more than 34 sessions of myuser regardless of the status? I am not sure if this is relevant or not but the IDLE TIME is set to 15 minutes.
    Thank you for your help
    Edited by: user560883 on Jul 4, 2010 12:45 AM

    user560883 wrote:
    Hi
    DB Version Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    OS RHES 5U2
    I created a profile MYPROFILE and set the value of Concurrent Sessions (Per User) to 30. DB was bounced after creating the profile. I made this profile default for a particular user "MYUSER". I verified that by querying DBA_USERS (select profile from dba_users where username like 'MYUSER';) I checked v$session with that particular user after sometime and noticed that it was showing 34 sessions. Some ACTIVE and some INACTIVE.
    My question is, if I have set the maximum limit of concurrent sessions per user to 30 in myprofile and made this the default profile for MYUSER, then how come i am still able to see more than 34 sessions of myuser regardless of the status? I am not sure if this is relevant or not but the IDLE TIME is set to 15 minutes.
    Thank you for your helpDid you set the parameter resource_limit=true ? You must do it before you test sessions_per_user. You can do so like the following,
    alter system set resource_limit=true;After this again try and post the feedback.
    HTH
    Aman....

  • You cannot shadow a session with multiple monitors enabled in Windows Server 2008 R2

    Searching through the forums (and according to KB2484290) it appears that there is no solution to this problem.  We are rolling out thin clients that are using dual monitors exclusively and we were very surprised to find out that we couldn't shadow
    sessions with dual monitors (which to us means that we can't shadow ANY sessions).  This now completely changes our approach to managing these devices. 
    We are running Windows Server 2008 R2 SP1 with Remote Desktop Services installed.  The thin clients are running Windows Embedded Standard 7 with the latest updates / RDP client. All steps have been followed to ensure that the apropriate settings and
    permissions have been set up to allow access into the session. 
    We tested by unchecking the RDP setting “use all my monitors for the remote session”, with that setting disabled shadowing worked
    Questions:
    1. KB2484290 is from Dec 2010 - It's now April 2012, is there a workaround / hotfix for this issue that will allow us to shadow sessions using the native Microsoft tools?
    2. Are there any recommended alternatives (software)?  Free/Paid - doesn't matter we just need something that will work.  I'm sure there are a few options out there but I am looking for suggestions for what people have used in the past that worked
    best for them to help us narrow down the choices.

    Hi,
    In my experience, so far, the workaround is Remote Assistance, Remote Assistance supports multiple monitors, and is the presently recommended solution if you need this functionality. Remote Assistance is a Windows Server Feature that must be explicitly installed
    on Windows Server 2008 R2; it is already installed with the client versions of the operating system.
    More information:
    Remote Assistance Overview
    http://technet.microsoft.com/en-us/library/cc753881.aspx
    Remote Assistance and Resulting Internet Communication in Windows Server 2008
    http://technet.microsoft.com/en-us/library/cc770456(v=ws.10).aspx
    As far as I know, there are some third-party tools can be used as the solution, such as Teamviewer, ISL Online, etc.
    Please Note: The third-party products discussed here are manufactured by companies that are independent of Microsoft. We make no warranty, implied or otherwise, regarding
    these products' performance or reliability.
    Regards,
    Dollar Wang
    Forum Support
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Technology changes life……

  • Something wrong with the Profile page of all users in OIM

    Hi All,
    I am not sure what is happening but every time I login with some user id and password in to the OIM and click on Profile for the user in the Self Service Console, I get this error thrown:
    java.lang.NullPointerException
    on the UI. Also in the server diagnostic logs this is the entry:
    [2012-07-26T12:16:47.989+05:30] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [APP: oim#11.1.1.3.0] The IP address from which browser is triggered is 10.76.227.130
    [2012-07-26T12:16:48.317+05:30] [oim_server1] [WARNING] [] [oracle.iam.consoles.faces.mvc.common] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [APP: oim#11.1.1.3.0] java.lang.NullPointerException
    [2012-07-26T12:16:48.317+05:30] [oim_server1] [ERROR] [] [oracle.iam.consoles.faces.mvc.common] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm][APP: oim#11.1.1.3.0]
    This occurs for all users. Even xelsysadm. Please help me resolve this issue. Its rather urgent. More over there is no concrete and specific error shown in the logs so i am totally confused. And this error started occurring after I had changed some attributes through the administration and then mapped these attributes to RequestDataSet through MDS. Those pages though work fine. Maybe the Profile page still has some attribute that I have deleted in administration page or something. Not sure. In fact unable to find any specific data set for the profile page in the MDS. I can only see the Request, Create User, Modify user and other such datasets. If anyone knows the data set which profile page uses, then please do reply. Any help is hugely appreciated.
    Thanks,
    $id

    Hi,
    Well ya it is problematic for us since no user can access his Profile page and hence has no way to see his own details in the OIM. Not even xelsysadm user. Only xelsysadm and other administrators can view other users and their own profile but that is through the Administration console and not through self service since clicking on Profile tab in self service simply throws this error. Also can you suggest some good debugger for the same?
    Thanks,
    $id

  • Open a new peoplesoft session with different user id and password.

    I am already logged in a peoplesoft session. From here i want to open another peoplesoft session (in different window) with different user and password.
    Can anybody help...?

    The problem you're going to have with this is that in PeopleSoft there are some memory-resident cookies in your browser session that identify your session (jsessionid) to the web server and your identity (PSTOKEN) to the PeopleSoft servlets. With tabbed browsers (Firefox, IE7+) you have to do some "special" things to get them to create multiple browser sessions with distinct cookies.
    For Firefox, you have to create a distinct profile. Do this by closing down firefox and running "firefox -ProfileManager" from the command line. Then you can create a second firefox profile (note: it won't inherit any of your bookmarks or add-ins from the existing profile). Then after starting firefox with your default profile, you can start a second instance of firefox with the command line "firefox -p <mynewprofile> -no-remote. This will start a second instance of firefox with it's own cookies that can independently log in to a second PeopleSoft system
    For IE7 or IE8, it's a little easier. Start your first browser session as normal, and then to start the second session, use the commandline "C:\Program Files\Internet Explorer\iexplore.exe" -new. This will start your second browser instance with a new set of cookies.
    Hope it helps.

Maybe you are looking for

  • How determine the target system rfc in abap (ok in sm59)

    Hello sap men and women, I want to determine my logical system Crm in R/3 in abap. What is the function? It is to use the FM RFC_READ_TABLE with the parameter RFC target sys. It is ok when I write in the FM RFC_READ_TABLE in the target syst : CR1CLNT

  • Essbase connection error via smart view

    Hi All I'm currently experiencing difficulties connection to essbse via smart view. The application has two databases. All users can connect to one of the databases but not the other one. The essbase server password has not been changed. The version

  • PSORADataTypesConversion.bat

    In one of the application upgrade step , I am executing Generating Oracle Conversion Scripts step. I set correct oracle and Ps_home path. I ran the command PSORADataTypesConversion.bat 10 SYSADM SYSADM PSHRTST1 D:\upgrade_logs\output\HCM89MP1to91_FP2

  • Satellite M70-159 - Where I can find a new BIOS?

    Hello I have one question: where I can find w fresh version bios to my notebook? Now I have 1.1 Phoenix.

  • Sorting an array of integers into ascending order

    Today I decided to blow the cobwebs off my old laptop and see what I could remember from my Java days. As a task for myself to see what I could remember, I decided to try and write a program that does the following: - Declares an array of 4 integers