Find how many users are connected in the Oracle Server

Hi,
I am using Oracle 10g. My question is, is it possible to find how many users are connected in the Oracle Server. We are having one Server and we are having many client machines which will connect the Oracle.
And one more question in the meanwhile i want to take Backup of one database which client as connected. Is it get any problem to the client machine which is accessing the server. And How to take the backup from the server machine. Any commands to process.
Thank u...!

Hi there.
If You run
select count(*) from v$session where username is not null;you'll get the number of users connected to Oracle server,
and yes , you could do backup while users are connect to db you are backing up.
cheers

Similar Messages

  • I want to check that how many users are connected to the wifi which i m using at present

    i want to check that how many users are connected to the wifi which i m using at present???

    Go to Utilities > Airport Utillity
    If you click on your router it should show you the "wireless clients" that are connected

  • How to find out how many users are connected to Exchange 2013 servers in "Online" mode? This is coz, online mode causing server performance issues in our environment

    All, Any script or method to find out how many users are connected to exchange servers in online mode?
    Manju Gowda

    Hi 
    You have to get the "RPC Client Access" log file in your CAS server. There you can see a column called "client-mode" and it has two modes such
    as "classic" and "cached". From there you can get the two different client assess modes and their corresponding users.
    probably take this file openup on excel and filter to see the two modes
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • Ldap - how to check how many users are connected?

    Hi Guys,
    Please help me.
    We have iPlanet installed using LDAP. I want to check in ldap console that how many users are connected currently and monitor that.
    please tell me how can i do it
    thanks

    Hi Noor,
    Thank you for posting in Windows Server Forum.
    From your description I can understand that you want the user name with app they have in their session.
    You can achieve with below command.
    Query process User name
    Displays information about processes running on a terminal server. You can use this command to find out which programs a specific user is running, and also which users are running a specific program.
    More information:
    Query process
    http://technet.microsoft.com/en-us/library/bb490798.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Is there a way to find how many users are logging on to my site?

    Is there a way to find how many users are logging on to my site at a specific time?
    Thanks in advance..

    Is it possible to use an EJB3.1 Singleton beans for this too? (instead of the application context)
    Or will this create a bottleneck because of the standard write lock? It wouldn't be thread safe to provide a read lock on a user_counter increment method?

  • How many people can connect to the mail server 3

    I am looking to grow my business which consist of a growing email base with emails that need to be set up and managed.  How many emails can be hosted on the mac server?

    Hello Thomas,
    "MAXLOGMEMBERS" has nothing to do with the number of users that can connect to the instance. It is a parameter to control the number of files that can be assigned to a group of (redo) log files.
    how many people can connect at Oracle XE?Well, that depends on how they connect. There are parameters controlling the number of sessions in the database. But if you have a technical user, e.g. when using APEX, there may be more users than sessions in the database...
    So you need to clarify what kind of user access you mean.
    -Udo
    Edited by: Udo on 14.10.2011 15:19

  • How many users are connected ?

    Hi
    what is the metric that indicates the number of users actually connected to my OAS ?
    I think it's connection.active from .../Apache/ entries but i'm not sure.
    Regards
    Den

    Hi
    Finally my choice is to select the connection.active and request.avg only for the ohs server and compare it on time.
    Result (after text corrections) is
    date;time;connection.active;request.avg
    08/22/07;19:10:03;45925;226
    08/22/07;19:20:03;45799;226
    08/22/07;19:30:03;45674;226
    08/22/07;19:40:03;45550;226
    08/22/07;19:50:03;45427;226
    08/23/07;07:00:04;46210;3
    08/23/07;07:10:03;46228;8
    is it a good way to monitoring oas activity ?
    Regards
    Den

  • Is there any way to see how many users are connected?

    I was wondering if there was a way to manage the airport express in such a way that you can see all of the current connected computers, and kick one off if need be.

    There is a MacOS utility that can be used to determine the identity (by MAC address only) of all clients connected wirelessly to a Base Station. There is no Windows version of this utility. For information about the MacOS version see:
    flatfeet, "How to see attached devices in AEBS?", 10:02pm Oct 17, 2005 CDT
    The only way you can "kick off" someone is by either implementing WEP or WPA security and a password (which you would need to distribute to all authorized users), or to implement a MAC address based access list (which requires you to enter the MAC address of the wireless interface of all authorized computers).

  • How many motors are connected?

    Hello,
    I am using two similar experimental set-ups with two motion controllers MID 7604/7602. The only difference between the set-ups is that there are 2 motors connected to one controller and 3 motors connected to the other controller. I would like to have the same software for both set-ups that could recognize whether 2 or 3 motors connected to the controller. Is there any way for me to find out using LabView programs how many motors are connected to the motion controller?
    Thank you very much.
    Evgueni.

    Hi Evgueni,
    there is no direct way for the controller to detect if a motor is
    present or not, but depending on your system setup there might be some
    options:
    If you are using a closed loop system (with encoders), you could
    do a short test move. If the encoder position changes accordingly you
    know that the motor is present.
    If you are using limit switches (forward and reverse), you should
    make sure to use switches that are normally closed. If you configure
    the limit switch inputs correctly, the board should report "both limit
    switches are active", if no limit switch is connected. This should
    indicate, that no motor is connected, too.
    If there are no encoders and no limit switches, you could use a limit switch connector that shorts the limit inputs to GND on the 760x and make it mandatory to use this connector for all axes, that should be active.
    If none of the above methods work for you, you should think of a configuration dialog for your software and ask the user how many axes he wants to use.
    There might be some more options but in general you will have to identify a signal that changes it's state depending if an axis is connected or not.
    I hope this helps,
    Jochen Klier
    National Instruments

  • How many users are working on EBS

    is it possible to find out how many users are currenlty at the same time working on EBS.
    Like how many payable users, mfg uers OTL users.

    Hi,
    Below sql will find how many users are currently working on EBS,
    SELECT distinct icx.session_id, icx.user_id, fu.user_name, fu.description
    FROM icx_sessions icx, fnd_user fu
    WHERE disabled_flag != 'Y'
    AND icx.pseudo_flag = 'N'
    AND ( last_connect + DECODE (fnd_profile.VALUE ('ICX_SESSION_TIMEOUT'),
    NULL, limit_time, 0, limit_time, fnd_profile.VALUE ('ICX_SESSION_TIMEOUT') / 60 ) / 24) > SYSDATE
    AND icx.counter < limit_connects
    AND icx.user_id = fu.user_id
    order by 4;
    Thanks,
    Amogh

  • Need to find out how many users are using Siebel Application

    Hello all,
    I need to find out how many users are using Siebel Application?
    Is there a way I can find out?
    Thanks.
    yasun

    Hi,
    Read the following:
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor30.html
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor17.html
    For full information about server status and statistics red:
    http://docs.oracle.com/cd/B40099_02/books/SysDiag/SysDiagSysMonitor.html
    T.Abed

  • Can I find out how many clients are connected to a server process?

    Hi, I am hoping I can find out how many clients are connected to a server process. This could be either a programmatic lookout number, a number in a log file etc.
    By the way, does lookout have any application (not data) logs? I have noticed that occasionally lookout will crash and I cannot find any logs to determine why, what processes were running, who last accessed it etc.
    Thanks

    Hello,
    There's currently no way to acquire this data. I think that'd be a great suggestion for the product. Please submit your feedback to our developers at the following link: http://digital.ni.com/applications/psc.nsf/default?OpenForm&temp1=&node=
    Best regards,
    Yusuf C
    Application Engineer
    National Instruments

  • How to find out how many users are usuing particular report in bw

    Hi ,
    pls let me know is there any T - code to find how many users usuing specific report in SAP BW.
    REGARDS
    Ravi prakash

    Hi Ravi prakash,
    using BI Statistics Report we can know how many user using a report and which reports are executed by user and time navigations....
    need to install BI statistics in system first.
    Please check SAP help for the same.
    Documentation BI Query Runtime Statistics
    [http://help.sap.com/saphelp_nw7.0/helpdata/en/43/e37f8a6df402d3e10000000a1553f7/frameset.htm]
    Documentation BI Administration Cockpit
    [http://help.sap.com/saphelp_nw7.0/helpdata/de/44/08a75d19e32d2fe10000000a11466f/frameset.htm]
    Best Regards.

  • HOw to find how many users into into r/3 system  and when the log in

    HI
    I need to find who are others log in to R/3 system?
    HOw to find how many users into into r/3 system  and when the log in

    Hi,
    You can also use transaction code AL08 to see the list of users logged on with the transactions they are working on.
    Regards,
    Venkat

  • Need to know the API which will extract how many users are added in group..

    Hello,
    I am working in Oracle Portal. In the portal we have Oracle Indentity Management where we are adding users as well as the group. We are looking for an API which helps us to do that from PL/SQL code. We got it but we have some issue. We know that how to create group, add users to group, delete users from group, delete group but we unable to get how many users already added to the group. Can anybody help me out in this case. It is urgent!
    Thanks
    Golak Saha

    Hi,
    How to check ,how many  users are logged in and logged out in oracle ebs 11i/R12.
    Please check the following links:
    Oracle EBS - Number of Users logged into EBS / Oracle Applications currently
    List all users currently logged in on Oracle EBS
    Also see forum Search:
    Forum Search: Logged In EBS User
    Also, in the database level too
    Please see:
    https://forums.oracle.com/message/9225094#9225094
    Do we need to write any trigger for this?
    Yes you may, But I personally suggest you not to do so as it may affect performance.
    Thanks &
    Best Regards,

Maybe you are looking for

  • Zoom buttons in flash for a interactive PDF file

    hi i have created a interactive PDF in indesign CS5 and i'm exporting it as a SWF but my issue is that indesign dose not allow you to create a zoom in and out function: please see example in link http://www.mentalhealthcommission.ca/annualreport/ it

  • Synaptics enables / disables itself in a loop

    I have GT70 2OD Synaptics 18.1.30.4 08Oct14 Synaptics TouchPad V7.2 I recently installed the synaptic drivers and I can see that sometimes enter an enable/disable loop (I can see that is enabling and disabled both by the system tray icon and the led

  • Keynote ios8 inserting wrong images in slides

    My students are tapping an image to insert and it inserts the image next to it. What can be done to fix this?

  • *URGENT* F.07 shows different balance (test run) as compared to FD10

    Hi SAP Gurus, We have the following issue FD10N is showing P12 ending balance of KRW 83,898,721. However, from while doing test run for F.07 (balance carried forward), the balance is showing as KRW 82,886,514. There is a difference of KRW 1,012,207.

  • Calculating Overhead in Process Order

    Hi Gurus, We're confirming process orders on a daily basis and we're seeing very odd results in the calcuation.  - First, the process orders are being created for the same product, so we're using the same material master each time.  - Second, we're u